File tree 3 files changed +9
-4
lines changed 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ for more detail on this issue.
54
54
55
55
ifdef ( [ PHP_INSTALL_HEADERS] ,
56
56
[
57
+ dnl Sadly, this is a complete NOP for pecl extensions
57
58
PHP_INSTALL_HEADERS(ext/pdo, [ php_pdo.h php_pdo_driver.h] )
58
- ] , [
59
- PHP_ADD_MAKEFILE_FRAGMENT
60
59
] )
60
+
61
+ dnl so we always include the known-good working hack.
62
+ PHP_ADD_MAKEFILE_FRAGMENT
61
63
fi
64
+
Original file line number Diff line number Diff line change 41
41
<license >PHP</license >
42
42
<release >
43
43
<state >beta</state >
44
- <version >1.0RC1 </version >
44
+ <version >1.0RC2 </version >
45
45
<date >2005-09-11</date >
46
46
47
47
<notes >
@@ -60,6 +60,8 @@ http://snaps.php.net/win32/PECL_5_0/php_pdo.dll
60
60
You can find additional PDO drivers at:
61
61
http://snaps.php.net/win32/PECL_5_0/
62
62
63
+ - Fixed an issue with the installation of the pdo headers
64
+
63
65
- Consult the PHP 5.1b3 release notes and http://netevil.org/node.php?nid=325
64
66
for more recent changes.
65
67
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ zend_module_entry pdo_module_entry = {
112
112
PHP_RINIT (pdo ),
113
113
PHP_RSHUTDOWN (pdo ),
114
114
PHP_MINFO (pdo ),
115
- "1.0RC1 " ,
115
+ "1.0RC2 " ,
116
116
STANDARD_MODULE_PROPERTIES
117
117
};
118
118
/* }}} */
You can’t perform that action at this time.
0 commit comments