gwynne Sun, 31 Jan 2010 20:04:10 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=294279
Log: ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing. (Forgot to commit to trunk/ before, sorry) Changed paths: U php/php-src/trunk/ext/pdo_mysql/php_pdo_mysql_int.h Modified: php/php-src/trunk/ext/pdo_mysql/php_pdo_mysql_int.h =================================================================== --- php/php-src/trunk/ext/pdo_mysql/php_pdo_mysql_int.h 2010-01-31 20:00:36 UTC (rev 294278) +++ php/php-src/trunk/ext/pdo_mysql/php_pdo_mysql_int.h 2010-01-31 20:04:10 UTC (rev 294279) @@ -77,6 +77,8 @@ #endif ZEND_END_MODULE_GLOBALS(pdo_mysql) +ZEND_EXTERN_MODULE_GLOBALS(pdo_mysql) + #ifdef ZTS #define PDO_MYSQL_G(v) TSRMG(pdo_mysql_globals_id, zend_pdo_mysql_globals *, v) #else
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php