1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix PECL Bug #5010

This commit is contained in:
Wez Furlong
2005-09-11 19:44:26 +00:00
parent af01525d1e
commit 9e9f413aeb
3 changed files with 9 additions and 4 deletions

View File

@@ -54,8 +54,11 @@ for more detail on this issue.
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

View File

@@ -41,7 +41,7 @@
<license>PHP</license>
<release>
<state>beta</state>
<version>1.0RC1</version>
<version>1.0RC2</version>
<date>2005-09-11</date>
<notes>
@@ -60,6 +60,8 @@ http://snaps.php.net/win32/PECL_5_0/php_pdo.dll
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.

View File

@@ -112,7 +112,7 @@ zend_module_entry pdo_module_entry = {
PHP_RINIT(pdo),
PHP_RSHUTDOWN(pdo),
PHP_MINFO(pdo),
"1.0RC1",
"1.0RC2",
STANDARD_MODULE_PROPERTIES
};
/* }}} */