johannes Tue, 22 Dec 2009 19:30:09 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=292495
Log: install mysqlnd headers to allow shared build of extensions Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 U php/php-src/trunk/ext/mysqlnd/config9.m4 Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 =================================================================== --- php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 2009-12-22 18:46:54 UTC (rev 292494) +++ php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 2009-12-22 19:30:09 UTC (rev 292495) @@ -22,6 +22,7 @@ PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no) PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) + PHP_INSTALL_HEADERS([ext/mysqlnd/]) dnl Windows uses config.w32 thus this code is safe for now Modified: php/php-src/trunk/ext/mysqlnd/config9.m4 =================================================================== --- php/php-src/trunk/ext/mysqlnd/config9.m4 2009-12-22 18:46:54 UTC (rev 292494) +++ php/php-src/trunk/ext/mysqlnd/config9.m4 2009-12-22 19:30:09 UTC (rev 292495) @@ -22,6 +22,7 @@ PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no) PHP_ADD_BUILD_DIR([ext/mysqlnd], 1) + PHP_INSTALL_HEADERS([ext/mysqlnd/]) dnl Windows uses config.w32 thus this code is safe for now
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php