[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-08-24 Thread Ilia Alshanetsky
iliaa   Thu Aug 24 15:07:57 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.571r2=1.2027.2.572diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.571 php-src/NEWS:1.2027.2.572
--- php-src/NEWS:1.2027.2.571   Wed Aug 23 13:17:36 2006
+++ php-src/NEWSThu Aug 24 15:07:56 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2006, PHP 5.1.7
+
 24 Aug 2006, PHP 5.1.6
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed bug #38488 (Access to php://stdin and family crashes PHP on win32).
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.56r2=1.579.2.57diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.56 php-src/configure.in:1.579.2.57
--- php-src/configure.in:1.579.2.56 Wed Aug 23 13:17:36 2006
+++ php-src/configure.inThu Aug 24 15:07:56 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.56 2006/08/23 13:17:36 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.57 2006/08/24 15:07:56 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=6
-EXTRA_VERSION=
+RELEASE_VERSION=7
+EXTRA_VERSION=-dev
 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.41r2=1.112.2.42diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.41 
php-src/main/php_version.h:1.112.2.42
--- php-src/main/php_version.h:1.112.2.41   Wed Aug 23 13:17:36 2006
+++ php-src/main/php_version.h  Thu Aug 24 15:07:57 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.1.6
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.1.7-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-08-23 Thread Ilia Alshanetsky
iliaa   Wed Aug 23 13:17:36 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.6
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.570r2=1.2027.2.571diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.570 php-src/NEWS:1.2027.2.571
--- php-src/NEWS:1.2027.2.570   Tue Aug 22 06:16:19 2006
+++ php-src/NEWSWed Aug 23 13:17:36 2006
@@ -1,11 +1,11 @@
 PHPNEWS
 |||
-?? ??? 2006, PHP 5.1.6
+24 Aug 2006, PHP 5.1.6
+- Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed bug #38488 (Access to php://stdin and family crashes PHP on win32).
   (Dmitry)
 
 17 Aug 2006, PHP 5.1.5
-- 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)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.55r2=1.579.2.56diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.55 php-src/configure.in:1.579.2.56
--- php-src/configure.in:1.579.2.55 Tue Aug 15 13:17:08 2006
+++ php-src/configure.inWed Aug 23 13:17:36 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.55 2006/08/15 13:17:08 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.56 2006/08/23 13:17:36 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=6
-EXTRA_VERSION=-dev
+EXTRA_VERSION=
 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.40r2=1.112.2.41diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.40 
php-src/main/php_version.h:1.112.2.41
--- php-src/main/php_version.h:1.112.2.40   Tue Aug 15 13:17:08 2006
+++ php-src/main/php_version.h  Wed Aug 23 13:17:36 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.6-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.1.6

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-08-15 Thread Ilia Alshanetsky
iliaa   Tue Aug 15 13:14:47 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.5
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.567r2=1.2027.2.568diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.567 php-src/NEWS:1.2027.2.568
--- php-src/NEWS:1.2027.2.567   Fri Aug 11 19:27:17 2006
+++ php-src/NEWSTue Aug 15 13:14:47 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-10 Aug 2006, PHP 5.1.5RC1
+17 Aug 2006, PHP 5.1.5
 - 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
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.53r2=1.579.2.54diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.53 php-src/configure.in:1.579.2.54
--- php-src/configure.in:1.579.2.53 Fri Aug 11 03:02:55 2006
+++ php-src/configure.inTue Aug 15 13:14:47 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.53 2006/08/11 03:02:55 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.54 2006/08/15 13:14:47 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=RC1
+EXTRA_VERSION=
 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.38r2=1.112.2.39diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.38 
php-src/main/php_version.h:1.112.2.39
--- php-src/main/php_version.h:1.112.2.38   Fri Aug 11 03:02:56 2006
+++ php-src/main/php_version.h  Tue Aug 15 13:14:47 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.1.5RC1
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.1.5

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-08-15 Thread Ilia Alshanetsky
iliaa   Tue Aug 15 13:17:08 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.568r2=1.2027.2.569diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.568 php-src/NEWS:1.2027.2.569
--- php-src/NEWS:1.2027.2.568   Tue Aug 15 13:14:47 2006
+++ php-src/NEWSTue Aug 15 13:17:08 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2006, PHP 5.1.6
+
 17 Aug 2006, PHP 5.1.5
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.54r2=1.579.2.55diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.54 php-src/configure.in:1.579.2.55
--- php-src/configure.in:1.579.2.54 Tue Aug 15 13:14:47 2006
+++ php-src/configure.inTue Aug 15 13:17:08 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.54 2006/08/15 13:14:47 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.55 2006/08/15 13:17:08 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=5
-EXTRA_VERSION=
+RELEASE_VERSION=6
+EXTRA_VERSION=-dev
 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.39r2=1.112.2.40diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.39 
php-src/main/php_version.h:1.112.2.40
--- php-src/main/php_version.h:1.112.2.39   Tue Aug 15 13:14:47 2006
+++ php-src/main/php_version.h  Tue Aug 15 13:17:08 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.1.5
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.1.6-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-08-10 Thread Ilia Alshanetsky
iliaa   Fri Aug 11 03:02:56 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS 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.564r2=1.2027.2.565diff_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/NEWSFri Aug 11 03:02:55 2006
@@ -1,11 +1,11 @@
 PHPNEWS
 |||
-?? ??? 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.52r2=1.579.2.53diff_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.inFri 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.37r2=1.112.2.38diff_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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-04-26 Thread Ilia Alshanetsky
iliaa   Wed Apr 26 16:07:11 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  Restore dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.34r2=1.112.2.35diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.34 
php-src/main/php_version.h:1.112.2.35
--- php-src/main/php_version.h:1.112.2.34   Wed Apr 26 14:08:26 2006
+++ php-src/main/php_version.h  Wed Apr 26 16:07:11 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 3
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.1.3
+#define PHP_MINOR_VERSION 2
+#define PHP_RELEASE_VERSION 0
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.2.0-dev
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.49r2=1.579.2.50diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.49 php-src/configure.in:1.579.2.50
--- php-src/configure.in:1.579.2.49 Wed Apr 26 14:08:26 2006
+++ php-src/configure.inWed Apr 26 16:07:11 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.49 2006/04/26 14:08:26 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.50 2006/04/26 16:07:11 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,9 +40,9 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=1
-RELEASE_VERSION=3
-EXTRA_VERSION=
+MINOR_VERSION=2
+RELEASE_VERSION=0
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.535r2=1.2027.2.536diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.535 php-src/NEWS:1.2027.2.536
--- php-src/NEWS:1.2027.2.535   Wed Apr 26 14:31:33 2006
+++ php-src/NEWSWed Apr 26 16:07:11 2006
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
-27 Apr 2006, PHP 5.1.3
+?? ??? 2006, PHP 5.2.0
+
+28 Apr 2006, PHP 5.1.3
 - Updated bundled PCRE library to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-04-20 Thread Ilia Alshanetsky
iliaa   Thu Apr 20 21:11:29 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Prepare for RC3
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.523r2=1.2027.2.524diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.523 php-src/NEWS:1.2027.2.524
--- php-src/NEWS:1.2027.2.523   Thu Apr 20 17:43:18 2006
+++ php-src/NEWSThu Apr 20 21:11:29 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Apr 2006, PHP 5.1.3
+20 Apr 2006, PHP 5.1.3RC3
 - Fixed reading stream filters never notified about EOF. (Mike)
 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
   (Dmitry)
@@ -30,7 +30,7 @@
 - Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
   (Ilia)
 
-06 Apr 2006, PHP 5.1.3RC3
+06 Apr 2006, PHP 5.1.3RC2
 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
 - Changed SOAP extension to cache WSDL structure in memory and thus speed up
   SoapClient/SoapServer construction. (Andrei, Dmitry)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.46r2=1.579.2.47diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.46 php-src/configure.in:1.579.2.47
--- php-src/configure.in:1.579.2.46 Tue Apr 18 23:47:10 2006
+++ php-src/configure.inThu Apr 20 21:11:29 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.46 2006/04/18 23:47:10 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.47 2006/04/20 21:11:29 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=3
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=RC3
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.31r2=1.112.2.32diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.31 
php-src/main/php_version.h:1.112.2.32
--- php-src/main/php_version.h:1.112.2.31   Tue Apr 18 23:47:10 2006
+++ php-src/main/php_version.h  Thu Apr 20 21:11:29 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 5.1.3RC3-dev
+#define PHP_EXTRA_VERSION RC3
+#define PHP_VERSION 5.1.3RC3

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-03-09 Thread Ilia Alshanetsky
iliaa   Thu Mar  9 14:12:15 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.3RC1
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.449r2=1.2027.2.450diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.449 php-src/NEWS:1.2027.2.450
--- php-src/NEWS:1.2027.2.449   Wed Mar  8 22:00:21 2006
+++ php-src/NEWSThu Mar  9 14:12:15 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2006, PHP 5.1.3
+09 Mar 2006, PHP 5.1.3RC1
 - Updated PCRE to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.38r2=1.579.2.39diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.38 php-src/configure.in:1.579.2.39
--- php-src/configure.in:1.579.2.38 Sun Mar  5 18:57:53 2006
+++ php-src/configure.inThu Mar  9 14:12:15 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.38 2006/03/05 18:57:53 derick Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.39 2006/03/09 14:12:15 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=3
-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/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.25r2=1.112.2.26diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.25 
php-src/main/php_version.h:1.112.2.26
--- php-src/main/php_version.h:1.112.2.25   Thu Jan 12 15:24:10 2006
+++ php-src/main/php_version.h  Thu Mar  9 14:12:15 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.3-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.1.3RC1

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-03-09 Thread Ilia Alshanetsky
iliaa   Thu Mar  9 14:22:59 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.450r2=1.2027.2.451diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.450 php-src/NEWS:1.2027.2.451
--- php-src/NEWS:1.2027.2.450   Thu Mar  9 14:12:15 2006
+++ php-src/NEWSThu Mar  9 14:22:59 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Mar 2006, PHP 5.1.3RC2
+
 09 Mar 2006, PHP 5.1.3RC1
 - Updated PCRE to version 6.6. (Andrei)
 - Moved extensions to PECL:
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.39r2=1.579.2.40diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.39 php-src/configure.in:1.579.2.40
--- php-src/configure.in:1.579.2.39 Thu Mar  9 14:12:15 2006
+++ php-src/configure.inThu Mar  9 14:22:59 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.39 2006/03/09 14:12:15 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.40 2006/03/09 14:22:59 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=3
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.26r2=1.112.2.27diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.26 
php-src/main/php_version.h:1.112.2.27
--- php-src/main/php_version.h:1.112.2.26   Thu Mar  9 14:12:15 2006
+++ php-src/main/php_version.h  Thu Mar  9 14:22:59 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.1.3RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 5.1.3RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-01-12 Thread Ilia Alshanetsky
iliaa   Thu Jan 12 15:24:10 2006 UTC

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.344r2=1.2027.2.345diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.344 php-src/NEWS:1.2027.2.345
--- php-src/NEWS:1.2027.2.344   Wed Jan 11 14:19:13 2006
+++ php-src/NEWSThu Jan 12 15:24:09 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2006, PHP 5.1.3
+
 12 Jan 2006, PHP 5.1.2
 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
 - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.35r2=1.579.2.36diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.35 php-src/configure.in:1.579.2.36
--- php-src/configure.in:1.579.2.35 Wed Jan 11 14:19:13 2006
+++ php-src/configure.inThu Jan 12 15:24:10 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.35 2006/01/11 14:19:13 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.36 2006/01/12 15:24:10 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=2
-EXTRA_VERSION=
+RELEASE_VERSION=3
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.24r2=1.112.2.25diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.24 
php-src/main/php_version.h:1.112.2.25
--- php-src/main/php_version.h:1.112.2.24   Wed Jan 11 14:19:14 2006
+++ php-src/main/php_version.h  Thu Jan 12 15:24:10 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.1.2
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.1.3-dev



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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-12-23 Thread Ilia Alshanetsky
iliaa   Fri Dec 23 14:42:50 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.30r2=1.579.2.31diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.30 php-src/configure.in:1.579.2.31
--- php-src/configure.in:1.579.2.30 Thu Dec 22 14:17:56 2005
+++ php-src/configure.inFri Dec 23 14:42:49 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.30 2005/12/22 14:17:56 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.31 2005/12/23 14:42:49 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=2
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC1-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.316r2=1.2027.2.317diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.316 php-src/NEWS:1.2027.2.317
--- php-src/NEWS:1.2027.2.316   Thu Dec 22 18:13:47 2005
+++ php-src/NEWSFri Dec 23 14:42:49 2005
@@ -1,6 +1,11 @@
 PHPNEWS
 |||
-22 Dec 2006, PHP 5.1.2RC1
+?? Jan 2006, PHP 5.1.2RC2
+- Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
+- Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
+  column empty). (Andrey)
+
+22 Dec 2005, PHP 5.1.2RC1
 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
 - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
 - Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
@@ -33,8 +38,6 @@
 - Fixed crash and leak in mysqli when using 4.1.x client libraries and
   connecting to 5.x server. (Andrey)
 - Fixed bug #35760 (sybase_ct doesn't compile on Solaris using old gcc). (Tony)
-- Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
-  column empty). (Andrey)
 - Fixed bug #35740 (memory leak when including a directory). (Tony)
 - Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding
   and allow setting it). (Frank)
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.20r2=1.112.2.21diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.20 
php-src/main/php_version.h:1.112.2.21
--- php-src/main/php_version.h:1.112.2.20   Thu Dec 22 14:17:56 2005
+++ php-src/main/php_version.h  Fri Dec 23 14:42:49 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.1.2RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 5.1.2RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-12-22 Thread Ilia Alshanetsky
iliaa   Thu Dec 22 14:17:56 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.2RC1
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.314r2=1.2027.2.315diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.314 php-src/NEWS:1.2027.2.315
--- php-src/NEWS:1.2027.2.314   Wed Dec 21 22:48:50 2005
+++ php-src/NEWSThu Dec 22 14:17:56 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Jan 2006, PHP 5.1.2
+22 Dec 2006, PHP 5.1.2RC1
 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
 - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
 - Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.29r2=1.579.2.30diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.29 php-src/configure.in:1.579.2.30
--- php-src/configure.in:1.579.2.29 Mon Dec 12 12:20:55 2005
+++ php-src/configure.inThu Dec 22 14:17:56 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.29 2005/12/12 12:20:55 sniper Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.30 2005/12/22 14:17:56 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=2
-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/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.19r2=1.112.2.20diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.19 
php-src/main/php_version.h:1.112.2.20
--- php-src/main/php_version.h:1.112.2.19   Sun Nov 27 17:29:54 2005
+++ php-src/main/php_version.h  Thu Dec 22 14:17:56 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.2-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.1.2RC1

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-11-27 Thread Ilia Alshanetsky
iliaa   Sun Nov 27 09:19:40 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.232r2=1.2027.2.233ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.232 php-src/NEWS:1.2027.2.233
--- php-src/NEWS:1.2027.2.232   Sun Nov 27 08:24:53 2005
+++ php-src/NEWSSun Nov 27 09:19:38 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2006, PHP 5.1.1
+29 Nov 2006, PHP 5.1.1
 - Disabled native date class to prevent pear::date conflict. (Ilia)
 - Changed reflection constants be both PHP and class constants. (Johannes)
 - Added an additional field $frame['object'] to the result array of
@@ -19,6 +19,7 @@
 - Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
   (Dmitry)
 - Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
+- Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
 - Fixed bug #35316 (Application exception trying to create COM object). (Rob)
 - Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
 
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.22r2=1.579.2.23ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.22 php-src/configure.in:1.579.2.23
--- php-src/configure.in:1.579.2.22 Wed Nov 23 16:25:37 2005
+++ php-src/configure.inSun Nov 27 09:19:38 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.22 2005/11/23 21:25:37 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.23 2005/11/27 14:19:38 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=1
-EXTRA_VERSION=-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.17r2=1.112.2.18ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.17 
php-src/main/php_version.h:1.112.2.18
--- php-src/main/php_version.h:1.112.2.17   Wed Nov 23 16:25:36 2005
+++ php-src/main/php_version.h  Sun Nov 27 09:19:40 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.1-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.1.1

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-11-16 Thread Ilia Alshanetsky
iliaa   Wed Nov 16 09:18:13 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.0RC5
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.195r2=1.2027.2.196ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.195 php-src/NEWS:1.2027.2.196
--- php-src/NEWS:1.2027.2.195   Wed Nov 16 06:52:25 2005
+++ php-src/NEWSWed Nov 16 09:17:55 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Nov 2005, PHP 5.1
+16 Nov 2005, PHP 5.1 Release Candidate 5
 - Changed type hints to allow null as default value for class and array.
   (Marcus, Derick, Dmitry)
 - Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.15r2=1.579.2.16ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.15 php-src/configure.in:1.579.2.16
--- php-src/configure.in:1.579.2.15 Fri Oct 28 11:45:04 2005
+++ php-src/configure.inWed Nov 16 09:18:03 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.15 2005/10/28 15:45:04 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.16 2005/11/16 14:18:03 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=0
-EXTRA_VERSION=RC5-dev
+EXTRA_VERSION=RC5
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.11r2=1.112.2.12ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.11 
php-src/main/php_version.h:1.112.2.12
--- php-src/main/php_version.h:1.112.2.11   Fri Oct 28 11:45:05 2005
+++ php-src/main/php_version.h  Wed Nov 16 09:18:11 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC5-dev
-#define PHP_VERSION 5.1.0RC5-dev
+#define PHP_EXTRA_VERSION RC5
+#define PHP_VERSION 5.1.0RC5

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-10-28 Thread Ilia Alshanetsky
iliaa   Fri Oct 28 11:00:50 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.1.0RC4
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.167r2=1.2027.2.168ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.167 php-src/NEWS:1.2027.2.168
--- php-src/NEWS:1.2027.2.167   Fri Oct 28 10:46:27 2005
+++ php-src/NEWSFri Oct 28 11:00:46 2005
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
-?? Oct 2005, PHP 5.1 Release Candidate 4
+?? Nov 2005, PHP 5.1
+
+28 Oct 2005, PHP 5.1 Release Candidate 4
 - Fixed fgetcsv() and fputcsv() inconsistency. (Dmitry)
 - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is 
   zero). (Tony)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.13r2=1.579.2.14ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.13 php-src/configure.in:1.579.2.14
--- php-src/configure.in:1.579.2.13 Mon Oct 17 18:24:41 2005
+++ php-src/configure.inFri Oct 28 11:00:47 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.13 2005/10/17 22:24:41 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.14 2005/10/28 15:00:47 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=0
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=RC4
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.9r2=1.112.2.10ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.9 
php-src/main/php_version.h:1.112.2.10
--- php-src/main/php_version.h:1.112.2.9Mon Oct 17 18:24:42 2005
+++ php-src/main/php_version.h  Fri Oct 28 11:00:49 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC4-dev
-#define PHP_VERSION 5.1.0RC4-dev
+#define PHP_EXTRA_VERSION RC4
+#define PHP_VERSION 5.1.0RC4

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-10-17 Thread Ilia Alshanetsky
iliaa   Mon Oct 17 16:26:14 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  5.1.0RC3
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.11r2=1.579.2.12ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.11 php-src/configure.in:1.579.2.12
--- php-src/configure.in:1.579.2.11 Fri Oct 14 11:30:23 2005
+++ php-src/configure.inMon Oct 17 16:26:09 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.11 2005/10/14 15:30:23 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.12 2005/10/17 20:26:09 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=0
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=RC3
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.135r2=1.2027.2.136ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.135 php-src/NEWS:1.2027.2.136
--- php-src/NEWS:1.2027.2.135   Mon Oct 17 11:31:10 2005
+++ php-src/NEWSMon Oct 17 16:26:11 2005
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
-?? Oct 2005, PHP 5.1 Release Candidate 3
+?? Oct 2005, PHP 5.1 Release Candidate 4
+
+17 Oct 2005, PHP 5.1 Release Candidate 3
 - Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
 - Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is 
   being used). (Tony, Ilia)
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.7r2=1.112.2.8ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.7 
php-src/main/php_version.h:1.112.2.8
--- php-src/main/php_version.h:1.112.2.7Fri Oct 14 11:30:26 2005
+++ php-src/main/php_version.h  Mon Oct 17 16:26:13 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 5.1.0RC3-dev
+#define PHP_EXTRA_VERSION RC3
+#define PHP_VERSION 5.1.0RC3

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-10-14 Thread Ilia Alshanetsky
iliaa   Fri Oct 14 09:36:35 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Prepare for 5.1RC2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.126r2=1.2027.2.127ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.126 php-src/NEWS:1.2027.2.127
--- php-src/NEWS:1.2027.2.126   Thu Oct 13 11:23:11 2005
+++ php-src/NEWSFri Oct 14 09:36:34 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Oct 2005, PHP 5.1 Release Candidate 2
+14 Oct 2005, PHP 5.1 Release Candidate 2
 - Changed SQLite extension to be a shared module in Windows distribution.
   (Edin)
 - Changed instanceof and catch operators, is_a() and is_subclass_of()
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.9r2=1.579.2.10ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.9 php-src/configure.in:1.579.2.10
--- php-src/configure.in:1.579.2.9  Thu Sep 22 09:04:10 2005
+++ php-src/configure.inFri Oct 14 09:36:34 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.9 2005/09/22 13:04:10 sniper Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.10 2005/10/14 13:36:34 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=0
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.5r2=1.112.2.6ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.5 
php-src/main/php_version.h:1.112.2.6
--- php-src/main/php_version.h:1.112.2.5Sat Sep 10 11:44:17 2005
+++ php-src/main/php_version.h  Fri Oct 14 09:36:35 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 5.1.0RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 5.1.0RC2

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-10-14 Thread Ilia Alshanetsky
iliaa   Fri Oct 14 11:30:27 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.10r2=1.579.2.11ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.10 php-src/configure.in:1.579.2.11
--- php-src/configure.in:1.579.2.10 Fri Oct 14 09:36:34 2005
+++ php-src/configure.inFri Oct 14 11:30:23 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.10 2005/10/14 13:36:34 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.11 2005/10/14 15:30:23 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=0
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.127r2=1.2027.2.128ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.127 php-src/NEWS:1.2027.2.128
--- php-src/NEWS:1.2027.2.127   Fri Oct 14 09:36:34 2005
+++ php-src/NEWSFri Oct 14 11:30:24 2005
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Oct 2005, PHP 5.1 Release Candidate 3
+
 14 Oct 2005, PHP 5.1 Release Candidate 2
 - Changed SQLite extension to be a shared module in Windows distribution.
   (Edin)
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.6r2=1.112.2.7ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.6 
php-src/main/php_version.h:1.112.2.7
--- php-src/main/php_version.h:1.112.2.6Fri Oct 14 09:36:35 2005
+++ php-src/main/php_version.h  Fri Oct 14 11:30:26 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 5.1.0RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 5.1.0RC3-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-08-16 Thread Zeev Suraski
zeevTue Aug 16 06:59:57 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll RC1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.15r2=1.2027.2.16ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.15 php-src/NEWS:1.2027.2.16
--- php-src/NEWS:1.2027.2.15Mon Aug 15 13:14:35 2005
+++ php-src/NEWSTue Aug 16 06:59:42 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Aug 2005, PHP 5.1 Release Candidate 1
+16 Aug 2005, PHP 5.1 Release Candidate 1
 - Removed XML_RPC pear package from distribution and made ext/xmlrpc mandatory
   for pear. (Rasmus)
 - Updated bundled libraries in Windows distribution. (Edin)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.3r2=1.579.2.4ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.3 php-src/configure.in:1.579.2.4
--- php-src/configure.in:1.579.2.3  Thu Aug 11 12:43:24 2005
+++ php-src/configure.inTue Aug 16 06:59:51 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.3 2005/08/11 16:43:24 rasmus Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.4 2005/08/16 10:59:51 zeev 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=0
-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/diff.php/php-src/main/php_version.h?r1=1.112.2.2r2=1.112.2.3ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.2 
php-src/main/php_version.h:1.112.2.3
--- php-src/main/php_version.h:1.112.2.2Tue Aug  9 01:40:56 2005
+++ php-src/main/php_version.h  Tue Aug 16 06:59:56 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.0-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.1.0RC1

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-08-16 Thread Zeev Suraski
zeevTue Aug 16 08:01:42 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Go back to dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.16r2=1.2027.2.17ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.16 php-src/NEWS:1.2027.2.17
--- php-src/NEWS:1.2027.2.16Tue Aug 16 06:59:42 2005
+++ php-src/NEWSTue Aug 16 08:01:40 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-16 Aug 2005, PHP 5.1 Release Candidate 1
+?? Aug 2005, PHP 5.1 Release Candidate 2
 - Removed XML_RPC pear package from distribution and made ext/xmlrpc mandatory
   for pear. (Rasmus)
 - Updated bundled libraries in Windows distribution. (Edin)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.4r2=1.579.2.5ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.4 php-src/configure.in:1.579.2.5
--- php-src/configure.in:1.579.2.4  Tue Aug 16 06:59:51 2005
+++ php-src/configure.inTue Aug 16 08:01:40 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.4 2005/08/16 10:59:51 zeev Exp $ -*- autoconf 
-*-
+ ## $Id: configure.in,v 1.579.2.5 2005/08/16 12:01:40 zeev 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=0
-EXTRA_VERSION=RC1
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.3r2=1.112.2.4ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.3 
php-src/main/php_version.h:1.112.2.4
--- php-src/main/php_version.h:1.112.2.3Tue Aug 16 06:59:56 2005
+++ php-src/main/php_version.h  Tue Aug 16 08:01:42 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.1.0RC1
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.1.0-dev

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2005-08-08 Thread Andi Gutmans
andiTue Aug  9 01:09:01 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - RC1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027r2=1.2027.2.1ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027 php-src/NEWS:1.2027.2.1
--- php-src/NEWS:1.2027 Mon Aug  8 17:35:03 2005
+++ php-src/NEWSTue Aug  9 01:08:55 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2005, PHP 5.1
+8 Aug 2005, PHP 5.1 Release Candidate 1
 - Updated bundled libraries in Windows distribution. (Edin)
   . zlib 1.2.3
   . curl 7.14.0
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579r2=1.579.2.1ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579 php-src/configure.in:1.579.2.1
--- php-src/configure.in:1.579  Mon Aug  8 12:06:47 2005
+++ php-src/configure.inTue Aug  9 01:08:56 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579 2005/08/08 16:06:47 sniper Exp $ -*- autoconf -*-
+ ## $Id: configure.in,v 1.579.2.1 2005/08/09 05:08:56 andi 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=0
-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/diff.php/ZendEngine2/zend.h?r1=1.293r2=1.293.2.1ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.293 ZendEngine2/zend.h:1.293.2.1
--- ZendEngine2/zend.h:1.293Wed Aug  3 09:30:46 2005
+++ ZendEngine2/zend.h  Tue Aug  9 01:08:59 2005
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.293 2005/08/03 13:30:46 sniper Exp $ */
+/* $Id: zend.h,v 1.293.2.1 2005/08/09 05:08:59 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.1.0-dev
+#define ZEND_VERSION 2.1.0RC1
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112r2=1.112.2.1ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112 php-src/main/php_version.h:1.112.2.1
--- php-src/main/php_version.h:1.112Thu Jul 14 10:01:02 2005
+++ php-src/main/php_version.h  Tue Aug  9 01:08:59 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.1.0-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.1.0RC1

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



[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2005-08-08 Thread Andi Gutmans
andiTue Aug  9 01:40:56 2005 EDT

  Modified files:  (Branch: PHP_5_1)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - No release today. Found a critical bug...
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.1r2=1.2027.2.2ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.1 php-src/NEWS:1.2027.2.2
--- php-src/NEWS:1.2027.2.1 Tue Aug  9 01:08:55 2005
+++ php-src/NEWSTue Aug  9 01:40:54 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-8 Aug 2005, PHP 5.1 Release Candidate 1
+?? Aug 2005, PHP 5.1 Release Candidate 1
 - Updated bundled libraries in Windows distribution. (Edin)
   . zlib 1.2.3
   . curl 7.14.0
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.1r2=1.579.2.2ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.1 php-src/configure.in:1.579.2.2
--- php-src/configure.in:1.579.2.1  Tue Aug  9 01:08:56 2005
+++ php-src/configure.inTue Aug  9 01:40:55 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.1 2005/08/09 05:08:56 andi Exp $ -*- autoconf 
-*-
+ ## $Id: configure.in,v 1.579.2.2 2005/08/09 05:40:55 andi 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=0
-EXTRA_VERSION=RC1
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/ZendEngine2/zend.h?r1=1.293.2.1r2=1.293.2.2ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.293.2.1 ZendEngine2/zend.h:1.293.2.2
--- ZendEngine2/zend.h:1.293.2.1Tue Aug  9 01:08:59 2005
+++ ZendEngine2/zend.h  Tue Aug  9 01:40:55 2005
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.293.2.1 2005/08/09 05:08:59 andi Exp $ */
+/* $Id: zend.h,v 1.293.2.2 2005/08/09 05:40:55 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.1.0RC1
+#define ZEND_VERSION 2.1.0-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.1r2=1.112.2.2ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.1 
php-src/main/php_version.h:1.112.2.2
--- php-src/main/php_version.h:1.112.2.1Tue Aug  9 01:08:59 2005
+++ php-src/main/php_version.h  Tue Aug  9 01:40:56 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.1.0RC1
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.1.0-dev

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