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


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to