Re: [PHP-WIN] 64 bit platform improvements
[email protected] (Jan Ehrhardt) Thu, 26 Dec 2013 21:24:39 +0100
| Newsgroups | php.windows |
|---|---|
| Message-ID | <[email protected]> |
Jan Ehrhardt in php.windows (Thu, 26 Dec 2013 20:47:08 +0100): >I will try to get a BT with GDB. Probably that wil mean I have to load >PHP 5.7 as mod_php in a VC11 Apache, because GDB does not catch errors >of a php-cgi that is loaded from within Apache. > >I will install Apache 3.4.7 VC11 now on my laptop (was still running the >VC9 version). Hmm. Loading PHP 5.7 (x86 TS) as mod_php in Apache 2.4.7 VC11 Win32 seemed to work. But when I tried to access the Drupal7 site,I got this message: Fatal error: Undefined class constant 'MYSQL_ATTR_USE_BUFFERED_QUERY' in includes\database\mysql\database.inc on line 46 As far as I know, MYSQL_ATTR_USE_BUFFERED_QUERY is defined in php_pdo_mysql.dll, which was enabled. back to phpinfo(): PDO support enabled PDO drivers no value So it seems php_pdo_mysql.dll isn't loaded correctly and Drupal7 expects it to be. Jan