From: Operating system: unix PHP version: 5.3.6 Package: PDO related Bug Type: Bug Bug description:wrong pathes in php_pdo_mysql_int.h
Description: ------------ in ext/pdo_mysql/php_pdo_mysql_int.h you have #if defined(PDO_USE_MYSQLND) # include "ext/mysqlnd/mysqlnd.h" # include "ext/mysql/mysql_mysqlnd.h" # include "ext/mysqlnd/mysqlnd_libmysql_compat.h" ... #if defined(PDO_USE_MYSQLND) #include "ext/mysqlnd/mysqlnd_debug.h" so when I tried to re-compile the pdo_mysql extension from the extension folder using `phpize;configure--with-pdo-mysql=mysqlnd;make`, it barkled that can't find "ext/mysqlnd/mysqlnd.h" I changed to #include "../../ext/mysqlnd/mysqlnd_debug.h" and compiled the extension, but that's obviously not a solution. Test script: --------------- none Expected result: ---------------- Build complete. Don't forget to run 'make test'. Actual result: -------------- In file included from /usr/src/web/php-5.3.6/ext/pdo_mysql/pdo_mysql.c:32: /usr/src/web/php-5.3.6/ext/pdo_mysql/php_pdo_mysql_int.h:28:38: error: ext/mysql/mysql_mysqlnd.h: No such file or directory -- Edit bug report at http://bugs.php.net/bug.php?id=54644&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=54644&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=54644&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=54644&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=54644&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=54644&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=54644&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=54644&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=54644&r=needscript Try newer version: http://bugs.php.net/fix.php?id=54644&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=54644&r=support Expected behavior: http://bugs.php.net/fix.php?id=54644&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=54644&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=54644&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=54644&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=54644&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=54644&r=dst IIS Stability: http://bugs.php.net/fix.php?id=54644&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=54644&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=54644&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=54644&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=54644&r=mysqlcfg