From: adrian dot worley at get2net dot dk Operating system: Windows PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: FAQ. Incomplete MySQL enabling comments.
Description: ------------ 67 Database Issues. When enabling MySQL on a Windows box the Docs/FAQ correctly state... Windows users may enable the extension php_mysql.dll inside php.ini. ... and then how to add the PHP directory to the PATH variable. Upon doing so and rebooting, PHP fails to start stating that php_mysql.dll cannot be found. This is because the .dll is in the /ext sub-directory. I suggest the FAQ is modified to advise the user to either... change extension_dir from "./" to "./ext/" -OR- move php_mysql.dll to the PHP directory -OR- add the 7ext sub-dir to PATH ... I chose the first. Minor issue, but may help a few. Reproduce code: --------------- N/A Expected result: ---------------- N/A Actual result: -------------- N/A -- Edit bug report at http://bugs.php.net/?id=34081&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34081&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34081&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34081&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34081&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34081&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34081&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34081&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34081&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34081&r=support Expected behavior: http://bugs.php.net/fix.php?id=34081&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34081&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34081&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34081&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34081&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34081&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34081&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34081&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34081&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34081&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34081&r=mysqlcfg
