mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
prep for release
This commit is contained in:
parent
d0ea27b802
commit
b15e33f85a
@ -42,7 +42,7 @@
|
|||||||
<release>
|
<release>
|
||||||
<state>stable</state>
|
<state>stable</state>
|
||||||
<version>1.0.2</version>
|
<version>1.0.2</version>
|
||||||
<date>2005-11-26</date>
|
<date>2005-11-28</date>
|
||||||
|
|
||||||
<notes>
|
<notes>
|
||||||
** NOTE WELL! **
|
** NOTE WELL! **
|
||||||
|
@ -133,7 +133,7 @@ zend_module_entry pdo_module_entry = {
|
|||||||
PHP_RINIT(pdo),
|
PHP_RINIT(pdo),
|
||||||
PHP_RSHUTDOWN(pdo),
|
PHP_RSHUTDOWN(pdo),
|
||||||
PHP_MINFO(pdo),
|
PHP_MINFO(pdo),
|
||||||
"1.0.1",
|
"1.0.2",
|
||||||
STANDARD_MODULE_PROPERTIES
|
STANDARD_MODULE_PROPERTIES
|
||||||
};
|
};
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
Loading…
Reference in New Issue
Block a user