ifdef([PHP_INSTALL_HEADERS],
[
+ dnl Sadly, this is a complete NOP for pecl extensions
PHP_INSTALL_HEADERS(ext/pdo, [php_pdo.h php_pdo_driver.h])
- ], [
- PHP_ADD_MAKEFILE_FRAGMENT
])
+
+ dnl so we always include the known-good working hack.
+ PHP_ADD_MAKEFILE_FRAGMENT
fi
+
<license>PHP</license>
<release>
<state>beta</state>
- <version>1.0RC1</version>
+ <version>1.0RC2</version>
<date>2005-09-11</date>
<notes>
You can find additional PDO drivers at:
http://snaps.php.net/win32/PECL_5_0/
+- Fixed an issue with the installation of the pdo headers
+
- Consult the PHP 5.1b3 release notes and http://netevil.org/node.php?nid=325
for more recent changes.