diff options
-rw-r--r-- | ext/mysql/package.xml | 2 | ||||
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysql/package.xml b/ext/mysql/package.xml index adb7522031..79fd6ba909 100644 --- a/ext/mysql/package.xml +++ b/ext/mysql/package.xml @@ -29,7 +29,7 @@ These functions allow you to access MySQL database servers. <license>PHP</license> <release> <state>stable</state> - <version>5.1</version> + <version>1.0</version> <date>2005-09-04</date> <notes> This is the MySQL driver, taken from the PHP 5.1 release. diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 3e09feb6f0..9c2a70b06e 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -218,7 +218,7 @@ zend_module_entry mysql_module_entry = { PHP_RINIT(mysql), PHP_RSHUTDOWN(mysql), PHP_MINFO(mysql), - NO_VERSION_YET, + "1.0", STANDARD_MODULE_PROPERTIES }; /* }}} */ |