iliaa           Fri Aug 11 03:02:56 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  5.1.5RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.564&r2=1.2027.2.565&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.564 php-src/NEWS:1.2027.2.565
--- php-src/NEWS:1.2027.2.564   Thu Aug 10 18:34:22 2006
+++ php-src/NEWS        Fri Aug 11 03:02:55 2006
@@ -1,11 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.1.5
+10 Aug 2006, PHP 5.1.5RC1
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
   enabled. (Stefan E., Ilia)
-- Fixed bug #38322 (reading past array in sscanf() leads to arbitary code
+- Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
   execution). (Tony)
 - Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
 - Fixed bug #38112 (corrupted gif segfaults) (Pierre)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52&r2=1.579.2.53&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52 php-src/configure.in:1.579.2.53
--- php-src/configure.in:1.579.2.52     Wed May  3 23:31:43 2006
+++ php-src/configure.in        Fri Aug 11 03:02:55 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52 2006/05/03 23:31:43 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.53 2006/08/11 03:02:55 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=5
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37&r2=1.112.2.38&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37 
php-src/main/php_version.h:1.112.2.38
--- php-src/main/php_version.h:1.112.2.37       Wed May  3 23:31:43 2006
+++ php-src/main/php_version.h  Fri Aug 11 03:02:56 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.1.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.1.5RC1"

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

Reply via email to