iliaa           Thu Nov  8 13:44:12 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  
  5.2.5
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.82&r2=1.579.2.52.2.83&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.82 
php-src/configure.in:1.579.2.52.2.83
--- php-src/configure.in:1.579.2.52.2.82        Thu Nov  1 22:37:35 2007
+++ php-src/configure.in        Thu Nov  8 13:44:11 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.82 2007/11/01 22:37:35 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.83 2007/11/08 13:44:11 iliaa 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=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="RC3-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/php-src/NEWS?r1=1.2027.2.547.2.998&r2=1.2027.2.547.2.999&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.998 php-src/NEWS:1.2027.2.547.2.999
--- php-src/NEWS:1.2027.2.547.2.998     Tue Nov  6 13:28:21 2007
+++ php-src/NEWS        Thu Nov  8 13:44:11 2007
@@ -1,19 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Nov 2007 , PHP 5.2.5
-- Fixed bug #43196 (array_intersect_assoc() crashes with non-array input).
-  (Jani)
-
-01 Nov 2007, PHP 5.2.5RC2
-- Added ability to control memory consumption between request using
-  ZEND_MM_COMPACT environment variable. (Dmitry)
-- Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
-- Fixed bug #42773 (WSDL error causes HTTP 500 Response). (Dmitry)
-
-18 Oct 2007, PHP 5.2.5RC1
+08 Nov 2007 , PHP 5.2.5
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
+- Added ability to control memory consumption between request using
+  ZEND_MM_COMPACT environment variable. (Dmitry)
 
 - Improved speed of array_intersect_key(), array_intersect_assoc(),
   array_uintersect_assoc(), array_diff_key(), array_diff_assoc() and
@@ -46,8 +38,11 @@
 - Fixed htmlentities/htmlspecialchars not to accept partial multibyte
   sequences. (Stas)
 
+- Fixed bug #43196 (array_intersect_assoc() crashes with non-array input).
+  (Jani)
 - Fixed bug #43139 (PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with
   fetchAll()). (Ilia)
+- Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
 - Fixed bug #43130 (Bound parameters cannot have - in their name). (Ilia)
 - Fixed bug #43099 (XMLWriter::endElement() does not check # of params).
   (Ilia)
@@ -70,6 +65,7 @@
   then following standard syntax). (Ilia)
 - Fixed bug #42783 (pg_insert() does not accept an empty list for
   insertion). (Ilia)
+- Fixed bug #42773 (WSDL error causes HTTP 500 Response). (Dmitry)
 - Fixed bug #42772 (Storing $this in a static var fails while handling a cast
   to string). (Dmitry)
 - Fixed bug #42767 (highlight_string() truncates trailing comment). (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.54&r2=1.112.2.37.2.55&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.54 
php-src/main/php_version.h:1.112.2.37.2.55
--- php-src/main/php_version.h:1.112.2.37.2.54  Thu Nov  1 22:37:34 2007
+++ php-src/main/php_version.h  Thu Nov  8 13:44:12 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.5RC3-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.5"
 #define PHP_VERSION_ID 50205

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to