From: RQuadling at GMail dot com Operating system: Windows XP Pro SP3 PHP version: 5.3CVS-2008-12-30 (snap) PHP Bug Type: Unknown/Other Function Bug description: Missing extensions between VC6 and VC9 snapshots
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 bug report at http://bugs.php.net/?id=46971&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46971&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46971&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46971&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46971&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46971&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46971&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46971&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46971&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46971&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46971&r=support Expected behavior: http://bugs.php.net/fix.php?id=46971&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46971&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46971&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46971&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46971&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46971&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46971&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46971&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46971&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46971&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46971&r=mysqlcfg