iliaa Sun Dec 7 19:08:35 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
Move active branch to 5.2.9
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1349&r2=1.2027.2.547.2.1350&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1349 php-src/NEWS:1.2027.2.547.2.1350
--- php-src/NEWS:1.2027.2.547.2.1349 Sun Dec 7 10:55:47 2008
+++ php-src/NEWS Sun Dec 7 19:08:35 2008
@@ -1,10 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.2.8
+?? ??? 2009, PHP 5.2.9
- Fixed bug #46782 (fastcgi.c parse error). (Matt)
- Fixed bug #46739 (array returned by curl_getinfo should contain content_type
key).
(Mikko)
+09 Dec 2008, PHP 5.2.8
+- Reverted bug fix #42718 that broke magic_quotes_gpc (Scott)
+
04 Dec 2008, PHP 5.2.7
- Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
- Updated timezone database to version 2008.9. (Derick)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.117&r2=1.579.2.52.2.118&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.117
php-src/configure.in:1.579.2.52.2.118
--- php-src/configure.in:1.579.2.52.2.117 Wed Dec 3 15:57:52 2008
+++ php-src/configure.in Sun Dec 7 19:08:35 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.117 2008/12/03 15:57:52 iliaa Exp $ -*-
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.118 2008/12/07 19:08:35 iliaa Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -41,7 +41,7 @@
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=8
+PHP_RELEASE_VERSION=9
PHP_EXTRA_VERSION="-dev"
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/php-src/main/php_version.h?r1=1.112.2.37.2.81&r2=1.112.2.37.2.82&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.81
php-src/main/php_version.h:1.112.2.37.2.82
--- php-src/main/php_version.h:1.112.2.37.2.81 Wed Dec 3 15:57:52 2008
+++ php-src/main/php_version.h Sun Dec 7 19:08:35 2008
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.8-dev"
-#define PHP_VERSION_ID 50208
+#define PHP_VERSION "5.2.9-dev"
+#define PHP_VERSION_ID 50209
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php