]> granicus.if.org Git - php/commitdiff
assign a version number
authorWez Furlong <wez@php.net>
Sun, 4 Sep 2005 17:10:56 +0000 (17:10 +0000)
committerWez Furlong <wez@php.net>
Sun, 4 Sep 2005 17:10:56 +0000 (17:10 +0000)
ext/mysql/package.xml
ext/mysql/php_mysql.c

index adb7522031f7115201387f7ccfa30965ccee30bb..79fd6ba90983fe900cce8a7b1cc43c6ca42ae410 100644 (file)
@@ -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.
index 3e09feb6f04c707d0680abd8877daecc3e601bcb..9c2a70b06ecbd814b6f27baa78cd0fe64b4b4553 100644 (file)
@@ -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
 };
 /* }}} */