Edit report at http://bugs.php.net/bug.php?id=46971&edit=1
ID: 46971 Updated by: paj...@php.net Reported by: RQuadling at GMail dot com Summary: Missing extensions between VC6 and VC9 snapshots Status: Assigned Type: Bug Package: Compile Failure Operating System: win32 only - Windows XP Pro SP3 PHP Version: * Assigned To: pajoye New Comment: Update: mssql and pdo_mssql won't be added. snmp support has been restored in 5.3.3RC1 (VC9 only). Firebird will be in 5.3.3RC2. Previous Comments: ------------------------------------------------------------------------ [2009-06-18 15:14:14] paj...@php.net Everything missing now won't be added in 5.3.0. Anything new will be added in 5.3.1 or HEAD only. ------------------------------------------------------------------------ [2009-05-25 12:18:39] paj...@php.net update: gmp has been added using MPIR as backend. mssql will not be present. Firebird may be supported but the chance to be ready in time is very small. ------------------------------------------------------------------------ [2008-12-30 18:02:01] paj...@php.net fileinfo should be present in the next snapshots. Sybase is not possible for now and will take some time until we have an updated SDK in place. ntwdblib is not available anymore for VC9 and can't be used for mssql or pdo_mssql. ------------------------------------------------------------------------ [2008-12-30 12:05:55] RQuadling at GMail dot com Description: ------------ Hi. I was playing with the 5.3.0alpha4-dev VC9 snapshots and wanted to take a look at the fileinfo extension. I noticed that the following extensions are NOT present in the VC9 TS build: php_fileinfo php_mssql php_pdo_mssql php_sybase_ct These are present in the 5.3.0alpha4-dev VC6 TS build. If I use VC6 TS build, the extension works fine. Reproduce code: --------------- php -n -d extension_dir=.\ext -d extension=php_fileinfo.dll -r "$finfo = finfo_open(FILEINFO_NONE); echo getcwd(), PHP_EOL, finfo_file($finfo, './php.exe');" Expected result: ---------------- D:\Personal Files\Downloads\Software\Programming\PHP\Latest Snapshots\php-5.3-win32-VC6-x86-latest PE32 executable for MS Windows (console) Intel 80386 32-bit and D:\Personal Files\Downloads\Software\Programming\PHP\Latest Snapshots\php-5.3-win32-VC9-x86-latest PE32 executable for MS Windows (console) Intel 80386 32-bit Actual result: -------------- D:\Personal Files\Downloads\Software\Programming\PHP\Latest Snapshots\php-5.3-win32-VC6-x86-latest PE32 executable for MS Windows (console) Intel 80386 32-bit and PHP Warning: PHP Startup: Unable to load dynamic library '.\ext\php_fileinfo.dll' - The specified module could not be found. in Unknown on line 0 Fatal error: Call to undefined function finfo_open() in Command line code on line 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=46971&edit=1