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

2005-09-05 Thread Zeev Suraski
zeevMon Sep  5 06:41:14 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll 5.0.5
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.474r2=1.1760.2.475ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.474 php-src/NEWS:1.1760.2.475
--- php-src/NEWS:1.1760.2.474   Fri Sep  2 17:12:09 2005
+++ php-src/NEWSMon Sep  5 06:41:11 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-25 Aug 2005, PHP 5.0.5RC2
+05 Sep 2005, PHP 5.0.5
 - Upgraded PCRE library to version 5.0. (Andrei)
 - Removed php_check_syntax() function which never worked properly. (Ilia)
 - Added new function mysqli_set_charset(). (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.57r2=1.514.2.58ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.57 php-src/configure.in:1.514.2.58
--- php-src/configure.in:1.514.2.57 Thu Aug 25 14:29:14 2005
+++ php-src/configure.inMon Sep  5 06:41:12 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.57 2005/08/25 18:29:14 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.58 2005/09/05 10:41:12 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=5
-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.97.2.25r2=1.97.2.26ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.25 
php-src/main/php_version.h:1.97.2.26
--- php-src/main/php_version.h:1.97.2.25Thu Aug 25 14:29:15 2005
+++ php-src/main/php_version.h  Mon Sep  5 06:41:14 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.5-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h

2005-09-05 Thread Zeev Suraski
zeevMon Sep  5 08:00:36 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll back to dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.475r2=1.1760.2.476ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.475 php-src/NEWS:1.1760.2.476
--- php-src/NEWS:1.1760.2.475   Mon Sep  5 06:41:11 2005
+++ php-src/NEWSMon Sep  5 08:00:19 2005
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? , PHP 5.0.6
+
 05 Sep 2005, PHP 5.0.5
 - Upgraded PCRE library to version 5.0. (Andrei)
 - Removed php_check_syntax() function which never worked properly. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.58r2=1.514.2.59ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.58 php-src/configure.in:1.514.2.59
--- php-src/configure.in:1.514.2.58 Mon Sep  5 06:41:12 2005
+++ php-src/configure.inMon Sep  5 08:00:24 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.58 2005/09/05 10:41:12 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.59 2005/09/05 12:00:24 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-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/diff.php/php-src/main/php_version.h?r1=1.97.2.26r2=1.97.2.27ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.26 
php-src/main/php_version.h:1.97.2.27
--- php-src/main/php_version.h:1.97.2.26Mon Sep  5 06:41:14 2005
+++ php-src/main/php_version.h  Mon Sep  5 08:00:35 2005
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.5
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h

2005-08-25 Thread Zeev Suraski
zeevThu Aug 25 13:10:24 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll RC2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.467r2=1.1760.2.468ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.467 php-src/NEWS:1.1760.2.468
--- php-src/NEWS:1.1760.2.467   Sun Aug 21 19:01:23 2005
+++ php-src/NEWSThu Aug 25 13:10:23 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-21 Aug 2005, PHP 5.0.5RC1
+25 Aug 2005, PHP 5.0.5RC2
 - Upgraded PCRE library to version 5.0. (Andrei)
 - Removed php_check_syntax() function which never worked properly. (Ilia)
 - Added new function mysqli_set_charset(). (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.55r2=1.514.2.56ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.55 php-src/configure.in:1.514.2.56
--- php-src/configure.in:1.514.2.55 Wed Jul 27 07:44:08 2005
+++ php-src/configure.inThu Aug 25 13:10:23 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.55 2005/07/27 11:44:08 hyanantha Exp $ -*- 
sh -*-
+dnl ## $Id: configure.in,v 1.514.2.56 2005/08/25 17:10:23 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=5
-EXTRA_VERSION=-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.97.2.23r2=1.97.2.24ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.23 
php-src/main/php_version.h:1.97.2.24
--- php-src/main/php_version.h:1.97.2.23Wed Mar 30 17:24:52 2005
+++ php-src/main/php_version.h  Thu Aug 25 13:10:24 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.5-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 5.0.5RC2

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



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

2005-03-30 Thread Zeev Suraski
zeevWed Mar 30 16:43:13 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll 5.0.4
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.302r2=1.1760.2.303ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.302 php-src/NEWS:1.1760.2.303
--- php-src/NEWS:1.1760.2.302   Tue Mar 29 12:32:37 2005
+++ php-src/NEWSWed Mar 30 16:43:12 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-24 Mar 2005, PHP 5.0.4RC2
+31 Mar 2005, PHP 5.0.4
 - Added SNMPv2 support. (harrie)
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.45r2=1.514.2.46ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.45 php-src/configure.in:1.514.2.46
--- php-src/configure.in:1.514.2.45 Sat Mar 26 14:17:10 2005
+++ php-src/configure.inWed Mar 30 16:43:12 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.45 2005/03/26 19:17:10 derick Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.46 2005/03/30 21:43:12 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=4
-EXTRA_VERSION=RC2-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.97.2.21r2=1.97.2.22ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.21 
php-src/main/php_version.h:1.97.2.22
--- php-src/main/php_version.h:1.97.2.21Sat Mar 26 14:17:11 2005
+++ php-src/main/php_version.h  Wed Mar 30 16:43:12 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 5.0.4RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.4

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



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

2005-03-24 Thread Zeev Suraski
zeevThu Mar 24 03:23:37 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Roll RC2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.300r2=1.1760.2.301ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.300 php-src/NEWS:1.1760.2.301
--- php-src/NEWS:1.1760.2.300   Wed Mar 23 18:56:36 2005
+++ php-src/NEWSThu Mar 24 03:23:34 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2005, PHP 5.0.4
+24 Mar 2005, PHP 5.0.4RC2
 - Added SNMPv2 support. (harrie)
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.43r2=1.514.2.44ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.43 php-src/configure.in:1.514.2.44
--- php-src/configure.in:1.514.2.43 Thu Mar 17 08:11:36 2005
+++ php-src/configure.inThu Mar 24 03:23:34 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.43 2005/03/17 13:11:36 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.44 2005/03/24 08:23:34 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=4
-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.97.2.19r2=1.97.2.20ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.19 
php-src/main/php_version.h:1.97.2.20
--- php-src/main/php_version.h:1.97.2.19Thu Mar 17 08:11:38 2005
+++ php-src/main/php_version.h  Thu Mar 24 03:23:37 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 5.0.4RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 5.0.4RC2

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



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

2005-03-17 Thread Zeev Suraski
zeevThu Mar 17 08:11:38 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  RC1 - RC2-dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.290r2=1.1760.2.291ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.290 php-src/NEWS:1.1760.2.291
--- php-src/NEWS:1.1760.2.290   Wed Mar 16 15:31:00 2005
+++ php-src/NEWSThu Mar 17 08:11:33 2005
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-13 Mar 2005, PHP 5.0.4RC1
+?? ??? 2005, PHP 5.0.4
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
 - Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.42r2=1.514.2.43ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.42 php-src/configure.in:1.514.2.43
--- php-src/configure.in:1.514.2.42 Thu Mar 17 03:12:14 2005
+++ php-src/configure.inThu Mar 17 08:11:36 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.42 2005/03/17 08:12:14 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.43 2005/03/17 13:11:36 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=4
-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/diff.php/php-src/main/php_version.h?r1=1.97.2.18r2=1.97.2.19ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.18 
php-src/main/php_version.h:1.97.2.19
--- php-src/main/php_version.h:1.97.2.18Sun Mar 13 14:57:05 2005
+++ php-src/main/php_version.h  Thu Mar 17 08:11:38 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.0.4RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 5.0.4RC2-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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-12-14 Thread Andi Gutmans
andiWed Dec 15 00:07:39 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Roll PHP 5.0.3
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.156r2=1.1760.2.157ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.156 php-src/NEWS:1.1760.2.157
--- php-src/NEWS:1.1760.2.156   Tue Dec 14 08:58:12 2004
+++ php-src/NEWSWed Dec 15 00:07:36 2004
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.3
+15 Dec 2004, PHP 5.0.3
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
 - Fixed error handling in mysqli_multi_query. (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.21r2=1.514.2.22ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.21 php-src/configure.in:1.514.2.22
--- php-src/configure.in:1.514.2.21 Tue Dec 14 03:41:34 2004
+++ php-src/configure.inWed Dec 15 00:07:36 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.21 2004/12/14 08:41:34 derick Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.22 2004/12/15 05:07:36 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=3
-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/ZendEngine2/zend.h?r1=1.257.2.14r2=1.257.2.15ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.14 ZendEngine2/zend.h:1.257.2.15
--- ZendEngine2/zend.h:1.257.2.14   Thu Dec  9 20:06:17 2004
+++ ZendEngine2/zend.h  Wed Dec 15 00:07:38 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.14 2004/12/10 01:06:17 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.15 2004/12/15 05:07:38 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3-dev
+#define ZEND_VERSION 2.0.3
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.13r2=1.97.2.14ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.13 
php-src/main/php_version.h:1.97.2.14
--- php-src/main/php_version.h:1.97.2.13Thu Dec  9 20:06:17 2004
+++ php-src/main/php_version.h  Wed Dec 15 00:07:38 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.3-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.3

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



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

2004-12-14 Thread Andi Gutmans
andiWed Dec 15 00:28:12 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Back to -dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.157r2=1.1760.2.158ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.157 php-src/NEWS:1.1760.2.158
--- php-src/NEWS:1.1760.2.157   Wed Dec 15 00:07:36 2004
+++ php-src/NEWSWed Dec 15 00:28:11 2004
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2005, PHP 5.0.4
+
 15 Dec 2004, PHP 5.0.3
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.22r2=1.514.2.23ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.22 php-src/configure.in:1.514.2.23
--- php-src/configure.in:1.514.2.22 Wed Dec 15 00:07:36 2004
+++ php-src/configure.inWed Dec 15 00:28:11 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.22 2004/12/15 05:07:36 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.23 2004/12/15 05:28:11 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=3
-EXTRA_VERSION=
+RELEASE_VERSION=4
+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.257.2.15r2=1.257.2.16ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.15 ZendEngine2/zend.h:1.257.2.16
--- ZendEngine2/zend.h:1.257.2.15   Wed Dec 15 00:07:38 2004
+++ ZendEngine2/zend.h  Wed Dec 15 00:28:12 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.15 2004/12/15 05:07:38 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.16 2004/12/15 05:28:12 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3
+#define ZEND_VERSION 2.0.4-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.14r2=1.97.2.15ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.14 
php-src/main/php_version.h:1.97.2.15
--- php-src/main/php_version.h:1.97.2.14Wed Dec 15 00:07:38 2004
+++ php-src/main/php_version.h  Wed Dec 15 00:28:12 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.3
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.4-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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-12-14 Thread Andi Gutmans
andiWed Dec 15 01:44:07 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Redo 5.0.3
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.158r2=1.1760.2.159ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.158 php-src/NEWS:1.1760.2.159
--- php-src/NEWS:1.1760.2.158   Wed Dec 15 00:28:11 2004
+++ php-src/NEWSWed Dec 15 01:44:04 2004
@@ -1,7 +1,5 @@
 PHPNEWS
 |||
-?? ??? 2005, PHP 5.0.4
-
 15 Dec 2004, PHP 5.0.3
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.23r2=1.514.2.24ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.23 php-src/configure.in:1.514.2.24
--- php-src/configure.in:1.514.2.23 Wed Dec 15 00:28:11 2004
+++ php-src/configure.inWed Dec 15 01:44:05 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.23 2004/12/15 05:28:11 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.24 2004/12/15 06:44:05 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=4
-EXTRA_VERSION=-dev
+RELEASE_VERSION=3
+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/ZendEngine2/zend.h?r1=1.257.2.16r2=1.257.2.17ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.16 ZendEngine2/zend.h:1.257.2.17
--- ZendEngine2/zend.h:1.257.2.16   Wed Dec 15 00:28:12 2004
+++ ZendEngine2/zend.h  Wed Dec 15 01:44:06 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.16 2004/12/15 05:28:12 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.17 2004/12/15 06:44:06 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.4-dev
+#define ZEND_VERSION 2.0.3
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.15r2=1.97.2.16ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.15 
php-src/main/php_version.h:1.97.2.16
--- php-src/main/php_version.h:1.97.2.15Wed Dec 15 00:28:12 2004
+++ php-src/main/php_version.h  Wed Dec 15 01:44:07 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.4-dev
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.3

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


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

2004-12-14 Thread Andi Gutmans
andiWed Dec 15 02:02:06 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - 5.0.4-dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.159r2=1.1760.2.160ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.159 php-src/NEWS:1.1760.2.160
--- php-src/NEWS:1.1760.2.159   Wed Dec 15 01:44:04 2004
+++ php-src/NEWSWed Dec 15 02:02:02 2004
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2005, PHP 5.0.4
+
 15 Dec 2004, PHP 5.0.3
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.24r2=1.514.2.25ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.24 php-src/configure.in:1.514.2.25
--- php-src/configure.in:1.514.2.24 Wed Dec 15 01:44:05 2004
+++ php-src/configure.inWed Dec 15 02:02:03 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.24 2004/12/15 06:44:05 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.25 2004/12/15 07:02:03 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=3
-EXTRA_VERSION=
+RELEASE_VERSION=4
+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.257.2.17r2=1.257.2.18ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.17 ZendEngine2/zend.h:1.257.2.18
--- ZendEngine2/zend.h:1.257.2.17   Wed Dec 15 01:44:06 2004
+++ ZendEngine2/zend.h  Wed Dec 15 02:02:05 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.17 2004/12/15 06:44:06 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.18 2004/12/15 07:02:05 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3
+#define ZEND_VERSION 2.0.4-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.16r2=1.97.2.17ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.16 
php-src/main/php_version.h:1.97.2.17
--- php-src/main/php_version.h:1.97.2.16Wed Dec 15 01:44:07 2004
+++ php-src/main/php_version.h  Wed Dec 15 02:02:05 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.3
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.4-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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-12-09 Thread Andi Gutmans
andiThu Dec  9 20:03:04 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - 5.0.3RC2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.151r2=1.1760.2.152ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.151 php-src/NEWS:1.1760.2.152
--- php-src/NEWS:1.1760.2.151   Thu Dec  9 05:30:14 2004
+++ php-src/NEWSThu Dec  9 20:03:02 2004
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.3RC2
+09 Dec 2004, PHP 5.0.3RC2
 - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
 - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
 
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.18r2=1.514.2.19ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.18 php-src/configure.in:1.514.2.19
--- php-src/configure.in:1.514.2.18 Mon Dec  6 15:38:55 2004
+++ php-src/configure.inThu Dec  9 20:03:02 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.18 2004/12/06 20:38:55 derick Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.19 2004/12/10 01:03:02 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=3
-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/ZendEngine2/zend.h?r1=1.257.2.12r2=1.257.2.13ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.12 ZendEngine2/zend.h:1.257.2.13
--- ZendEngine2/zend.h:1.257.2.12   Wed Dec  1 09:46:13 2004
+++ ZendEngine2/zend.h  Thu Dec  9 20:03:04 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.12 2004/12/01 14:46:13 derick Exp $ */
+/* $Id: zend.h,v 1.257.2.13 2004/12/10 01:03:04 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3RC2-dev
+#define ZEND_VERSION 2.0.3RC2
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.11r2=1.97.2.12ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.11 
php-src/main/php_version.h:1.97.2.12
--- php-src/main/php_version.h:1.97.2.11Wed Dec  1 09:44:54 2004
+++ php-src/main/php_version.h  Thu Dec  9 20:03:04 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 5.0.3RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 5.0.3RC2

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



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

2004-12-09 Thread Andi Gutmans
andiThu Dec  9 20:06:17 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Back to -dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.152r2=1.1760.2.153ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.152 php-src/NEWS:1.1760.2.153
--- php-src/NEWS:1.1760.2.152   Thu Dec  9 20:03:02 2004
+++ php-src/NEWSThu Dec  9 20:06:16 2004
@@ -1,10 +1,8 @@
 PHPNEWS
 |||
-09 Dec 2004, PHP 5.0.3RC2
+?? ??? 2004, PHP 5.0.3
 - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
 - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
-
-29 Nov 2004, PHP 5.0.3RC1
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
 - Fixed error handling in mysqli_multi_query. (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.19r2=1.514.2.20ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.19 php-src/configure.in:1.514.2.20
--- php-src/configure.in:1.514.2.19 Thu Dec  9 20:03:02 2004
+++ php-src/configure.inThu Dec  9 20:06:17 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.19 2004/12/10 01:03:02 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.20 2004/12/10 01:06:17 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=3
-EXTRA_VERSION=RC2
+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.257.2.13r2=1.257.2.14ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.13 ZendEngine2/zend.h:1.257.2.14
--- ZendEngine2/zend.h:1.257.2.13   Thu Dec  9 20:03:04 2004
+++ ZendEngine2/zend.h  Thu Dec  9 20:06:17 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.13 2004/12/10 01:03:04 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.14 2004/12/10 01:06:17 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3RC2
+#define ZEND_VERSION 2.0.3-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.12r2=1.97.2.13ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.12 
php-src/main/php_version.h:1.97.2.13
--- php-src/main/php_version.h:1.97.2.12Thu Dec  9 20:03:04 2004
+++ php-src/main/php_version.h  Thu Dec  9 20:06:17 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 5.0.3RC2
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-11-29 Thread Andi Gutmans
andiMon Nov 29 20:39:18 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Go with 5.0.3RC1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.133r2=1.1760.2.134ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.133 php-src/NEWS:1.1760.2.134
--- php-src/NEWS:1.1760.2.133   Sun Nov 28 12:13:49 2004
+++ php-src/NEWSMon Nov 29 20:39:18 2004
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.3
+29 Nov 2004, PHP 5.0.3RC1
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
 - Fixed error handling in mysqli_multi_query. (Georg)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.15r2=1.514.2.16ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.15 php-src/configure.in:1.514.2.16
--- php-src/configure.in:1.514.2.15 Mon Nov 15 08:41:41 2004
+++ php-src/configure.inMon Nov 29 20:39:18 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.15 2004/11/15 13:41:41 derick Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.16 2004/11/30 01:39:18 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 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/diff.php/ZendEngine2/zend.h?r1=1.257.2.10r2=1.257.2.11ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.10 ZendEngine2/zend.h:1.257.2.11
--- ZendEngine2/zend.h:1.257.2.10   Thu Sep 23 17:56:15 2004
+++ ZendEngine2/zend.h  Mon Nov 29 20:39:18 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.10 2004/09/23 21:56:15 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.11 2004/11/30 01:39:18 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.3-dev
+#define ZEND_VERSION 2.0.3RC1
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.9r2=1.97.2.10ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.9 php-src/main/php_version.h:1.97.2.10
--- php-src/main/php_version.h:1.97.2.9 Thu Sep 23 17:56:15 2004
+++ php-src/main/php_version.h  Mon Nov 29 20:39:18 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.3-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-09-23 Thread Andi Gutmans
andiThu Sep 23 17:21:59 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Roll 5.0.2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.79r2=1.1760.2.80ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.79 php-src/NEWS:1.1760.2.80
--- php-src/NEWS:1.1760.2.79Thu Sep 23 14:45:27 2004
+++ php-src/NEWSThu Sep 23 17:21:58 2004
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.2
+23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.7r2=1.514.2.8ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.7 php-src/configure.in:1.514.2.8
--- php-src/configure.in:1.514.2.7  Thu Sep 16 17:44:47 2004
+++ php-src/configure.inThu Sep 23 17:21:59 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.7 2004/09/16 21:44:47 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.8 2004/09/23 21:21:59 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=2
-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/diff.php/ZendEngine2/zend.h?r1=1.257.2.8r2=1.257.2.9ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.8 ZendEngine2/zend.h:1.257.2.9
--- ZendEngine2/zend.h:1.257.2.8Thu Sep 16 17:44:47 2004
+++ ZendEngine2/zend.h  Thu Sep 23 17:21:59 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.8 2004/09/16 21:44:47 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.9 2004/09/23 21:21:59 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.2RC1
+#define ZEND_VERSION 2.0.2
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.7r2=1.97.2.8ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.7 php-src/main/php_version.h:1.97.2.8
--- php-src/main/php_version.h:1.97.2.7 Thu Sep 16 17:44:47 2004
+++ php-src/main/php_version.h  Thu Sep 23 17:21:59 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 5.0.2RC1
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.2

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



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

2004-09-23 Thread Andi Gutmans
andiThu Sep 23 17:56:16 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - PHP 5.0.3-dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.80r2=1.1760.2.81ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.80 php-src/NEWS:1.1760.2.81
--- php-src/NEWS:1.1760.2.80Thu Sep 23 17:21:58 2004
+++ php-src/NEWSThu Sep 23 17:56:15 2004
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2004, PHP 5.0.3
+
 23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.8r2=1.514.2.9ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.8 php-src/configure.in:1.514.2.9
--- php-src/configure.in:1.514.2.8  Thu Sep 23 17:21:59 2004
+++ php-src/configure.inThu Sep 23 17:56:15 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.8 2004/09/23 21:21:59 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.9 2004/09/23 21:56:15 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-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/diff.php/ZendEngine2/zend.h?r1=1.257.2.9r2=1.257.2.10ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.9 ZendEngine2/zend.h:1.257.2.10
--- ZendEngine2/zend.h:1.257.2.9Thu Sep 23 17:21:59 2004
+++ ZendEngine2/zend.h  Thu Sep 23 17:56:15 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.9 2004/09/23 21:21:59 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.10 2004/09/23 21:56:15 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.2
+#define ZEND_VERSION 2.0.3-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.8r2=1.97.2.9ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.8 php-src/main/php_version.h:1.97.2.9
--- php-src/main/php_version.h:1.97.2.8 Thu Sep 23 17:21:59 2004
+++ php-src/main/php_version.h  Thu Sep 23 17:56:15 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.2
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-12 Thread Andi Gutmans
andiThu Aug 12 02:35:22 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - 5.0.1RC2
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.35r2=1.1760.2.36ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.35 php-src/NEWS:1.1760.2.36
--- php-src/NEWS:1.1760.2.35Thu Aug 12 01:42:13 2004
+++ php-src/NEWSThu Aug 12 02:35:21 2004
@@ -1,10 +1,10 @@
 PHPNEWS
 |||
 ?? ??? 2004, PHP 5.0.1
+
+11 Aug 2004, PHP 5.0.1RC2
 - Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
   returning the value). (Ilia)
-
-10 Aug 2004, PHP 5.0.1RC1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
 - Rewritten UNIX and Windows install help files. (Documentation Team)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.2r2=1.514.2.3ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.2 php-src/configure.in:1.514.2.3
--- php-src/configure.in:1.514.2.2  Tue Aug 10 03:28:05 2004
+++ php-src/configure.inThu Aug 12 02:35:21 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.2 2004/08/10 07:28:05 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.3 2004/08/12 06:35:21 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=1
-EXTRA_VERSION=-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/ZendEngine2/zend.h?r1=1.257.2.3r2=1.257.2.4ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.3 ZendEngine2/zend.h:1.257.2.4
--- ZendEngine2/zend.h:1.257.2.3Tue Aug 10 03:28:09 2004
+++ ZendEngine2/zend.h  Thu Aug 12 02:35:22 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.3 2004/08/10 07:28:09 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.4 2004/08/12 06:35:22 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.1-dev
+#define ZEND_VERSION 2.0.1RC2
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.2r2=1.97.2.3ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.2 php-src/main/php_version.h:1.97.2.3
--- php-src/main/php_version.h:1.97.2.2 Tue Aug 10 03:28:09 2004
+++ php-src/main/php_version.h  Thu Aug 12 02:35:22 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.1-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 5.0.1RC2

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



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

2004-08-12 Thread Andi Gutmans
andiThu Aug 12 16:39:37 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Roll 5.0.1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.37r2=1.1760.2.38ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.37 php-src/NEWS:1.1760.2.38
--- php-src/NEWS:1.1760.2.37Thu Aug 12 03:25:32 2004
+++ php-src/NEWSThu Aug 12 16:39:36 2004
@@ -1,8 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2004, PHP 5.0.1
-
-11 Aug 2004, PHP 5.0.1RC2
+12 Aug 2004, PHP 5.0.1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
 - Rewritten UNIX and Windows install help files. (Documentation Team)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.4r2=1.514.2.5ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.4 php-src/configure.in:1.514.2.5
--- php-src/configure.in:1.514.2.4  Thu Aug 12 02:39:26 2004
+++ php-src/configure.inThu Aug 12 16:39:36 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.4 2004/08/12 06:39:26 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.5 2004/08/12 20:39:36 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 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/ZendEngine2/zend.h?r1=1.257.2.5r2=1.257.2.6ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.5 ZendEngine2/zend.h:1.257.2.6
--- ZendEngine2/zend.h:1.257.2.5Thu Aug 12 02:39:26 2004
+++ ZendEngine2/zend.h  Thu Aug 12 16:39:36 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.5 2004/08/12 06:39:26 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.6 2004/08/12 20:39:36 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.1-dev
+#define ZEND_VERSION 2.0.1
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.4r2=1.97.2.5ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.4 php-src/main/php_version.h:1.97.2.5
--- php-src/main/php_version.h:1.97.2.4 Thu Aug 12 02:39:26 2004
+++ php-src/main/php_version.h  Thu Aug 12 16:39:36 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.1-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 5.0.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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-12 Thread Andi Gutmans
andiThu Aug 12 16:53:19 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - Back to 5.0.2-dev
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.38r2=1.1760.2.39ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.38 php-src/NEWS:1.1760.2.39
--- php-src/NEWS:1.1760.2.38Thu Aug 12 16:39:36 2004
+++ php-src/NEWSThu Aug 12 16:53:18 2004
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2004, PHP 5.0.2
+
 12 Aug 2004, PHP 5.0.1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.5r2=1.514.2.6ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.5 php-src/configure.in:1.514.2.6
--- php-src/configure.in:1.514.2.5  Thu Aug 12 16:39:36 2004
+++ php-src/configure.inThu Aug 12 16:53:19 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.5 2004/08/12 20:39:36 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.6 2004/08/12 20:53:19 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=1
-EXTRA_VERSION=
+RELEASE_VERSION=2
+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.257.2.6r2=1.257.2.7ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.6 ZendEngine2/zend.h:1.257.2.7
--- ZendEngine2/zend.h:1.257.2.6Thu Aug 12 16:39:36 2004
+++ ZendEngine2/zend.h  Thu Aug 12 16:53:19 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.6 2004/08/12 20:39:36 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.7 2004/08/12 20:53:19 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.1
+#define ZEND_VERSION 2.0.2-dev
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97.2.5r2=1.97.2.6ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97.2.5 php-src/main/php_version.h:1.97.2.6
--- php-src/main/php_version.h:1.97.2.5 Thu Aug 12 16:39:36 2004
+++ php-src/main/php_version.h  Thu Aug 12 16:53:19 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 5.0.1
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 5.0.2-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_0) / NEWS configure.in /main php_version.h ZendEngine2 zend.h

2004-08-10 Thread Andi Gutmans
andiTue Aug 10 03:17:06 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS configure.in 
/ZendEngine2zend.h 
/php-src/main   php_version.h 
  Log:
  - 5.0.1RC1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.27r2=1.1760.2.28ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.27 php-src/NEWS:1.1760.2.28
--- php-src/NEWS:1.1760.2.27Tue Aug 10 01:36:12 2004
+++ php-src/NEWSTue Aug 10 03:16:58 2004
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ?? ??? 2004, PHP 5.0.1
+
+10 Aug 2004, PHP 5.0.1RC1
 - Rewritten UNIX and Windows install help files. (Documentation Team)
 - Updated several libraries bundled with the windows release which now 
   includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514r2=1.514.2.1ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514 php-src/configure.in:1.514.2.1
--- php-src/configure.in:1.514  Tue Jul 13 15:56:48 2004
+++ php-src/configure.inTue Aug 10 03:17:01 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514 2004/07/13 19:56:48 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.1 2004/08/10 07:17:01 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=1
-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.257.2.1r2=1.257.2.2ty=u
Index: ZendEngine2/zend.h
diff -u ZendEngine2/zend.h:1.257.2.1 ZendEngine2/zend.h:1.257.2.2
--- ZendEngine2/zend.h:1.257.2.1Wed Jul 28 15:07:26 2004
+++ ZendEngine2/zend.h  Tue Aug 10 03:17:04 2004
@@ -17,12 +17,12 @@
+--+
 */
 
-/* $Id: zend.h,v 1.257.2.1 2004/07/28 19:07:26 andi Exp $ */
+/* $Id: zend.h,v 1.257.2.2 2004/08/10 07:17:04 andi Exp $ */
 
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION 2.0.1-dev
+#define ZEND_VERSION 2.0.1RC1
 
 #define ZEND_ENGINE_2
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97r2=1.97.2.1ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97 php-src/main/php_version.h:1.97.2.1
--- php-src/main/php_version.h:1.97 Tue Jul 13 15:56:49 2004
+++ php-src/main/php_version.h  Tue Aug 10 03:17:05 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 5.0.1-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 5.0.1RC1

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