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:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user