iliaa           Sat May  6 21:58:04 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  Creation of the 5.2 branch
  
  
  
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.52&r2=1.579.2.52.2.1&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.52.2.1
--- php-src/configure.in:1.579.2.52     Wed May  3 23:31:43 2006
+++ php-src/configure.in        Sat May  6 21:58:03 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.52.2.1 2006/05/06 21:58:03 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -10,6 +10,8 @@
 dnl ## Diversion 2 is the initial checking of OS features, programs,
 dnl ## libraries and so on.
 
+
+
 dnl ## In diversion 3 we check for compile-time options to the PHP
 dnl ## core and how to deal with different system dependencies.  This
 dnl ## includes what regex library is used and whether debugging or short
@@ -40,8 +42,8 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=1
-RELEASE_VERSION=5
+MINOR_VERSION=2
+RELEASE_VERSION=0
 EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547&r2=1.2027.2.547.2.1&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547 php-src/NEWS:1.2027.2.547.2.1
--- php-src/NEWS:1.2027.2.547   Fri May  5 07:05:34 2006
+++ php-src/NEWS        Sat May  6 21:58:03 2006
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.?.?
+?? ??? 2006, PHP 5.2.0
 - Fixed bug #37313 (sigemptyset() used without including <signal.h>).
   (jdolecek)
 
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.37&r2=1.112.2.37.2.1&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.37.2.1
--- php-src/main/php_version.h:1.112.2.37       Wed May  3 23:31:43 2006
+++ php-src/main/php_version.h  Sat May  6 21:58:03 2006
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 5
+#define PHP_MINOR_VERSION 2
+#define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.1.5-dev"
+#define PHP_VERSION "5.2.0-dev"

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

Reply via email to