johannes Fri Jun 26 15:44:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src configure.in /ZendEngine2 zend_extensions.h zend_modules.h /php-src/main php.h php_version.h Log: Bump version to 5.3.0 and API Nos. up http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.57&r2=1.579.2.52.2.77.2.58&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.52.2.77.2.57 php-src/configure.in:1.579.2.52.2.77.2.58 --- php-src/configure.in:1.579.2.52.2.77.2.57 Fri Jun 26 15:42:11 2009 +++ php-src/configure.in Fri Jun 26 15:44:18 2009 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.579.2.52.2.77.2.57 2009/06/26 15:42:11 johannes Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.579.2.52.2.77.2.58 2009/06/26 15:44:18 johannes Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -42,7 +42,7 @@ PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=0 -PHP_EXTRA_VERSION="RC5-dev" +PHP_EXTRA_VERSION="" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_extensions.h?r1=1.67.2.3.2.3.2.8&r2=1.67.2.3.2.3.2.9&diff_format=u Index: ZendEngine2/zend_extensions.h diff -u ZendEngine2/zend_extensions.h:1.67.2.3.2.3.2.8 ZendEngine2/zend_extensions.h:1.67.2.3.2.3.2.9 --- ZendEngine2/zend_extensions.h:1.67.2.3.2.3.2.8 Wed Apr 8 23:06:16 2009 +++ ZendEngine2/zend_extensions.h Fri Jun 26 15:44:18 2009 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_extensions.h,v 1.67.2.3.2.3.2.8 2009/04/08 23:06:16 stas Exp $ */ +/* $Id: zend_extensions.h,v 1.67.2.3.2.3.2.9 2009/06/26 15:44:18 johannes Exp $ */ #ifndef ZEND_EXTENSIONS_H #define ZEND_EXTENSIONS_H @@ -28,7 +28,7 @@ /* The first number is the engine version and the rest is the date. * This way engine 2/3 API no. is always greater than engine 1 API no.. */ -#define ZEND_EXTENSION_API_NO 220090115 +#define ZEND_EXTENSION_API_NO 220090626 typedef struct _zend_extension_version_info { int zend_extension_api_no; http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_modules.h?r1=1.67.2.3.2.4.2.8&r2=1.67.2.3.2.4.2.9&diff_format=u Index: ZendEngine2/zend_modules.h diff -u ZendEngine2/zend_modules.h:1.67.2.3.2.4.2.8 ZendEngine2/zend_modules.h:1.67.2.3.2.4.2.9 --- ZendEngine2/zend_modules.h:1.67.2.3.2.4.2.8 Sat Jan 17 02:05:13 2009 +++ ZendEngine2/zend_modules.h Fri Jun 26 15:44:19 2009 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_modules.h,v 1.67.2.3.2.4.2.8 2009/01/17 02:05:13 stas Exp $ */ +/* $Id: zend_modules.h,v 1.67.2.3.2.4.2.9 2009/06/26 15:44:19 johannes Exp $ */ #ifndef MODULES_H #define MODULES_H @@ -33,7 +33,7 @@ #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC #define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC -#define ZEND_MODULE_API_NO 20090115 +#define ZEND_MODULE_API_NO 20090626 #ifdef ZTS #define USING_ZTS 1 #else http://cvs.php.net/viewvc.cgi/php-src/main/php.h?r1=1.221.2.4.2.8.2.12&r2=1.221.2.4.2.8.2.13&diff_format=u Index: php-src/main/php.h diff -u php-src/main/php.h:1.221.2.4.2.8.2.12 php-src/main/php.h:1.221.2.4.2.8.2.13 --- php-src/main/php.h:1.221.2.4.2.8.2.12 Wed Dec 31 11:15:47 2008 +++ php-src/main/php.h Fri Jun 26 15:44:19 2009 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php.h,v 1.221.2.4.2.8.2.12 2008/12/31 11:15:47 sebastian Exp $ */ +/* $Id: php.h,v 1.221.2.4.2.8.2.13 2009/06/26 15:44:19 johannes Exp $ */ #ifndef PHP_H #define PHP_H @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20041225 +#define PHP_API_VERSION 20090626 #define PHP_HAVE_STREAMS #define YYDEBUG 0 http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.17&r2=1.112.2.37.2.50.2.18&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.112.2.37.2.50.2.17 php-src/main/php_version.h:1.112.2.37.2.50.2.18 --- php-src/main/php_version.h:1.112.2.37.2.50.2.17 Thu Jun 18 21:07:08 2009 +++ php-src/main/php_version.h Fri Jun 26 15:44:19 2009 @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "5.3.0RC5-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.0" #define PHP_VERSION_ID 50300
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php