Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55389 invoked from network); 23 Nov 2008 22:27:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2008 22:27:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:36443] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/12-64083-4D8D9294 for ; Sun, 23 Nov 2008 17:27:33 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4NQP-0005Gk-SB for internals@lists.php.net; Sun, 23 Nov 2008 22:27:29 +0000 Received: from lily.mit.edu ([18.243.2.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 22:27:29 +0000 Received: from edwardzyang by lily.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 22:27:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Sun, 23 Nov 2008 17:27:20 -0500 Lines: 49 Message-ID: <4929D8C8.2000607@thewritingpot.com> References: <0C734D4F-CE5B-442A-ACE1-E4D025C95A29@prohost.org> <4929CFB6.7090802@thewritingpot.com> <4929D353.1020201@thewritingpot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ilia Alshanetsky , internals Mailing List X-Gmane-NNTP-Posting-Host: lily.mit.edu User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: Sender: news Subject: Re: [PHP-DEV] PHP 5.2.7RC4 Testing From: edwardzyang@thewritingpot.com ("Edward Z. Yang") Pierre Joye wrote: > Are you sure you are using the right php/php.ini/extension? Yep. (Errors omitted for brevity) $ phpv 5.2.7RC5-dev --version PHP 5.2.7RC5-dev (cli) (built: Nov 23 2008 11:39:53) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies $ phpv 5.2.7RC5-dev --ini Configuration File (php.ini) Path: C:\Windows Loaded Configuration File: C:\Software\PHP\versions\5.2.7RC5-dev\php.ini My version dependent php.ini looks something like: ; This portion is automatically generated for PHP 5.2.7RC5-dev extension_dir = C:\Software\PHP/versions/5.2.7RC5-dev/ext extension = php_mcrypt.dll extension = php_mbstring.dll extension = php_curl.dll extension = php_exif.dll extension = php_gd2.dll extension = php_mime_magic.dll extension = php_sockets.dll extension = php_imap.dll extension = php_ldap.dll extension = php_ming.dll extension = php_xmlrpc.dll extension = php_gmp.dll extension = php_mysql.dll extension = php_mysqli.dll extension = php_xsl.dll extension = php_pdo.dll extension = php_pdo_sqlite.dll extension = php_sqlite.dll extension = php_gettext.dll extension = php_zip.dll > I tried on a clean system (with no crt 8.0 around) and it works. As a > second check, I loaded the extension and php in a dependency checker > (snapshot and release), and both rely on the good old VC6 CRT. I'm going to load up my Windows XP virtual image and see what happens when I try running php. Will report. Cheers, Edward