Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65520 invoked from network); 23 Nov 2008 22:40:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2008 22:40:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.232 rv-out-0506.google.com Received: from [209.85.198.232] ([209.85.198.232:8209] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/54-64083-9FBD9294 for ; Sun, 23 Nov 2008 17:40:57 -0500 Received: by rv-out-0506.google.com with SMTP id g37so1917043rvb.23 for ; Sun, 23 Nov 2008 14:40:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OPMyxDubvnvl8fPmUutcfUv4dX6FKjD4WHVXt2tedng=; b=E1IQG9XWVyPypR/NEcJh3jMwbR5QbYMmEcJlSFSLGMTnh0j/NkXwtQcMmg+YJsZrlT ZKTDPFkYRsUf8HmFxwdDqx62mc4MXs2MPFikbnIaHWby4XTp31nuJ4fbrTpPUi2y739p q7j/En/P+JhNX/7kNG2gs8AxLsJu/AxZpzKDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rkdfNMbTzLDOI1zLhhppx3nlnLz2r3PB0TFWI/lju9XyeEE3y5vVpadNc8IjkYf2wT VgmbIAh8WxjimwehXQEM1uoSHs+pQyjniaDwi7EvKTSC/vvPi5BSSDQ4qJaci9adf/9W vDwayBttt0XDijFqNcPwvWdQR6bksRX5+WFug= Received: by 10.140.142.11 with SMTP id p11mr1499237rvd.276.1227480054779; Sun, 23 Nov 2008 14:40:54 -0800 (PST) Received: by 10.140.165.15 with HTTP; Sun, 23 Nov 2008 14:40:54 -0800 (PST) Message-ID: Date: Sun, 23 Nov 2008 23:40:54 +0100 To: "Edward Z. Yang" Cc: "Ilia Alshanetsky" , "internals Mailing List" In-Reply-To: <4929DAD4.90408@thewritingpot.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0C734D4F-CE5B-442A-ACE1-E4D025C95A29@prohost.org> <4929CFB6.7090802@thewritingpot.com> <4929D353.1020201@thewritingpot.com> <4929D8D5.7090109@thewritingpot.com> <4929DAD4.90408@thewritingpot.com> Subject: Re: [PHP-DEV] PHP 5.2.7RC4 Testing From: pierre.php@gmail.com ("Pierre Joye") On Sun, Nov 23, 2008 at 11:36 PM, Edward Z. Yang wrote: > 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 it loads a wrong extension somehow. The "-n" forces php to do not load any php.ini, the -d s define the extension dir (in 5.2.7RC4\ext) and load the curl extension. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org