Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61641 invoked from network); 23 Nov 2008 22:36:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2008 22:36:09 -0000 Authentication-Results: pb1.pair.com header.from=edwardzyang@thewritingpot.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=edwardzyang@thewritingpot.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thewritingpot.com from 64.14.68.87 cause and error) X-PHP-List-Original-Sender: edwardzyang@thewritingpot.com X-Host-Fingerprint: 64.14.68.87 server286.com Linux 2.6 Received: from [64.14.68.87] ([64.14.68.87:40281] helo=server286.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/73-64083-8DAD9294 for ; Sun, 23 Nov 2008 17:36:09 -0500 Received: (qmail 22413 invoked by uid 502); 23 Nov 2008 22:36:04 -0000 Received: from unknown (HELO ?18.243.2.157?) (18.243.2.157) by server286.com with SMTP; 23 Nov 2008 22:36:04 -0000 Message-ID: <4929DAD4.90408@thewritingpot.com> Date: Sun, 23 Nov 2008 17:36:04 -0500 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Pierre Joye CC: Ilia Alshanetsky , internals Mailing List References: <0C734D4F-CE5B-442A-ACE1-E4D025C95A29@prohost.org> <4929CFB6.7090802@thewritingpot.com> <4929D353.1020201@thewritingpot.com> <4929D8D5.7090109@thewritingpot.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.7RC4 Testing From: edwardzyang@thewritingpot.com ("Edward Z. Yang") Pierre Joye wrote: > Please try in the cmd line: > > cd C:\Software\PHP\versions\5.2.7RC5-dev\ext > > php.exe -n -d extension_dir=ext -d extension=php_curl.dll -m > C:\Users\Edward>cd C:\Software\PHP\versions\5.2.7RC5-dev\ext C:\Software\PHP\versions\5.2.7RC5-dev\ext>php.exe -n -d extension_dir=ext -d extension=php_curl.dll -m [PHP Modules] bcmath calendar com_dotnet ctype curl date dom filter ftp hash iconv json libxml odbc pcre Reflection session SimpleXML SPL standard tokenizer wddx xml xmlreader xmlwriter zlib [Zend Modules] And no error. That's very curious! Maybe it's two extensions causing the problem? I'm going to twiddle with my php.ini some more. Cheers, Edward