Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79660 invoked from network); 10 Nov 2011 22:03:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2011 22:03:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@aubrey.org.uk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@aubrey.org.uk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain aubrey.org.uk from 209.85.213.42 cause and error) X-PHP-List-Original-Sender: scott@aubrey.org.uk X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:42682] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/22-00436-82A4CBE4 for ; Thu, 10 Nov 2011 17:03:20 -0500 Received: by ywm19 with SMTP id 19so1995484ywm.29 for ; Thu, 10 Nov 2011 14:03:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.20.99 with SMTP id m3mr17797992pbe.117.1320962597424; Thu, 10 Nov 2011 14:03:17 -0800 (PST) Received: by 10.142.128.14 with HTTP; Thu, 10 Nov 2011 14:03:17 -0800 (PST) Date: Thu, 10 Nov 2011 22:03:17 +0000 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Phar::createDefaultStub on cli-server From: scott@aubrey.org.uk (Scott Aubrey) Hi List, When testing out 5.4b2 , I've noticed that the default Phar stub runs the first argument to Phar::createDefaultStub when run using the cli server. Is this right? Should i file a bug? Thanks - Scott