Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85628 invoked from network); 27 Feb 2009 21:22:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2009 21:22:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=igor.feghali@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=igor.feghali@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: igor.feghali@gmail.com X-Host-Fingerprint: 74.125.46.29 yw-out-2324.google.com Received: from [74.125.46.29] ([74.125.46.29:46389] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/4E-10839-6A958A94 for ; Fri, 27 Feb 2009 16:22:47 -0500 Received: by yw-out-2324.google.com with SMTP id 9so917257ywe.83 for ; Fri, 27 Feb 2009 13:22:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EB6BgL3pyrQgkJqEWgb1OUMijBXNOSuMpjp6LQ3oU74=; b=uOLiTjmvCXFL4UIqEKrcf37Qjb2l4k5o0QSOceAA/y8d/fbs08/oRVjTe59HWErZdH 2s8+k/Gk86vw+YlntvG7F7HCi6+Ud6Zr52vHlsH57SAGrwUFTnN4ALf+PVzpxi+sZwo1 +l7DlUIrYqGxYrY7vZy/21HTxNbugTuMbQubU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=B3sh12GKzUsDtDh9qbdeb/s7Nt6V87iTfraVSj6k6dnb/sydwFRevQMHkk9Wt5GDgw iB3CGNipeEUr83x18lFQ/eLT/58DzqY91Y5KjCEPC2OUfkrahIN0Xoz/MPHmS2iW6DI3 S2OUBH4Z+EK3PNlbSYsWkZolcVyiR5ZddaSAY= MIME-Version: 1.0 Received: by 10.220.46.17 with SMTP id h17mr1184935vcf.9.1235769762504; Fri, 27 Feb 2009 13:22:42 -0800 (PST) In-Reply-To: <49A6CC07.2050305@macvicar.net> References: <499F76C6.4010601@chiaraquartet.net> <49A6CC07.2050305@macvicar.net> Date: Fri, 27 Feb 2009 18:22:41 -0300 Message-ID: To: Scott MacVicar Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phar update From: igor.feghali@gmail.com (Igor Feghali) > It's a bug in PCRE that has been reported, can't find the bug report > just now though, you can fix it with a compiler define for using ANSI C. Just for the record thats the patch to fix this issue: http://bugs.exim.org/attachment.cgi?id=294 And here is the original bug: http://bugs.php.net/bug.php?id=46040 Even though "make" finishes with success, cli is not made. $ make cli echo '\ \ Target "cli" is up to date. $ ls sapi/cli/php ls: 0653-341 The file sapi/cli/php does not exist. will dig into this next monday when i get to office again.