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

2009-06-17 Thread Ilia Alshanetsky
iliaa   Wed Jun 17 12:31:59 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1560&r2=1.2027.2.547.2.1561&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1560 php-src/NEWS:1.2027.2.547.2.1561
--- php-src/NEWS:1.2027.2.547.2.1560Wed Jun 17 12:22:41 2009
+++ php-src/NEWSWed Jun 17 12:31:58 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2009, PHP 5.2.11
+
 17 Jun 2009, PHP 5.2.10
 - Updated timezone database to version 2009.9 (2009i) (Derick)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.139&r2=1.579.2.52.2.140&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.139 
php-src/configure.in:1.579.2.52.2.140
--- php-src/configure.in:1.579.2.52.2.139   Wed Jun 17 12:22:41 2009
+++ php-src/configure.inWed Jun 17 12:31:58 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.139 2009/06/17 12:22:41 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.140 2009/06/17 12:31:58 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=11
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.97&r2=1.112.2.37.2.98&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.97 
php-src/main/php_version.h:1.112.2.37.2.98
--- php-src/main/php_version.h:1.112.2.37.2.97  Wed Jun 17 12:22:41 2009
+++ php-src/main/php_version.h  Wed Jun 17 12:31:58 2009
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.10"
-#define PHP_VERSION_ID 50210
+#define PHP_RELEASE_VERSION 11
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.11-dev"
+#define PHP_VERSION_ID 50211



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



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

2009-06-17 Thread Ilia Alshanetsky
iliaa   Wed Jun 17 12:22:41 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.10
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1559&r2=1.2027.2.547.2.1560&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1559 php-src/NEWS:1.2027.2.547.2.1560
--- php-src/NEWS:1.2027.2.547.2.1559Tue Jun 16 02:59:09 2009
+++ php-src/NEWSWed Jun 17 12:22:41 2009
@@ -1,102 +1,81 @@
 PHPNEWS
 |||
-?? Jun 2009, PHP 5.2.10
-- Fixed bug #48562 (Reference recursion causes segfault when used in 
-  wddx_serialize_vars()). (Felipe)
-- Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to
-  integers). (David Zuelke)
-- Fixed bug #48514 (cURL extension uses same resource name for simple and
-  multi APIs). (Felipe)
-- Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options 
-  persist). (Patrick)
-- Fixed missing erealloc() in fix for Bug #40091 in spl_autoload_register.
-  (Greg)
-
-11 Jun 2009, PHP 5.2.10RC2
+17 Jun 2009, PHP 5.2.10
 - Updated timezone database to version 2009.9 (2009i) (Derick)
-- Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
 
-- Fixed bug #48518 (curl crashes when writing into invalid file handle). (Tony)
-- Fixed bug #48469 (ldap_get_entries() leaks memory on empty search results).
-  (Patrick)
-- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4).
-  (Jani, spisek at kerio dot com)
-- Fixed bug #48448 (Compile failure under IRIX 6.5.30 building cast.c). 
-  (Kalle)
-- Fixed bug #48434 (Improve memory_get_usage() accuracy). (Arnaud)
-- Fixed bug #48416 (Force a cache limit in ereg() to stop excessive memory 
usage).
-  (Scott)
-- Fixed bug #48409 (Crash when exception is thrown while passing function 
-  arguments). (Arnaud)
-- Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg 
-  files). (Pierre)
-- Fixed bug #48359 (Script hangs on snmprealwalk if OID is not
-  increasing). (Ilia, simonov at gmail dot com)
-- Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
-  (Ilia, lytboris at gmail dot com)
-- Fixed bug #48247 (Crash on errors during startup). (Stas)
-- Fixed bug #47836 (array operator [] inconsistency when the array has
-  PHP_INT_MAX index value). (Matt)
-- Fixed bug #47042 (cgi sapi is incorrectly removing SCRIPT_FILENAME).
-  (Sriram Natarajan, David Soria Parra)
-- Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL 
-  SOAP services). (Ilia, lordelph at gmail dot com)
-- Fixed bug #46109 (Memory leak when mysqli::init() is called multiple times).
-  (Andrey)
-- Fixed bug #44827 (define() is missing error checks for class constants).
-  (Ilia)
-- Fixed bug #44214 (Crash using preg_replace_callback() and global variables).
-  (Nuno, Scott)
-- Fixed bug #42143 (The constant NAN is reported as 0 on Windows)
-  (Kanwaljeet Singla, Venkat Raman Don)
-
-
-
-27 May 2009, PHP 5.2.10RC1
-- Updated timezone database to version 2009.8 (2009h) (Derick)
+- Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
+- Added new CURL options CURLOPT_REDIR_PROTOCOLS, CURLOPT_PROTOCOLS,
+  and CURLPROTO_* for redirect fixes in CURL 7.19.4. (Yoram Bar Haim, Stas)
+- Added support for Sun CC (FR #46595 and FR #46513). (David Soria Parra)
 
 - Changed default value of array_unique()'s optional sorting type parameter
   back to SORT_STRING to fix backwards compatibility breakage introduced in 
   PHP 5.2.9. (Moriyoshi)
 
-- Added new CURL options CURLOPT_REDIR_PROTOCOLS, CURLOPT_PROTOCOLS,
-  and CURLPROTO_* for redirect fixes in CURL 7.19.4. (Yoram Bar Haim, Stas)
-- Added support for Sun CC (FR #46595 and FR #46513). (David Soria Parra)
-
 - Fixed memory corruptions while reading properties of zip files. (Ilia)
 - Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
 - Fixed segfault on invalid session.save_path. (Hannes)
 - Fixed leaks in imap when a mail_criteria is used. (Pierre)
+- Fixed missing erealloc() in fix for Bug #40091 in spl_autoload_register. 
(Greg)
 
-- Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not work with
-  redeclared property). (patch by Markus dot Lidel at shadowconnect dot com)
+- Fixed bug #48562 (Reference recursion causes segfault when used in
+  wddx_serialize_vars()). (Felipe)
+- Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to
+  integers). (David Zuelke)
+- Fixed bug #48518 (curl crashes when writing into invalid file handle). (Tony)
+- Fixed bug #48514 (cURL extension uses same resource name for simple and
+  multi APIs). (Felipe)
+- Fixed bug #48469 (ldap_get_entries() leaks memory on empty search
+  results). (Patrick)
+- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4). (Jani

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

2009-06-11 Thread Ilia Alshanetsky
iliaa   Thu Jun 11 12:13:55 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1553&r2=1.2027.2.547.2.1554&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1553 php-src/NEWS:1.2027.2.547.2.1554
--- php-src/NEWS:1.2027.2.547.2.1553Thu Jun 11 12:12:43 2009
+++ php-src/NEWSThu Jun 11 12:13:54 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Jun 2009, PHP 5.2.10
+
 11 Jun 2009, PHP 5.2.10RC2
 - Updated timezone database to version 2009.9 (2009i) (Derick)
 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.137&r2=1.579.2.52.2.138&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.137 
php-src/configure.in:1.579.2.52.2.138
--- php-src/configure.in:1.579.2.52.2.137   Thu Jun 11 12:10:43 2009
+++ php-src/configure.inThu Jun 11 12:13:54 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.137 2009/06/11 12:10:43 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.138 2009/06/11 12:13:54 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.95&r2=1.112.2.37.2.96&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.95 
php-src/main/php_version.h:1.112.2.37.2.96
--- php-src/main/php_version.h:1.112.2.37.2.95  Thu Jun 11 12:10:43 2009
+++ php-src/main/php_version.h  Thu Jun 11 12:13:55 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.10RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.10RC3-dev"
 #define PHP_VERSION_ID 50210



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



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

2009-06-11 Thread Ilia Alshanetsky
iliaa   Thu Jun 11 12:10:43 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.10RC2
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1551&r2=1.2027.2.547.2.1552&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1551 php-src/NEWS:1.2027.2.547.2.1552
--- php-src/NEWS:1.2027.2.547.2.1551Thu Jun 11 09:49:57 2009
+++ php-src/NEWSThu Jun 11 12:10:43 2009
@@ -1,6 +1,6 @@
-PHP
NEWS
+PHPNEWS
 |||
-?? Jun 2009, PHP 5.2.10
+11 Jun 2009, PHP 5.2.10
 - Updated timezone database to version 2009.9 (2009i) (Derick)
 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.136&r2=1.579.2.52.2.137&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.136 
php-src/configure.in:1.579.2.52.2.137
--- php-src/configure.in:1.579.2.52.2.136   Wed May 27 13:51:16 2009
+++ php-src/configure.inThu Jun 11 12:10:43 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.136 2009/05/27 13:51:16 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.137 2009/06/11 12:10:43 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.94&r2=1.112.2.37.2.95&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.94 
php-src/main/php_version.h:1.112.2.37.2.95
--- php-src/main/php_version.h:1.112.2.37.2.94  Wed May 27 13:51:16 2009
+++ php-src/main/php_version.h  Thu Jun 11 12:10:43 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.10RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.10RC2"
 #define PHP_VERSION_ID 50210



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



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

2009-05-27 Thread Ilia Alshanetsky
iliaa   Wed May 27 13:51:16 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1525&r2=1.2027.2.547.2.1526&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1525 php-src/NEWS:1.2027.2.547.2.1526
--- php-src/NEWS:1.2027.2.547.2.1525Wed May 27 13:47:32 2009
+++ php-src/NEWSWed May 27 13:51:15 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Jun 2009, PHP 5.2.10
+
 27 May 2009, PHP 5.2.10RC1
 - Updated timezone database to version 2009.8 (2009h) (Derick)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.135&r2=1.579.2.52.2.136&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.135 
php-src/configure.in:1.579.2.52.2.136
--- php-src/configure.in:1.579.2.52.2.135   Wed May 27 13:47:32 2009
+++ php-src/configure.inWed May 27 13:51:16 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.135 2009/05/27 13:47:32 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.136 2009/05/27 13:51:16 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.93&r2=1.112.2.37.2.94&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.93 
php-src/main/php_version.h:1.112.2.37.2.94
--- php-src/main/php_version.h:1.112.2.37.2.93  Wed May 27 13:47:34 2009
+++ php-src/main/php_version.h  Wed May 27 13:51:16 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.10RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.10RC2-dev"
 #define PHP_VERSION_ID 50210



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



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

2009-05-27 Thread Ilia Alshanetsky
iliaa   Wed May 27 13:47:34 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.10RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1524&r2=1.2027.2.547.2.1525&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1524 php-src/NEWS:1.2027.2.547.2.1525
--- php-src/NEWS:1.2027.2.547.2.1524Tue May 26 15:50:43 2009
+++ php-src/NEWSWed May 27 13:47:32 2009
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2009, PHP 5.2.10
+27 May 2009, PHP 5.2.10RC1
 - Updated timezone database to version 2009.8 (2009h) (Derick)
 
 - Changed default value of array_unique()'s optional sorting type parameter
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.134&r2=1.579.2.52.2.135&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.134 
php-src/configure.in:1.579.2.52.2.135
--- php-src/configure.in:1.579.2.52.2.134   Sat May  9 20:36:35 2009
+++ php-src/configure.inWed May 27 13:47:32 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.134 2009/05/09 20:36:35 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.135 2009/05/27 13:47:32 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.92&r2=1.112.2.37.2.93&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.92 
php-src/main/php_version.h:1.112.2.37.2.93
--- php-src/main/php_version.h:1.112.2.37.2.92  Wed Feb 25 15:34:33 2009
+++ php-src/main/php_version.h  Wed May 27 13:47:34 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.10-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.10RC1"
 #define PHP_VERSION_ID 50210



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



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

2009-02-26 Thread Kalle Sommer Nielsen
2009/2/26 Ilia Alshanetsky :
> Let's reach a conclusion by end of day (EST time) so
> release can either be made or delayed.
>

+0 aswell, lets just release it


-- 
Kalle Sommer Nielsen
ka...@php.net

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



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

2009-02-26 Thread Ilia Alshanetsky

Moriyoshi,

Well, the only thing we could do at this point is to re-tag the  
release with the change delaying the release by a week. You know where  
I stand on the matter of the code default value, but if there is a  
consensus on internal that this change needs to happen, then this can  
definitely be done. However, looking at the past discussion on  
internals between Andrei and yourself I don't see anyone objecting to  
the current implementation, so I see no issue with proceeding as is.  
Let's reach a conclusion by end of day (EST time) so release can  
either be made or delayed.



On 25-Feb-09, at 11:29 PM, Moriyoshi Koizumi wrote:


In addition, I didn't insist that the whole thing should be reverted.
I just argue about the default value.

Moriyoshi

On Thu, Feb 26, 2009 at 1:27 PM, Moriyoshi Koizumi   
wrote:

The issue is not whether it is valid or not. Andrei's patch broke the
backwards compatibility that affects real-world applications and thus
cannot be regarded as an improvement.

Moriyoshi

On Thu, Feb 26, 2009 at 11:51 AM, Ilia Alshanetsky  
 wrote:

Moriyoshi,

My opinion is that the current implementation is valid, which is why
Andrei's patch was accepted in the first place.


On 25-Feb-09, at 9:34 PM, Moriyoshi Koizumi wrote:


Ilia,

We didn't resolve the array_unique() issue yet. Please take this  
into

account.

Moriyoshi

2009/2/25 Ilia Alshanetsky :


iliaa   Wed Feb 25 14:56:51 2009 UTC

 Modified files:  (Branch: PHP_5_2)
  /php-srcconfigure.in NEWS
  /php-src/main   php_version.h
 Log:

 5.2.9

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



Ilia Alshanetsky









Ilia Alshanetsky





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



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

2009-02-25 Thread Moriyoshi Koizumi
In addition, I didn't insist that the whole thing should be reverted.
I just argue about the default value.

Moriyoshi

On Thu, Feb 26, 2009 at 1:27 PM, Moriyoshi Koizumi  wrote:
> The issue is not whether it is valid or not. Andrei's patch broke the
> backwards compatibility that affects real-world applications and thus
> cannot be regarded as an improvement.
>
> Moriyoshi
>
> On Thu, Feb 26, 2009 at 11:51 AM, Ilia Alshanetsky  wrote:
>> Moriyoshi,
>>
>> My opinion is that the current implementation is valid, which is why
>> Andrei's patch was accepted in the first place.
>>
>>
>> On 25-Feb-09, at 9:34 PM, Moriyoshi Koizumi wrote:
>>
>>> Ilia,
>>>
>>> We didn't resolve the array_unique() issue yet. Please take this into
>>> account.
>>>
>>> Moriyoshi
>>>
>>> 2009/2/25 Ilia Alshanetsky :

 iliaa           Wed Feb 25 14:56:51 2009 UTC

  Modified files:              (Branch: PHP_5_2)
   /php-src    configure.in NEWS
   /php-src/main       php_version.h
  Log:

  5.2.9

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

>>
>> Ilia Alshanetsky
>>
>>
>>
>>
>>
>

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



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

2009-02-25 Thread Moriyoshi Koizumi
The issue is not whether it is valid or not. Andrei's patch broke the
backwards compatibility that affects real-world applications and thus
cannot be regarded as an improvement.

Moriyoshi

On Thu, Feb 26, 2009 at 11:51 AM, Ilia Alshanetsky  wrote:
> Moriyoshi,
>
> My opinion is that the current implementation is valid, which is why
> Andrei's patch was accepted in the first place.
>
>
> On 25-Feb-09, at 9:34 PM, Moriyoshi Koizumi wrote:
>
>> Ilia,
>>
>> We didn't resolve the array_unique() issue yet. Please take this into
>> account.
>>
>> Moriyoshi
>>
>> 2009/2/25 Ilia Alshanetsky :
>>>
>>> iliaa           Wed Feb 25 14:56:51 2009 UTC
>>>
>>>  Modified files:              (Branch: PHP_5_2)
>>>   /php-src    configure.in NEWS
>>>   /php-src/main       php_version.h
>>>  Log:
>>>
>>>  5.2.9
>>>
>>> --
>>> PHP CVS Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>
> Ilia Alshanetsky
>
>
>
>
>

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



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

2009-02-25 Thread Ilia Alshanetsky

Moriyoshi,

My opinion is that the current implementation is valid, which is why  
Andrei's patch was accepted in the first place.



On 25-Feb-09, at 9:34 PM, Moriyoshi Koizumi wrote:


Ilia,

We didn't resolve the array_unique() issue yet. Please take this  
into account.


Moriyoshi

2009/2/25 Ilia Alshanetsky :

iliaa   Wed Feb 25 14:56:51 2009 UTC

 Modified files:  (Branch: PHP_5_2)
   /php-srcconfigure.in NEWS
   /php-src/main   php_version.h
 Log:

 5.2.9

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



Ilia Alshanetsky





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



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

2009-02-25 Thread Moriyoshi Koizumi
Ilia,

We didn't resolve the array_unique() issue yet. Please take this into account.

Moriyoshi

2009/2/25 Ilia Alshanetsky :
> iliaa           Wed Feb 25 14:56:51 2009 UTC
>
>  Modified files:              (Branch: PHP_5_2)
>    /php-src    configure.in NEWS
>    /php-src/main       php_version.h
>  Log:
>
>  5.2.9
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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



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

2009-02-25 Thread Ilia Alshanetsky
iliaa   Wed Feb 25 15:34:33 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.131&r2=1.579.2.52.2.132&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.131 
php-src/configure.in:1.579.2.52.2.132
--- php-src/configure.in:1.579.2.52.2.131   Wed Feb 25 14:56:50 2009
+++ php-src/configure.inWed Feb 25 15:34:33 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.131 2009/02/25 14:56:50 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.132 2009/02/25 15:34:33 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=10
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1429&r2=1.2027.2.547.2.1430&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1429 php-src/NEWS:1.2027.2.547.2.1430
--- php-src/NEWS:1.2027.2.547.2.1429Wed Feb 25 14:56:50 2009
+++ php-src/NEWSWed Feb 25 15:34:33 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2009, PHP 5.2.10
+
 26 Feb 2009, PHP 5.2.9
 - Changed __call() to be invoked on private/protected method access, similar to
   properties and __get(). (Andrei)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.91&r2=1.112.2.37.2.92&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.91 
php-src/main/php_version.h:1.112.2.37.2.92
--- php-src/main/php_version.h:1.112.2.37.2.91  Wed Feb 25 14:56:50 2009
+++ php-src/main/php_version.h  Wed Feb 25 15:34:33 2009
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.9"
-#define PHP_VERSION_ID 50209
+#define PHP_RELEASE_VERSION 10
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.10-dev"
+#define PHP_VERSION_ID 50210



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



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

2009-02-25 Thread Ilia Alshanetsky
iliaa   Wed Feb 25 14:56:51 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  5.2.9
  http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.130&r2=1.579.2.52.2.131&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.130 
php-src/configure.in:1.579.2.52.2.131
--- php-src/configure.in:1.579.2.52.2.130   Thu Feb 19 18:33:37 2009
+++ php-src/configure.inWed Feb 25 14:56:50 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.130 2009/02/19 18:33:37 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.131 2009/02/25 14:56:50 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC4-dev"
+PHP_EXTRA_VERSION=""
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1428&r2=1.2027.2.547.2.1429&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1428 php-src/NEWS:1.2027.2.547.2.1429
--- php-src/NEWS:1.2027.2.547.2.1428Mon Feb 23 21:21:23 2009
+++ php-src/NEWSWed Feb 25 14:56:50 2009
@@ -1,30 +1,6 @@
 PHPNEWS
 |||
-?? Feb 2009, PHP 5.2.9RC4
-- Fixed bug #37209 (mssql_execute with non fatal errors). (Kalle)
-
-19 Feb 2009, PHP 5.2.9RC3
-- Fixed bug #47422 (modulus operator returns incorrect results on 64 bit 
linux).
-  (Matt)
-- Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
-  characters). (for-bugs at hnw dot jp, Moriyoshi)
-- Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault).
-  (Dmitry)
-- Fixed bug #45940 (MySQLI OO does not populate connect_error property on
-  failed connect). (Johannes)
-- Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi)
-- Fixed bug #45327 (memory leak if offsetGet throws exception). (Greg)
-- Fixed bug #43841 (mb_strrpos() offset is byte count for negative values).
-  (Moriyoshi)
-
-12 Feb 2009, PHP 5.2.9RC2
-- Fixed bug #47353 (crash when creating a lot of objects in object destructor).
-  (Tony)
-- Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
-- Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress 
after
-  end of stream). (Greg)
-
-02 Feb 2009, PHP 5.2.9RC1
+26 Feb 2009, PHP 5.2.9
 - Changed __call() to be invoked on private/protected method access, similar to
   properties and __get(). (Andrei)
 
@@ -43,11 +19,17 @@
 - Fixed bug in xml_error_string() which resulted in messages being
   off by one. (Scott)
 
+- Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+  linux). (Matt)
+- Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
+  characters). (for-bugs at hnw dot jp, Moriyoshi)
+- Fixed bug #47353 (crash when creating a lot of objects in object
+  destructor). (Tony)
+- Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
 - Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses
   as invalid). (Ilia)
 - Fixed bug #47220 (segfault in dom_document_parser in recovery mode). (Rob)
-- Fixed bug #47217 (content-type is not set properly for file uploads).
-  (Ilia)
+- Fixed bug #47217 (content-type is not set properly for file uploads). (Ilia)
 - Fixed bug #47174 (base64_decode() interprets pad char in mid string as
   terminator). (Ilia)
 - Fixed bug #47165 (Possible memory corruption when passing return value by
@@ -55,53 +37,66 @@
 - Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results).
   (Felipe)
 - Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). (Ilia)
-- Fixed bug #47104 (Linking shared extensions fails with icc). (Jani)
 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
   (Etienne, Dmitry)
+- Fixed bug #47104 (Linking shared extensions fails with icc). (Jani)
+- Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault).
+  (Dmitry)
 - Fixed bug #47048 (Segfault with new pg_meta_data). (Felipe)
-- Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).
-  (Sriram Natarajan)
-- Fixed bug #47037 (No error when using fopen with empty string). 
-  (Cristian Rodriguez R., Felipe)
-- Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT 
-  record). (Felipe)
+- Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non
+  apache). (Sriram Natarajan)
+- Fixed bug #47037 (No error when using fopen with empty string). (Cristian
+  Rodriguez R., Felipe)
+- Fixed bug #47035 (dns_get_record retu

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

2009-02-19 Thread Ilia Alshanetsky
iliaa   Thu Feb 19 18:33:38 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1426&r2=1.2027.2.547.2.1427&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1426 php-src/NEWS:1.2027.2.547.2.1427
--- php-src/NEWS:1.2027.2.547.2.1426Thu Feb 19 18:31:25 2009
+++ php-src/NEWSThu Feb 19 18:33:37 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Feb 2009, PHP 5.2.9RC4
+
 19 Feb 2009, PHP 5.2.9RC3
 - Fixed bug #47422 (modulus operator returns incorrect results on 64 bit 
linux).
   (Matt)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.129&r2=1.579.2.52.2.130&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.129 
php-src/configure.in:1.579.2.52.2.130
--- php-src/configure.in:1.579.2.52.2.129   Thu Feb 19 18:31:25 2009
+++ php-src/configure.inThu Feb 19 18:33:37 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.129 2009/02/19 18:31:25 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.130 2009/02/19 18:33:37 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC3"
+PHP_EXTRA_VERSION="RC4-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.89&r2=1.112.2.37.2.90&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.89 
php-src/main/php_version.h:1.112.2.37.2.90
--- php-src/main/php_version.h:1.112.2.37.2.89  Thu Feb 19 18:31:25 2009
+++ php-src/main/php_version.h  Thu Feb 19 18:33:37 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.9RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.9RC4-dev"
 #define PHP_VERSION_ID 50209



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



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

2009-02-19 Thread Ilia Alshanetsky
iliaa   Thu Feb 19 18:31:25 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  .2.9RC3
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1425&r2=1.2027.2.547.2.1426&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1425 php-src/NEWS:1.2027.2.547.2.1426
--- php-src/NEWS:1.2027.2.547.2.1425Wed Feb 18 13:25:31 2009
+++ php-src/NEWSThu Feb 19 18:31:25 2009
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Feb 2009, PHP 5.2.9
+19 Feb 2009, PHP 5.2.9RC3
 - Fixed bug #47422 (modulus operator returns incorrect results on 64 bit 
linux).
   (Matt)
 - Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.128&r2=1.579.2.52.2.129&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.128 
php-src/configure.in:1.579.2.52.2.129
--- php-src/configure.in:1.579.2.52.2.128   Thu Feb 12 20:32:17 2009
+++ php-src/configure.inThu Feb 19 18:31:25 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.128 2009/02/12 20:32:17 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.129 2009/02/19 18:31:25 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC3-dev"
+PHP_EXTRA_VERSION="RC3"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.88&r2=1.112.2.37.2.89&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.88 
php-src/main/php_version.h:1.112.2.37.2.89
--- php-src/main/php_version.h:1.112.2.37.2.88  Thu Feb 12 20:32:17 2009
+++ php-src/main/php_version.h  Thu Feb 19 18:31:25 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.9RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.9RC3"
 #define PHP_VERSION_ID 50209



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



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

2009-02-12 Thread Ilia Alshanetsky
iliaa   Thu Feb 12 20:32:18 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.87&r2=1.112.2.37.2.88&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.87 
php-src/main/php_version.h:1.112.2.37.2.88
--- php-src/main/php_version.h:1.112.2.37.2.87  Thu Feb 12 20:29:36 2009
+++ php-src/main/php_version.h  Thu Feb 12 20:32:17 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.9RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.9RC3-dev"
 #define PHP_VERSION_ID 50209
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.127&r2=1.579.2.52.2.128&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.127 
php-src/configure.in:1.579.2.52.2.128
--- php-src/configure.in:1.579.2.52.2.127   Thu Feb 12 20:29:36 2009
+++ php-src/configure.inThu Feb 12 20:32:17 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.127 2009/02/12 20:29:36 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.128 2009/02/12 20:32:17 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1415&r2=1.2027.2.547.2.1416&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1415 php-src/NEWS:1.2027.2.547.2.1416
--- php-src/NEWS:1.2027.2.547.2.1415Thu Feb 12 20:29:35 2009
+++ php-src/NEWSThu Feb 12 20:32:17 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Feb 2009, PHP 5.2.9
+
 12 Feb 2009, PHP 5.2.9RC2
 - Fixed bug #47353 (crash when creating a lot of objects in object destructor).
   (Tony)



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



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

2009-02-12 Thread Ilia Alshanetsky
iliaa   Thu Feb 12 20:29:36 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.9RC2
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1414&r2=1.2027.2.547.2.1415&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1414 php-src/NEWS:1.2027.2.547.2.1415
--- php-src/NEWS:1.2027.2.547.2.1414Thu Feb 12 18:32:14 2009
+++ php-src/NEWSThu Feb 12 20:29:35 2009
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Feb 2009, PHP 5.2.9
+12 Feb 2009, PHP 5.2.9RC2
 - Fixed bug #47353 (crash when creating a lot of objects in object destructor).
   (Tony)
 - Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.126&r2=1.579.2.52.2.127&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.126 
php-src/configure.in:1.579.2.52.2.127
--- php-src/configure.in:1.579.2.52.2.126   Wed Feb 11 09:11:35 2009
+++ php-src/configure.inThu Feb 12 20:29:36 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.126 2009/02/11 09:11:35 tony2001 Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.127 2009/02/12 20:29:36 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.86&r2=1.112.2.37.2.87&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.86 
php-src/main/php_version.h:1.112.2.37.2.87
--- php-src/main/php_version.h:1.112.2.37.2.86  Thu Feb  5 20:56:12 2009
+++ php-src/main/php_version.h  Thu Feb 12 20:29:36 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.9RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.9RC2"
 #define PHP_VERSION_ID 50209



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



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

2009-02-05 Thread Ilia Alshanetsky
iliaa   Thu Feb  5 20:56:12 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1407&r2=1.2027.2.547.2.1408&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1407 php-src/NEWS:1.2027.2.547.2.1408
--- php-src/NEWS:1.2027.2.547.2.1407Thu Feb  5 20:53:44 2009
+++ php-src/NEWSThu Feb  5 20:56:12 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Feb 2009, PHP 5.2.9
+
 02 Feb 2009, PHP 5.2.9RC1
 - Changed __call() to be invoked on private/protected method access, similar to
   properties and __get(). (Andrei)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.123&r2=1.579.2.52.2.124&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.123 
php-src/configure.in:1.579.2.52.2.124
--- php-src/configure.in:1.579.2.52.2.123   Thu Feb  5 20:53:44 2009
+++ php-src/configure.inThu Feb  5 20:56:12 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.123 2009/02/05 20:53:44 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.124 2009/02/05 20:56:12 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.85&r2=1.112.2.37.2.86&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.85 
php-src/main/php_version.h:1.112.2.37.2.86
--- php-src/main/php_version.h:1.112.2.37.2.85  Thu Feb  5 20:53:45 2009
+++ php-src/main/php_version.h  Thu Feb  5 20:56:12 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.9RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.9RC2-dev"
 #define PHP_VERSION_ID 50209



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



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

2009-02-05 Thread Ilia Alshanetsky
iliaa   Thu Feb  5 20:53:45 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.9RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1406&r2=1.2027.2.547.2.1407&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1406 php-src/NEWS:1.2027.2.547.2.1407
--- php-src/NEWS:1.2027.2.547.2.1406Thu Feb  5 19:53:43 2009
+++ php-src/NEWSThu Feb  5 20:53:44 2009
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2009, PHP 5.2.9
+02 Feb 2009, PHP 5.2.9RC1
 - Changed __call() to be invoked on private/protected method access, similar to
   properties and __get(). (Andrei)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.122&r2=1.579.2.52.2.123&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.122 
php-src/configure.in:1.579.2.52.2.123
--- php-src/configure.in:1.579.2.52.2.122   Wed Feb  4 15:03:11 2009
+++ php-src/configure.inThu Feb  5 20:53:44 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.122 2009/02/04 15:03:11 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.123 2009/02/05 20:53:44 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.84&r2=1.112.2.37.2.85&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.84 
php-src/main/php_version.h:1.112.2.37.2.85
--- php-src/main/php_version.h:1.112.2.37.2.84  Sun Dec  7 19:28:01 2008
+++ php-src/main/php_version.h  Thu Feb  5 20:53:45 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.9-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.9RC1"
 #define PHP_VERSION_ID 50209



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



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

2008-12-07 Thread Ilia Alshanetsky
iliaa   Sun Dec  7 19:28:02 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1352&r2=1.2027.2.547.2.1353&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1352 php-src/NEWS:1.2027.2.547.2.1353
--- php-src/NEWS:1.2027.2.547.2.1352Sun Dec  7 19:23:25 2008
+++ php-src/NEWSSun Dec  7 19:28:00 2008
@@ -1,5 +1,10 @@
 PHPNEWS
 |||
+?? ??? 2009, PHP 5.2.9
+- Fixed bug #46782 (fastcgi.c parse error). (Matt)
+- Fixed bug #46739 (array returned by curl_getinfo should contain content_type 
key). 
+  (Mikko)
+
 08 Dec 2008, PHP 5.2.8
 - Reverted bug fix #42718 that broke magic_quotes_gpc (Scott)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.119&r2=1.579.2.52.2.120&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.119 
php-src/configure.in:1.579.2.52.2.120
--- php-src/configure.in:1.579.2.52.2.119   Sun Dec  7 19:23:25 2008
+++ php-src/configure.inSun Dec  7 19:28:01 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.119 2008/12/07 19:23:25 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.120 2008/12/07 19:28:01 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=8
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=9
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.83&r2=1.112.2.37.2.84&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.83 
php-src/main/php_version.h:1.112.2.37.2.84
--- php-src/main/php_version.h:1.112.2.37.2.83  Sun Dec  7 19:23:26 2008
+++ php-src/main/php_version.h  Sun Dec  7 19:28:01 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.8"
-#define PHP_VERSION_ID 50208
+#define PHP_RELEASE_VERSION 9
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.9-dev"
+#define PHP_VERSION_ID 50209



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



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

2008-12-07 Thread Ilia Alshanetsky
iliaa   Sun Dec  7 19:23:26 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.8
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1351&r2=1.2027.2.547.2.1352&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1351 php-src/NEWS:1.2027.2.547.2.1352
--- php-src/NEWS:1.2027.2.547.2.1351Sun Dec  7 19:18:20 2008
+++ php-src/NEWSSun Dec  7 19:23:25 2008
@@ -1,10 +1,5 @@
 PHPNEWS
 |||
-?? ??? 2009, PHP 5.2.9
-- Fixed bug #46782 (fastcgi.c parse error). (Matt)
-- Fixed bug #46739 (array returned by curl_getinfo should contain content_type 
key). 
-  (Mikko)
-
 08 Dec 2008, PHP 5.2.8
 - Reverted bug fix #42718 that broke magic_quotes_gpc (Scott)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.118&r2=1.579.2.52.2.119&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.118 
php-src/configure.in:1.579.2.52.2.119
--- php-src/configure.in:1.579.2.52.2.118   Sun Dec  7 19:08:35 2008
+++ php-src/configure.inSun Dec  7 19:23:25 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.118 2008/12/07 19:08:35 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.119 2008/12/07 19:23:25 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=8
+PHP_EXTRA_VERSION=""
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.82&r2=1.112.2.37.2.83&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.82 
php-src/main/php_version.h:1.112.2.37.2.83
--- php-src/main/php_version.h:1.112.2.37.2.82  Sun Dec  7 19:08:35 2008
+++ php-src/main/php_version.h  Sun Dec  7 19:23:26 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.9-dev"
-#define PHP_VERSION_ID 50209
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.8"
+#define PHP_VERSION_ID 50208



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



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

2008-12-07 Thread Ilia Alshanetsky
iliaa   Sun Dec  7 19:08:35 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  Move active branch to 5.2.9
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1349&r2=1.2027.2.547.2.1350&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1349 php-src/NEWS:1.2027.2.547.2.1350
--- php-src/NEWS:1.2027.2.547.2.1349Sun Dec  7 10:55:47 2008
+++ php-src/NEWSSun Dec  7 19:08:35 2008
@@ -1,10 +1,13 @@
 PHPNEWS
 |||
-?? ??? 2009, PHP 5.2.8
+?? ??? 2009, PHP 5.2.9
 - Fixed bug #46782 (fastcgi.c parse error). (Matt)
 - Fixed bug #46739 (array returned by curl_getinfo should contain content_type 
key). 
   (Mikko)
 
+09 Dec 2008, PHP 5.2.8
+- Reverted bug fix #42718 that broke magic_quotes_gpc (Scott)
+
 04 Dec 2008, PHP 5.2.7
 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
 - Updated timezone database to version 2008.9. (Derick)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.117&r2=1.579.2.52.2.118&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.117 
php-src/configure.in:1.579.2.52.2.118
--- php-src/configure.in:1.579.2.52.2.117   Wed Dec  3 15:57:52 2008
+++ php-src/configure.inSun Dec  7 19:08:35 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.117 2008/12/03 15:57:52 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.118 2008/12/07 19:08:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=8
+PHP_RELEASE_VERSION=9
 PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.81&r2=1.112.2.37.2.82&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.81 
php-src/main/php_version.h:1.112.2.37.2.82
--- php-src/main/php_version.h:1.112.2.37.2.81  Wed Dec  3 15:57:52 2008
+++ php-src/main/php_version.h  Sun Dec  7 19:08:35 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.8-dev"
-#define PHP_VERSION_ID 50208
+#define PHP_VERSION "5.2.9-dev"
+#define PHP_VERSION_ID 50209



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



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

2008-12-03 Thread Ilia Alshanetsky
iliaa   Wed Dec  3 15:57:53 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.116&r2=1.579.2.52.2.117&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.116 
php-src/configure.in:1.579.2.52.2.117
--- php-src/configure.in:1.579.2.52.2.116   Wed Dec  3 15:54:02 2008
+++ php-src/configure.inWed Dec  3 15:57:52 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.116 2008/12/03 15:54:02 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.117 2008/12/03 15:57:52 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=8
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1346&r2=1.2027.2.547.2.1347&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1346 php-src/NEWS:1.2027.2.547.2.1347
--- php-src/NEWS:1.2027.2.547.2.1346Wed Dec  3 15:54:02 2008
+++ php-src/NEWSWed Dec  3 15:57:52 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2009, PHP 5.2.8
+
 04 Dec 2008, PHP 5.2.7
 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
 - Updated timezone database to version 2008.9. (Derick)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.80&r2=1.112.2.37.2.81&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.80 
php-src/main/php_version.h:1.112.2.37.2.81
--- php-src/main/php_version.h:1.112.2.37.2.80  Wed Dec  3 15:54:03 2008
+++ php-src/main/php_version.h  Wed Dec  3 15:57:52 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.7"
-#define PHP_VERSION_ID 50207
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.8-dev"
+#define PHP_VERSION_ID 50208



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



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

2008-12-03 Thread Ilia Alshanetsky
iliaa   Wed Dec  3 15:54:04 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  PHP 5.2.7
  
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1345&r2=1.2027.2.547.2.1346&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1345 php-src/NEWS:1.2027.2.547.2.1346
--- php-src/NEWS:1.2027.2.547.2.1345Wed Dec  3 10:15:13 2008
+++ php-src/NEWSWed Dec  3 15:54:02 2008
@@ -1,218 +1,155 @@
 PHPNEWS
 |||
-?? Dec 2008, PHP 5.2.7
+04 Dec 2008, PHP 5.2.7
+- Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
+- Updated timezone database to version 2008.9. (Derick)
+- Upgraded bundled libzip to 0.9.0. (Pierre)
+
+- Added logging option for error_log to send directly to SAPI. (Stas)
+- Added PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
+  PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants. (Pierre)
+- Added "PHP_INI_SCAN_DIR" environment variable which can be used to 
+  either disable or change the compile time ini scan directory (FR #45114).
+  (Jani)
+
 - Fixed missing initialization of BG(page_uid) and BG(page_gid), 
   reported by Maksymilian Arciemowicz. (Stas)
-
 - Fixed memory leak inside sqlite_create_aggregate(). (Felipe)
-- Fixed memory leak inside PDO sqlite's sqliteCreateAggregate() method. 
(Felipe)
-- Fixed bug #46366 (bad cwd with / as pathinfo). (Dmitry)
-- Fixed bug #46732 (mktime.year description is wrong). (Derick)
-
-27 Nov 2008, PHP 5.2.7RC5
-- Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
-
+- Fixed memory leak inside PDO sqlite's sqliteCreateAggregate() method.
+  (Felipe)
 - Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). (Pierre)
-- Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659). (Laurent
-  Gaffie)
-- Fixed incorrect php_value order for Apache configuration, reported by 
+- Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659).
+  (LaurentGaffie)
+- Fixed incorrect php_value order for Apache configuration, reported by
   Maksymilian Arciemowicz. (Stas)
+- Fixed memory leak inside readline_callback_handler_remove() function.
+  (Felipe)
+- Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm)
+- Fixed a bug inside dba_replace() that could cause file truncation
+  withinvalid keys. (Ilia)
+- Fixed memory leak inside readline_callback_handler_install() function.(Ilia)
+- Fixed memory leak inside readline_completion_function() function. (Felipe) 
+- Fixed stream_get_contents() when using $maxlength and socket is notclosed.
+  indeyets [at] php [dot] net on #46049. (Arnaud)
+- Fixed stream_get_line() to behave as documented on non-blocking streams.
+  (Arnaud)
+- Fixed endless loop in PDOStatement::debugDumpParams().
+  (jonah.harris at gmail dot com)
+- Fixed ability to use "internal" heaps in extensions. (Arnaud, Dmitry)
+- Fixed weekdays adding/subtracting algorithm. (Derick)
+- Fixed some ambiguities in the date parser. (Derick)
+- Fixed a bug with the -MM format not resetting the day correctly.
+  (Derick)
+- Fixed a bug in the DateTime->modify() methods, it would not use the advanced
+  relative time strings. (Derick)
+- Fixed extraction of zip files or directories when the entry name is a
+  relative path. (Pierre)
+- Fixed read or write errors for large zip archives. (Pierre)
+- Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666.
+  (Christian Hoffmann)
+- Fixed simplexml asXML() not to lose encoding when dumping entire
+  document to file. (Ilia)
+- Fixed a crash inside PDO when trying instantiate PDORow manually.
+  (Felipe)
+- Fixed build failure of ext/mysqli with libmysql 6.0 - missing
+  rplfunctions. (Andrey)
+- Fixed a regression when using strip_tags() and < is within an
+  attribute.(Scott)
+- Fixed a crash on invalid method in ReflectionParameter constructor.
+  (Christian Seiler)
+- Reverted fix for bug #44197 due to behaviour change in minor version.
+  (Felipe)
 
-- Fixed memory leak inside readline_callback_handler_remove() function. 
(Felipe)
+- Fixed bug #46732 (mktime.year description is wrong). (Derick)
 - Fixed bug #46696 (cURL fails in upload files with specified content-type).
   (Ilia)
 - Fixed bug #46673 (stream_lock call with wrong parameter). (Arnaud)
-- Fixed bug #46649 (Setting array element with that same array produces 
+- Fixed bug #46649 (Setting array element with that same array produces
   inconsistent results). (Arnaud)
 - Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly).
   (Ilia)
-- Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter).
-  (Dmitry, Herman Radtke)
-- Fixed bug #44900 (OpenSSL extension fails to link with OpenSSL 0.9.6).
-  (jd at cpanel dot net, Pierre)
-- Fixed bug #44882 (SOAP ext

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

2008-11-27 Thread Ilia Alshanetsky
iliaa   Thu Nov 27 21:28:37 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1337&r2=1.2027.2.547.2.1338&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1337 php-src/NEWS:1.2027.2.547.2.1338
--- php-src/NEWS:1.2027.2.547.2.1337Thu Nov 27 21:21:41 2008
+++ php-src/NEWSThu Nov 27 21:28:36 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Dec 2008, PHP 5.2.7
+
 27 Nov 2008, PHP 5.2.7RC5
 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.114&r2=1.579.2.52.2.115&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.114 
php-src/configure.in:1.579.2.52.2.115
--- php-src/configure.in:1.579.2.52.2.114   Thu Nov 27 21:21:42 2008
+++ php-src/configure.inThu Nov 27 21:28:37 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.114 2008/11/27 21:21:42 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.115 2008/11/27 21:28:37 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC5"
+PHP_EXTRA_VERSION="RC6-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.78&r2=1.112.2.37.2.79&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.78 
php-src/main/php_version.h:1.112.2.37.2.79
--- php-src/main/php_version.h:1.112.2.37.2.78  Thu Nov 27 21:21:42 2008
+++ php-src/main/php_version.h  Thu Nov 27 21:28:37 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC5"
-#define PHP_VERSION "5.2.7RC5"
+#define PHP_EXTRA_VERSION "RC6-dev"
+#define PHP_VERSION "5.2.7RC6-dev"
 #define PHP_VERSION_ID 50207



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



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

2008-11-27 Thread Ilia Alshanetsky
iliaa   Thu Nov 27 21:21:42 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.7RC5
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1336&r2=1.2027.2.547.2.1337&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1336 php-src/NEWS:1.2027.2.547.2.1337
--- php-src/NEWS:1.2027.2.547.2.1336Thu Nov 27 17:29:20 2008
+++ php-src/NEWSThu Nov 27 21:21:41 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Nov 2008, PHP 5.2.7
+27 Nov 2008, PHP 5.2.7RC5
 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
 
 - Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). (Pierre)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.113&r2=1.579.2.52.2.114&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.113 
php-src/configure.in:1.579.2.52.2.114
--- php-src/configure.in:1.579.2.52.2.113   Fri Nov 21 00:12:18 2008
+++ php-src/configure.inThu Nov 27 21:21:42 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.113 2008/11/21 00:12:18 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.114 2008/11/27 21:21:42 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC5-dev"
+PHP_EXTRA_VERSION="RC5"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.77&r2=1.112.2.37.2.78&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.77 
php-src/main/php_version.h:1.112.2.37.2.78
--- php-src/main/php_version.h:1.112.2.37.2.77  Fri Nov 21 00:12:18 2008
+++ php-src/main/php_version.h  Thu Nov 27 21:21:42 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.2.7RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.7RC5"
 #define PHP_VERSION_ID 50207



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



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

2008-11-20 Thread Ilia Alshanetsky
iliaa   Fri Nov 21 00:12:18 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.112&r2=1.579.2.52.2.113&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.112 
php-src/configure.in:1.579.2.52.2.113
--- php-src/configure.in:1.579.2.52.2.112   Fri Nov 21 00:08:49 2008
+++ php-src/configure.inFri Nov 21 00:12:18 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.112 2008/11/21 00:08:49 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.113 2008/11/21 00:12:18 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC4"
+PHP_EXTRA_VERSION="RC5-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1322&r2=1.2027.2.547.2.1323&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1322 php-src/NEWS:1.2027.2.547.2.1323
--- php-src/NEWS:1.2027.2.547.2.1322Fri Nov 21 00:08:49 2008
+++ php-src/NEWSFri Nov 21 00:12:18 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Nov 2008, PHP 5.2.7
+
 20 Nov 2008, PHP 5.2.7RC4
 - Added logging option for error_log to send directly to SAPI. (Stas)
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.76&r2=1.112.2.37.2.77&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.76 
php-src/main/php_version.h:1.112.2.37.2.77
--- php-src/main/php_version.h:1.112.2.37.2.76  Fri Nov 21 00:08:49 2008
+++ php-src/main/php_version.h  Fri Nov 21 00:12:18 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.2.7RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.7RC5-dev"
 #define PHP_VERSION_ID 50207



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



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

2008-11-20 Thread Ilia Alshanetsky
iliaa   Fri Nov 21 00:08:50 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  5.2.7RC4
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.111&r2=1.579.2.52.2.112&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.111 
php-src/configure.in:1.579.2.52.2.112
--- php-src/configure.in:1.579.2.52.2.111   Thu Nov  6 21:53:48 2008
+++ php-src/configure.inFri Nov 21 00:08:49 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.111 2008/11/06 21:53:48 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.112 2008/11/21 00:08:49 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC4-dev"
+PHP_EXTRA_VERSION="RC4"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1321&r2=1.2027.2.547.2.1322&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1321 php-src/NEWS:1.2027.2.547.2.1322
--- php-src/NEWS:1.2027.2.547.2.1321Thu Nov 20 22:29:49 2008
+++ php-src/NEWSFri Nov 21 00:08:49 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Nov 2008, PHP 5.2.7
+20 Nov 2008, PHP 5.2.7RC4
 - Added logging option for error_log to send directly to SAPI. (Stas)
 
 - Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.75&r2=1.112.2.37.2.76&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.75 
php-src/main/php_version.h:1.112.2.37.2.76
--- php-src/main/php_version.h:1.112.2.37.2.75  Thu Nov  6 21:53:48 2008
+++ php-src/main/php_version.h  Fri Nov 21 00:08:49 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.7RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.7RC4"
 #define PHP_VERSION_ID 50207



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



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

2008-11-06 Thread Ilia Alshanetsky
iliaa   Thu Nov  6 21:53:49 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1305&r2=1.2027.2.547.2.1306&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1305 php-src/NEWS:1.2027.2.547.2.1306
--- php-src/NEWS:1.2027.2.547.2.1305Thu Nov  6 21:50:36 2008
+++ php-src/NEWSThu Nov  6 21:53:48 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Nov 2008, PHP 5.2.7
+
 06 Nov 2008, PHP 5.2.7RC3
 - Added PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
   PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants. (Pierre)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.110&r2=1.579.2.52.2.111&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.110 
php-src/configure.in:1.579.2.52.2.111
--- php-src/configure.in:1.579.2.52.2.110   Thu Nov  6 21:50:35 2008
+++ php-src/configure.inThu Nov  6 21:53:48 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.110 2008/11/06 21:50:35 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.111 2008/11/06 21:53:48 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC3"
+PHP_EXTRA_VERSION="RC4-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.74&r2=1.112.2.37.2.75&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.74 
php-src/main/php_version.h:1.112.2.37.2.75
--- php-src/main/php_version.h:1.112.2.37.2.74  Thu Nov  6 21:50:36 2008
+++ php-src/main/php_version.h  Thu Nov  6 21:53:48 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.7RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.7RC4-dev"
 #define PHP_VERSION_ID 50207



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



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

2008-11-06 Thread Ilia Alshanetsky
iliaa   Thu Nov  6 21:50:37 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  5.2.7RC3
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.109&r2=1.579.2.52.2.110&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.109 
php-src/configure.in:1.579.2.52.2.110
--- php-src/configure.in:1.579.2.52.2.109   Thu Oct 23 22:38:19 2008
+++ php-src/configure.inThu Nov  6 21:50:35 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.109 2008/10/23 22:38:19 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.110 2008/11/06 21:50:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC3-dev"
+PHP_EXTRA_VERSION="RC3"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1304&r2=1.2027.2.547.2.1305&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1304 php-src/NEWS:1.2027.2.547.2.1305
--- php-src/NEWS:1.2027.2.547.2.1304Thu Nov  6 01:36:40 2008
+++ php-src/NEWSThu Nov  6 21:50:36 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Nov 2008, PHP 5.2.7RC3
+06 Nov 2008, PHP 5.2.7RC3
 - Added PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
   PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants. (Pierre)
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.73&r2=1.112.2.37.2.74&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.73 
php-src/main/php_version.h:1.112.2.37.2.74
--- php-src/main/php_version.h:1.112.2.37.2.73  Thu Oct 23 22:38:19 2008
+++ php-src/main/php_version.h  Thu Nov  6 21:50:36 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.7RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.7RC3"
 #define PHP_VERSION_ID 50207



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



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

2008-10-23 Thread Ilia Alshanetsky
iliaa   Thu Oct 23 22:38:19 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1275&r2=1.2027.2.547.2.1276&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1275 php-src/NEWS:1.2027.2.547.2.1276
--- php-src/NEWS:1.2027.2.547.2.1275Thu Oct 23 22:36:04 2008
+++ php-src/NEWSThu Oct 23 22:38:19 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Nov 2008, PHP 5.2.7RC3
+
 23 Oct 2008, PHP 5.2.7RC2
 - Upgraded bundled libzip to 0.9.0. (Pierre)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.108&r2=1.579.2.52.2.109&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.108 
php-src/configure.in:1.579.2.52.2.109
--- php-src/configure.in:1.579.2.52.2.108   Thu Oct 23 22:36:05 2008
+++ php-src/configure.inThu Oct 23 22:38:19 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.108 2008/10/23 22:36:05 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.109 2008/10/23 22:38:19 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.72&r2=1.112.2.37.2.73&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.72 
php-src/main/php_version.h:1.112.2.37.2.73
--- php-src/main/php_version.h:1.112.2.37.2.72  Thu Oct 23 22:36:05 2008
+++ php-src/main/php_version.h  Thu Oct 23 22:38:19 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.7RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.7RC3-dev"
 #define PHP_VERSION_ID 50207



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



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

2008-10-23 Thread Ilia Alshanetsky
iliaa   Thu Oct 23 22:36:05 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.7RC2
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1274&r2=1.2027.2.547.2.1275&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1274 php-src/NEWS:1.2027.2.547.2.1275
--- php-src/NEWS:1.2027.2.547.2.1274Thu Oct 23 20:23:38 2008
+++ php-src/NEWSThu Oct 23 22:36:04 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Oct 2008, PHP 5.2.7RC2
+23 Oct 2008, PHP 5.2.7RC2
 - Upgraded bundled libzip to 0.9.0. (Pierre)
 
 - Fixed extraction of zip files or directories when the entry name is 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.107&r2=1.579.2.52.2.108&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.107 
php-src/configure.in:1.579.2.52.2.108
--- php-src/configure.in:1.579.2.52.2.107   Thu Oct  9 23:16:40 2008
+++ php-src/configure.inThu Oct 23 22:36:05 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.107 2008/10/09 23:16:40 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.108 2008/10/23 22:36:05 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.71&r2=1.112.2.37.2.72&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.71 
php-src/main/php_version.h:1.112.2.37.2.72
--- php-src/main/php_version.h:1.112.2.37.2.71  Thu Oct  9 23:16:41 2008
+++ php-src/main/php_version.h  Thu Oct 23 22:36:05 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.7RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.7RC2"
 #define PHP_VERSION_ID 50207



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



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

2008-10-09 Thread Ilia Alshanetsky
iliaa   Thu Oct  9 23:16:41 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1247&r2=1.2027.2.547.2.1248&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1247 php-src/NEWS:1.2027.2.547.2.1248
--- php-src/NEWS:1.2027.2.547.2.1247Thu Oct  9 23:12:20 2008
+++ php-src/NEWSThu Oct  9 23:16:40 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Oct 2008, PHP 5.2.7RC2
+
 09 Oct 2008, PHP 5.2.7RC1
 - Reverted fix for bug #44197 due to behaviour change in minor version.
   (Felipe)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.106&r2=1.579.2.52.2.107&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.106 
php-src/configure.in:1.579.2.52.2.107
--- php-src/configure.in:1.579.2.52.2.106   Thu Oct  9 23:12:20 2008
+++ php-src/configure.inThu Oct  9 23:16:40 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.106 2008/10/09 23:12:20 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.107 2008/10/09 23:16:40 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.70&r2=1.112.2.37.2.71&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.70 
php-src/main/php_version.h:1.112.2.37.2.71
--- php-src/main/php_version.h:1.112.2.37.2.70  Thu Oct  9 23:12:20 2008
+++ php-src/main/php_version.h  Thu Oct  9 23:16:41 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.7RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.7RC2-dev"
 #define PHP_VERSION_ID 50207



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



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

2008-10-09 Thread Ilia Alshanetsky
iliaa   Thu Oct  9 23:12:21 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.7RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1246&r2=1.2027.2.547.2.1247&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1246 php-src/NEWS:1.2027.2.547.2.1247
--- php-src/NEWS:1.2027.2.547.2.1246Tue Oct  7 18:23:05 2008
+++ php-src/NEWSThu Oct  9 23:12:20 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2008, PHP 5.2.7
+09 Oct 2008, PHP 5.2.7RC1
 - Reverted fix for bug #44197 due to behaviour change in minor version.
   (Felipe)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.105&r2=1.579.2.52.2.106&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.105 
php-src/configure.in:1.579.2.52.2.106
--- php-src/configure.in:1.579.2.52.2.105   Wed Jul 30 23:57:14 2008
+++ php-src/configure.inThu Oct  9 23:12:20 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.105 2008/07/30 23:57:14 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.106 2008/10/09 23:12:20 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.69&r2=1.112.2.37.2.70&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.69 
php-src/main/php_version.h:1.112.2.37.2.70
--- php-src/main/php_version.h:1.112.2.37.2.69  Wed Apr 30 18:33:33 2008
+++ php-src/main/php_version.h  Thu Oct  9 23:12:20 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.7-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.7RC1"
 #define PHP_VERSION_ID 50207



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



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

2008-04-30 Thread Ilia Alshanetsky
iliaa   Wed Apr 30 18:33:34 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1147&r2=1.2027.2.547.2.1148&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1147 php-src/NEWS:1.2027.2.547.2.1148
--- php-src/NEWS:1.2027.2.547.2.1147Wed Apr 30 18:27:55 2008
+++ php-src/NEWSWed Apr 30 18:33:33 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2008, PHP 5.2.7
+
 01 May 2008, PHP 5.2.6
 - Fixed two possible crashes inside posix extension (Tony)
 - Fixed incorrect heredoc handling when label is used within the block. 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.97&r2=1.579.2.52.2.98&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.97 
php-src/configure.in:1.579.2.52.2.98
--- php-src/configure.in:1.579.2.52.2.97Wed Apr 30 18:27:55 2008
+++ php-src/configure.inWed Apr 30 18:33:33 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.97 2008/04/30 18:27:55 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.98 2008/04/30 18:33:33 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=7
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.68&r2=1.112.2.37.2.69&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.68 
php-src/main/php_version.h:1.112.2.37.2.69
--- php-src/main/php_version.h:1.112.2.37.2.68  Wed Apr 30 18:27:56 2008
+++ php-src/main/php_version.h  Wed Apr 30 18:33:33 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.6"
-#define PHP_VERSION_ID 50206
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.7-dev"
+#define PHP_VERSION_ID 50207



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



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

2008-04-30 Thread Ilia Alshanetsky
iliaa   Wed Apr 30 18:27:56 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.6
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1146&r2=1.2027.2.547.2.1147&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1146 php-src/NEWS:1.2027.2.547.2.1147
--- php-src/NEWS:1.2027.2.547.2.1146Tue Apr 29 14:42:38 2008
+++ php-src/NEWSWed Apr 30 18:27:55 2008
@@ -1,76 +1,14 @@
 PHPNEWS
 |||
-?? Apr 2008, PHP 5.2.6
+01 May 2008, PHP 5.2.6
 - Fixed two possible crashes inside posix extension (Tony)
-- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
-- Fixed bug #44720 (Prevent crash within session_register()). (Scott)
-- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
-  argument). (Andy Wharmby)
-
-10 Apr 2008, PHP 5.2.6RC5
-- Fixed incorrect heredoc handling when label is used within the block.
+- Fixed incorrect heredoc handling when label is used within the block. 
   (Matt)
-- Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
-  (Dmitry)
-- Fixed bug #44667 (proc_open() does not handle pipes with the mode 'wb'
-  correctly). (Jani)
-- Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
-- Fixed bug #44591 (imagegif's filename parameter). (Felipe)
-- Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
-  (stotty at tvnet dot hu)
-
-03 Apr 2008, PHP 5.2.6RC4
 - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrei Nigmatulin)
-- Fixed sending of uninitialized paddings which may contain some information.
-  (Andrei Nigmatulin)
-- Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid).
-  (Ilia)
-- Fixed bug #44613 (Crash inside imap_headerinfo()). (Ilia, jmessa)
-- Fixed bug #44603 (Order issues with Content-Type/Length headers on
-  POST). (Ilia)
-- Fixed bug #44594 (imap_open() does not validate # of retries parameter).
-  (Ilia)
-- Fixed bug #44557 (Crash in imap_setacl when supplied integer as username)
-  (Thomas Jarosch)
-- Fixed a bug in formatting timestamps when DST is active in the default
-  timezone (Derick)
-
-
-27 Mar 2008, PHP 5.2.6RC3
-- Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
-  Stefan Esser)
+- Fixed sending of uninitialized paddings which may contain some information. 
(Andrei Nigmatulin)
+- Fixed a bug in formatting timestamps when DST is active in the default 
timezone (Derick)
+- Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia, 
Stefan Esser)
 - Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
-- Fixed bug #44487 (call_user_method_array issues a warning when throwing
-   an exception). (David Soria Parra)
-- Fixed bug #44478 (Inconsistent behaviour when assigning new nodes). 
-  (Rob, Felipe)
-- Fixed bug #5 (email validator does not handle domains starting/ending 
-  with a -). (Ilia)
-- Fixed bug #0 (st_blocks undefined under BeOS). (Felipe)
-- Fixed bug #44394 (Last two bytes missing from output). (Felipe)
-- Fixed bug #44388 (Crash inside exif_read_data() on invalid images) (Ilia)
-- Fixed bug #44373 (PDO_OCI extension compile failed). (Felipe)
-- Fixed bug #43677 (Inconsistent behaviour of include_path set with
-  php_value). (manuel at mausz dot at)
-- Fixed bug #43614 (incorrect processing of numerical string keys of array in 
-  arbitrary serialized data). (Dmitriy Buldakov, Felipe)
-- Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" 
comes 
-  again...). (Felipe)
-- Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct() 
-  causes a sefault). (Etienne)
-
-06 Mar 2008, PHP 5.2.6RC2
-- Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).
-  (Felipe)
-- Fixed bug #44306 (Better detection of MIPS processors on Windows). (Ilia)
-- Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()).
-  (Ilia)
-- Fixed bug #42505 (new sendmail default breaks on Netware platform) 
-  (Guenter Knauf)
-- Fixed bug #40013 (php_uname() does not return nodename on Netware
-  (Guenter Knauf)
-
-27 Feb 2008, PHP 5.2.6RC1
 - Fixed security issue detailed in CVE-2008-0599. (Rasmus)
 - Fixed potential memleak in stream filter parameter for zlib filter. (Greg)
 - Added Reflection API metadata for the methods of the DOM classes. (Sebastian)
@@ -81,155 +19,128 @@
   which to group by data is specified. (Ilia)
 - Fixed segfault in filter extension when using callbacks. (Arnar Mar Sig,
   Felipe)
+- Fixed faulty fix for bug #40189 (endless loop in zlib.inflate stream 
filter). (Greg)
 - Upgraded PCRE to version 7.6 (Nuno)
 
-
+- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
+- Fixed bug #44720 (Pr

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

2008-04-10 Thread Ilia Alshanetsky
iliaa   Thu Apr 10 22:31:10 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1140&r2=1.2027.2.547.2.1141&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1140 php-src/NEWS:1.2027.2.547.2.1141
--- php-src/NEWS:1.2027.2.547.2.1140Thu Apr 10 22:24:04 2008
+++ php-src/NEWSThu Apr 10 22:31:09 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Apr 2008, PHP 5.2.6
+
 10 Apr 2008, PHP 5.2.6RC5
 - Fixed incorrect heredoc handling when label is used within the block.
   (Matt Wilmas)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.95&r2=1.579.2.52.2.96&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.95 
php-src/configure.in:1.579.2.52.2.96
--- php-src/configure.in:1.579.2.52.2.95Thu Apr 10 22:24:05 2008
+++ php-src/configure.inThu Apr 10 22:31:09 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.95 2008/04/10 22:24:05 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.96 2008/04/10 22:31:09 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC5"
+PHP_EXTRA_VERSION="RC6-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.66&r2=1.112.2.37.2.67&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.66 
php-src/main/php_version.h:1.112.2.37.2.67
--- php-src/main/php_version.h:1.112.2.37.2.66  Thu Apr 10 22:24:05 2008
+++ php-src/main/php_version.h  Thu Apr 10 22:31:09 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC5"
-#define PHP_VERSION "5.2.6RC5"
+#define PHP_EXTRA_VERSION "RC6-dev"
+#define PHP_VERSION "5.2.6RC6-dev"
 #define PHP_VERSION_ID 50206



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



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

2008-04-10 Thread Ilia Alshanetsky
iliaa   Thu Apr 10 22:24:05 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.6RC5
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1139&r2=1.2027.2.547.2.1140&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1139 php-src/NEWS:1.2027.2.547.2.1140
--- php-src/NEWS:1.2027.2.547.2.1139Wed Apr  9 21:40:12 2008
+++ php-src/NEWSThu Apr 10 22:24:04 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Apr 2008, PHP 5.2.6
+10 Apr 2008, PHP 5.2.6RC5
 - Fixed incorrect heredoc handling when label is used within the block.
   (Matt Wilmas)
 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.94&r2=1.579.2.52.2.95&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.94 
php-src/configure.in:1.579.2.52.2.95
--- php-src/configure.in:1.579.2.52.2.94Fri Apr  4 07:26:41 2008
+++ php-src/configure.inThu Apr 10 22:24:05 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.94 2008/04/04 07:26:41 derick Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.95 2008/04/10 22:24:05 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC5-dev"
+PHP_EXTRA_VERSION="RC5"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.65&r2=1.112.2.37.2.66&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.65 
php-src/main/php_version.h:1.112.2.37.2.66
--- php-src/main/php_version.h:1.112.2.37.2.65  Fri Apr  4 00:16:53 2008
+++ php-src/main/php_version.h  Thu Apr 10 22:24:05 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.2.6RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.6RC5"
 #define PHP_VERSION_ID 50206



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



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

2008-04-03 Thread Hannes Magnusson
On Fri, Apr 4, 2008 at 2:16 AM, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:
> iliaa   Fri Apr  4 00:16:53 2008 UTC
>
>
>   Modified files:  (Branch: PHP_5_2)
> /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.547.2.1131&r2=1.2027.2.547.2.1132&diff_format=u
>  Index: php-src/NEWS
>  diff -u php-src/NEWS:1.2027.2.547.2.1131 php-src/NEWS:1.2027.2.547.2.1132
>  --- php-src/NEWS:1.2027.2.547.2.1131Fri Apr  4 00:12:21 2008
>  +++ php-src/NEWSFri Apr  4 00:16:53 2008
>  @@ -1,5 +1,7 @@
>
>  PHP
> NEWS
>   
> |||
>  +?? Apr 2008, PHP 5.2.6
>  +
>   03 Apr 2008, PHP 5.2.6RC4
>   - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrei Nigmatulin)
>   - Fixed sending of uninitialized paddings which may contain some 
> information.
>  
> http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.92&r2=1.579.2.52.2.93&diff_format=u
>
> Index: php-src/configure.in
>  diff -u php-src/configure.in:1.579.2.52.2.92 
> php-src/configure.in:1.579.2.52.2.93
>  --- php-src/configure.in:1.579.2.52.2.92Fri Apr  4 00:12:22 2008
>  +++ php-src/configure.inFri Apr  4 00:16:53 2008
>  @@ -1,4 +1,4 @@
>
> -## $Id: configure.in,v 1.579.2.52.2.92 2008/04/04 00:12:22 iliaa Exp $ -*- 
> autoconf -*-
>  +## $Id: configure.in,v 1.579.2.52.2.93 2008/04/04 00:16:53 iliaa Exp $ -*- 
> autoconf -*-
>
>  dnl ## Process this file with autoconf to produce a configure script.
>
>   divert(1)
>  @@ -42,7 +42,7 @@
>   PHP_MAJOR_VERSION=5
>   PHP_MINOR_VERSION=2
>   PHP_RELEASE_VERSION=6
>  -PHP_EXTRA_VERSION="RC4"
>  +PHP_EXTRA_VERSION="RC4-dev"

Typo alert, should be RC5-dev :)

-Hannes

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



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

2008-04-03 Thread Ilia Alshanetsky
iliaa   Fri Apr  4 00:16:53 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1131&r2=1.2027.2.547.2.1132&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1131 php-src/NEWS:1.2027.2.547.2.1132
--- php-src/NEWS:1.2027.2.547.2.1131Fri Apr  4 00:12:21 2008
+++ php-src/NEWSFri Apr  4 00:16:53 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Apr 2008, PHP 5.2.6
+
 03 Apr 2008, PHP 5.2.6RC4
 - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrei Nigmatulin)
 - Fixed sending of uninitialized paddings which may contain some information.
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.92&r2=1.579.2.52.2.93&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.92 
php-src/configure.in:1.579.2.52.2.93
--- php-src/configure.in:1.579.2.52.2.92Fri Apr  4 00:12:22 2008
+++ php-src/configure.inFri Apr  4 00:16:53 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.92 2008/04/04 00:12:22 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.93 2008/04/04 00:16:53 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC4"
+PHP_EXTRA_VERSION="RC4-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.64&r2=1.112.2.37.2.65&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.64 
php-src/main/php_version.h:1.112.2.37.2.65
--- php-src/main/php_version.h:1.112.2.37.2.64  Fri Apr  4 00:12:22 2008
+++ php-src/main/php_version.h  Fri Apr  4 00:16:53 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.2.6RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.6RC5-dev"
 #define PHP_VERSION_ID 50206



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



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

2008-04-03 Thread Ilia Alshanetsky
iliaa   Fri Apr  4 00:12:22 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.6RC4
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1130&r2=1.2027.2.547.2.1131&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1130 php-src/NEWS:1.2027.2.547.2.1131
--- php-src/NEWS:1.2027.2.547.2.1130Thu Apr  3 14:44:19 2008
+++ php-src/NEWSFri Apr  4 00:12:21 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Apr 2008, PHP 5.2.6
+03 Apr 2008, PHP 5.2.6RC4
 - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrei Nigmatulin)
 - Fixed sending of uninitialized paddings which may contain some information.
   (Andrei Nigmatulin)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.91&r2=1.579.2.52.2.92&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.91 
php-src/configure.in:1.579.2.52.2.92
--- php-src/configure.in:1.579.2.52.2.91Thu Mar 27 22:53:49 2008
+++ php-src/configure.inFri Apr  4 00:12:22 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.91 2008/03/27 22:53:49 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.92 2008/04/04 00:12:22 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC4-dev"
+PHP_EXTRA_VERSION="RC4"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.63&r2=1.112.2.37.2.64&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.63 
php-src/main/php_version.h:1.112.2.37.2.64
--- php-src/main/php_version.h:1.112.2.37.2.63  Thu Mar 27 22:53:49 2008
+++ php-src/main/php_version.h  Fri Apr  4 00:12:22 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.6RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.6RC4"
 #define PHP_VERSION_ID 50206



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



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

2008-03-27 Thread Ilia Alshanetsky
iliaa   Thu Mar 27 22:53:49 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1125&r2=1.2027.2.547.2.1126&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1125 php-src/NEWS:1.2027.2.547.2.1126
--- php-src/NEWS:1.2027.2.547.2.1125Thu Mar 27 22:44:02 2008
+++ php-src/NEWSThu Mar 27 22:53:49 2008
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
-27 Mar 2008 , PHP 5.2.6RC3
+?? Apr 2008, PHP 5.2.6
+
+27 Mar 2008, PHP 5.2.6RC3
 - Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
   Stefan Esser)
 - Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.90&r2=1.579.2.52.2.91&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.90 
php-src/configure.in:1.579.2.52.2.91
--- php-src/configure.in:1.579.2.52.2.90Thu Mar 27 22:44:02 2008
+++ php-src/configure.inThu Mar 27 22:53:49 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.90 2008/03/27 22:44:02 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.91 2008/03/27 22:53:49 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC3"
+PHP_EXTRA_VERSION="RC4-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.62&r2=1.112.2.37.2.63&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.62 
php-src/main/php_version.h:1.112.2.37.2.63
--- php-src/main/php_version.h:1.112.2.37.2.62  Thu Mar 27 22:44:02 2008
+++ php-src/main/php_version.h  Thu Mar 27 22:53:49 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.6RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.6RC4-dev"
 #define PHP_VERSION_ID 50206



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



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

2008-03-27 Thread Ilia Alshanetsky
iliaa   Thu Mar 27 22:44:03 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.6RC3
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1124&r2=1.2027.2.547.2.1125&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1124 php-src/NEWS:1.2027.2.547.2.1125
--- php-src/NEWS:1.2027.2.547.2.1124Thu Mar 20 16:49:41 2008
+++ php-src/NEWSThu Mar 27 22:44:02 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Mar 2008 , PHP 5.2.6
+27 Mar 2008 , PHP 5.2.6RC3
 - Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
   Stefan Esser)
 - Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.89&r2=1.579.2.52.2.90&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.89 
php-src/configure.in:1.579.2.52.2.90
--- php-src/configure.in:1.579.2.52.2.89Fri Mar  7 00:36:12 2008
+++ php-src/configure.inThu Mar 27 22:44:02 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.89 2008/03/07 00:36:12 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.90 2008/03/27 22:44:02 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC3-dev"
+PHP_EXTRA_VERSION="RC3"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.61&r2=1.112.2.37.2.62&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.61 
php-src/main/php_version.h:1.112.2.37.2.62
--- php-src/main/php_version.h:1.112.2.37.2.61  Fri Mar  7 00:36:12 2008
+++ php-src/main/php_version.h  Thu Mar 27 22:44:02 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.6RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.6RC3"
 #define PHP_VERSION_ID 50206



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



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

2008-03-06 Thread Ilia Alshanetsky
iliaa   Fri Mar  7 00:36:12 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.&r2=1.2027.2.547.2.1112&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2. php-src/NEWS:1.2027.2.547.2.1112
--- php-src/NEWS:1.2027.2.547.2.Fri Mar  7 00:27:39 2008
+++ php-src/NEWSFri Mar  7 00:36:11 2008
@@ -1,5 +1,8 @@
 PHPNEWS
 |||
+?? Mar 2008 , PHP 5.2.6
+
+
 06 Mar 2008, PHP 5.2.6RC2
 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).
   (Felipe)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.88&r2=1.579.2.52.2.89&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.88 
php-src/configure.in:1.579.2.52.2.89
--- php-src/configure.in:1.579.2.52.2.88Fri Mar  7 00:27:39 2008
+++ php-src/configure.inFri Mar  7 00:36:12 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.88 2008/03/07 00:27:39 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.89 2008/03/07 00:36:12 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.60&r2=1.112.2.37.2.61&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.60 
php-src/main/php_version.h:1.112.2.37.2.61
--- php-src/main/php_version.h:1.112.2.37.2.60  Fri Mar  7 00:27:39 2008
+++ php-src/main/php_version.h  Fri Mar  7 00:36:12 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.6RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.6RC3-dev"
 #define PHP_VERSION_ID 50206



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



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

2008-03-06 Thread Ilia Alshanetsky
iliaa   Fri Mar  7 00:27:40 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.6RC2
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1110&r2=1.2027.2.547.2.&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1110 php-src/NEWS:1.2027.2.547.2.
--- php-src/NEWS:1.2027.2.547.2.1110Wed Mar  5 23:53:23 2008
+++ php-src/NEWSFri Mar  7 00:27:39 2008
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Mar 2008, PHP 5.2.6
+06 Mar 2008, PHP 5.2.6RC2
 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).
   (Felipe)
 - Fixed bug #44306 (Better detection of MIPS processors on Windows). (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.87&r2=1.579.2.52.2.88&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.87 
php-src/configure.in:1.579.2.52.2.88
--- php-src/configure.in:1.579.2.52.2.87Thu Feb 28 15:36:07 2008
+++ php-src/configure.inFri Mar  7 00:27:39 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.87 2008/02/28 15:36:07 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.88 2008/03/07 00:27:39 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.59&r2=1.112.2.37.2.60&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.59 
php-src/main/php_version.h:1.112.2.37.2.60
--- php-src/main/php_version.h:1.112.2.37.2.59  Thu Feb 28 15:36:07 2008
+++ php-src/main/php_version.h  Fri Mar  7 00:27:39 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.6RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.6RC2"
 #define PHP_VERSION_ID 50206



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



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

2008-02-28 Thread Hannes Magnusson
On Thu, Feb 28, 2008 at 1:35 AM, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:
> iliaa   Thu Feb 28 00:35:26 2008 UTC
>
>   Modified files:  (Branch: PHP_5_2)
> /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.547.2.1101&r2=1.2027.2.547.2.1102&diff_format=u
>  Index: php-src/NEWS
>  diff -u php-src/NEWS:1.2027.2.547.2.1101 php-src/NEWS:1.2027.2.547.2.1102
>  --- php-src/NEWS:1.2027.2.547.2.1101Thu Feb 28 00:29:29 2008
>  +++ php-src/NEWSThu Feb 28 00:35:26 2008
>  @@ -1,5 +1,7 @@
>   PHP
> NEWS
>   
> |||
>  +?? Mar 2008, PHP 5.2.6
>  +
>   27 Feb 2008, PHP 5.2.6RC1
>   - Fixed security issue detailed in CVE-2008-0599. (Rasmus)
>   - Fixed potential memleak in stream filter parameter for zlib filter (Greg)
>  
> http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.85&r2=1.579.2.52.2.86&diff_format=u
>  Index: php-src/configure.in
>  diff -u php-src/configure.in:1.579.2.52.2.85 
> php-src/configure.in:1.579.2.52.2.86
>  --- php-src/configure.in:1.579.2.52.2.85Thu Feb 28 00:30:35 2008
>  +++ php-src/configure.inThu Feb 28 00:35:26 2008
>  @@ -1,4 +1,4 @@
>  -## $Id: configure.in,v 1.579.2.52.2.85 2008/02/28 00:30:35 iliaa Exp $ -*- 
> autoconf -*-
>  +## $Id: configure.in,v 1.579.2.52.2.86 2008/02/28 00:35:26 iliaa Exp $ -*- 
> autoconf -*-
>   dnl ## Process this file with autoconf to produce a configure script.
>
>   divert(1)
>  @@ -42,7 +42,7 @@
>   PHP_MAJOR_VERSION=5
>   PHP_MINOR_VERSION=2
>   PHP_RELEASE_VERSION=6
>  -PHP_EXTRA_VERSION="RC1"
>  +PHP_EXTRA_VERSION="RC1-dev"
>   
> PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
>   PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION 
> \* 100 + [$]PHP_RELEASE_VERSION`
>
>  
> http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.57&r2=1.112.2.37.2.58&diff_format=u
>  Index: php-src/main/php_version.h
>  diff -u php-src/main/php_version.h:1.112.2.37.2.57 
> php-src/main/php_version.h:1.112.2.37.2.58
>  --- php-src/main/php_version.h:1.112.2.37.2.57  Thu Feb 28 00:30:34 2008
>  +++ php-src/main/php_version.h  Thu Feb 28 00:35:26 2008
>  @@ -3,6 +3,6 @@
>   #define PHP_MAJOR_VERSION 5
>   #define PHP_MINOR_VERSION 2
>   #define PHP_RELEASE_VERSION 6
>  -#define PHP_EXTRA_VERSION "RC1"
>  -#define PHP_VERSION "5.2.6RC1"
>  +#define PHP_EXTRA_VERSION "RC1-dev"
>  +#define PHP_VERSION "5.2.6RC1-dev"

Shouldn't it be RC2-dev?

-Hannes

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



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

2008-02-27 Thread Ilia Alshanetsky
iliaa   Thu Feb 28 00:35:26 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.1101&r2=1.2027.2.547.2.1102&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1101 php-src/NEWS:1.2027.2.547.2.1102
--- php-src/NEWS:1.2027.2.547.2.1101Thu Feb 28 00:29:29 2008
+++ php-src/NEWSThu Feb 28 00:35:26 2008
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Mar 2008, PHP 5.2.6
+
 27 Feb 2008, PHP 5.2.6RC1
 - Fixed security issue detailed in CVE-2008-0599. (Rasmus)
 - Fixed potential memleak in stream filter parameter for zlib filter (Greg)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.85&r2=1.579.2.52.2.86&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.85 
php-src/configure.in:1.579.2.52.2.86
--- php-src/configure.in:1.579.2.52.2.85Thu Feb 28 00:30:35 2008
+++ php-src/configure.inThu Feb 28 00:35:26 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.85 2008/02/28 00:30:35 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.86 2008/02/28 00:35:26 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC1-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.57&r2=1.112.2.37.2.58&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.57 
php-src/main/php_version.h:1.112.2.37.2.58
--- php-src/main/php_version.h:1.112.2.37.2.57  Thu Feb 28 00:30:34 2008
+++ php-src/main/php_version.h  Thu Feb 28 00:35:26 2008
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.6RC1"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.2.6RC1-dev"
 #define PHP_VERSION_ID 50206

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



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

2007-11-08 Thread Ilia Alshanetsky
iliaa   Thu Nov  8 13:53:14 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.83&r2=1.579.2.52.2.84&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.83 
php-src/configure.in:1.579.2.52.2.84
--- php-src/configure.in:1.579.2.52.2.83Thu Nov  8 13:44:11 2007
+++ php-src/configure.inThu Nov  8 13:53:13 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.83 2007/11/08 13:44:11 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.84 2007/11/08 13:53:13 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=6
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.999&r2=1.2027.2.547.2.1000&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.999 php-src/NEWS:1.2027.2.547.2.1000
--- php-src/NEWS:1.2027.2.547.2.999 Thu Nov  8 13:44:11 2007
+++ php-src/NEWSThu Nov  8 13:53:13 2007
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
-08 Nov 2007 , PHP 5.2.5
+?? ??? 2008, PHP 5.2.6
+
+08 Nov 2007, PHP 5.2.5
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.55&r2=1.112.2.37.2.56&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.55 
php-src/main/php_version.h:1.112.2.37.2.56
--- php-src/main/php_version.h:1.112.2.37.2.55  Thu Nov  8 13:44:12 2007
+++ php-src/main/php_version.h  Thu Nov  8 13:53:14 2007
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.5"
-#define PHP_VERSION_ID 50205
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.6-dev"
+#define PHP_VERSION_ID 50206

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



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

2007-11-08 Thread Ilia Alshanetsky
iliaa   Thu Nov  8 13:44:12 2007 UTC

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

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



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

2007-11-01 Thread Ilia Alshanetsky
iliaa   Thu Nov  1 22:37:36 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.53&r2=1.112.2.37.2.54&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.53 
php-src/main/php_version.h:1.112.2.37.2.54
--- php-src/main/php_version.h:1.112.2.37.2.53  Thu Nov  1 22:33:30 2007
+++ php-src/main/php_version.h  Thu Nov  1 22:37:34 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.5RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.5RC3-dev"
 #define PHP_VERSION_ID 50205
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.81&r2=1.579.2.52.2.82&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.81 
php-src/configure.in:1.579.2.52.2.82
--- php-src/configure.in:1.579.2.52.2.81Thu Nov  1 22:33:31 2007
+++ php-src/configure.inThu Nov  1 22:37:35 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.81 2007/11/01 22:33:31 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.82 2007/11/01 22:37:35 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.996&r2=1.2027.2.547.2.997&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.996 php-src/NEWS:1.2027.2.547.2.997
--- php-src/NEWS:1.2027.2.547.2.996 Thu Nov  1 22:33:31 2007
+++ php-src/NEWSThu Nov  1 22:37:35 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Nov 2007 , PHP 5.2.5
+
 01 Nov 2007, PHP 5.2.5RC2
 - Added ability to control memory consumption between request using
   ZEND_MM_COMPACT environment variable. (Dmitry)

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



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

2007-11-01 Thread Ilia Alshanetsky
iliaa   Thu Nov  1 22:33:32 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  5.2.5RC2
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.52&r2=1.112.2.37.2.53&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.52 
php-src/main/php_version.h:1.112.2.37.2.53
--- php-src/main/php_version.h:1.112.2.37.2.52  Thu Oct 18 23:09:54 2007
+++ php-src/main/php_version.h  Thu Nov  1 22:33:30 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.5RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.5RC2"
 #define PHP_VERSION_ID 50205
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.80&r2=1.579.2.52.2.81&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.80 
php-src/configure.in:1.579.2.52.2.81
--- php-src/configure.in:1.579.2.52.2.80Thu Oct 18 23:09:53 2007
+++ php-src/configure.inThu Nov  1 22:33:31 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.80 2007/10/18 23:09:53 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.81 2007/11/01 22:33:31 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.995&r2=1.2027.2.547.2.996&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.995 php-src/NEWS:1.2027.2.547.2.996
--- php-src/NEWS:1.2027.2.547.2.995 Thu Nov  1 15:23:14 2007
+++ php-src/NEWSThu Nov  1 22:33:31 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2007, PHP 5.2.5RC2
+01 Nov 2007, PHP 5.2.5RC2
 - Added ability to control memory consumption between request using
   ZEND_MM_COMPACT environment variable. (Dmitry)
 - Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)

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



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

2007-10-18 Thread Ilia Alshanetsky
iliaa   Thu Oct 18 23:09:54 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.979&r2=1.2027.2.547.2.980&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.979 php-src/NEWS:1.2027.2.547.2.980
--- php-src/NEWS:1.2027.2.547.2.979 Thu Oct 18 22:59:43 2007
+++ php-src/NEWSThu Oct 18 23:09:53 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2007, PHP 5.2.5RC2
+
 18 Oct 2007, PHP 5.2.5RC1
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.79&r2=1.579.2.52.2.80&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.79 
php-src/configure.in:1.579.2.52.2.80
--- php-src/configure.in:1.579.2.52.2.79Thu Oct 18 22:59:43 2007
+++ php-src/configure.inThu Oct 18 23:09:53 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.79 2007/10/18 22:59:43 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.80 2007/10/18 23:09:53 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.51&r2=1.112.2.37.2.52&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.51 
php-src/main/php_version.h:1.112.2.37.2.52
--- php-src/main/php_version.h:1.112.2.37.2.51  Thu Oct 18 22:59:43 2007
+++ php-src/main/php_version.h  Thu Oct 18 23:09:54 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.5RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.5RC2-dev"
 #define PHP_VERSION_ID 50205

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



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

2007-10-18 Thread Ilia Alshanetsky
iliaa   Thu Oct 18 22:59:43 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.5RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.978&r2=1.2027.2.547.2.979&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.978 php-src/NEWS:1.2027.2.547.2.979
--- php-src/NEWS:1.2027.2.547.2.978 Thu Oct 18 14:39:08 2007
+++ php-src/NEWSThu Oct 18 22:59:43 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 20??, PHP 5.2.5
+18 Oct 2007, PHP 5.2.5RC1
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.78&r2=1.579.2.52.2.79&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.78 
php-src/configure.in:1.579.2.52.2.79
--- php-src/configure.in:1.579.2.52.2.78Fri Oct  5 14:51:36 2007
+++ php-src/configure.inThu Oct 18 22:59:43 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.78 2007/10/05 14:51:36 nlopess Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.79 2007/10/18 22:59:43 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50&r2=1.112.2.37.2.51&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.50 
php-src/main/php_version.h:1.112.2.37.2.51
--- php-src/main/php_version.h:1.112.2.37.2.50  Thu Aug 30 07:40:13 2007
+++ php-src/main/php_version.h  Thu Oct 18 22:59:43 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.5RC1"
 #define PHP_VERSION_ID 50205

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



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

2007-08-29 Thread Ilia Alshanetsky
iliaa   Wed Aug 29 23:36:12 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.4
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.913&r2=1.2027.2.547.2.914&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.913 php-src/NEWS:1.2027.2.547.2.914
--- php-src/NEWS:1.2027.2.547.2.913 Mon Aug 27 08:35:27 2007
+++ php-src/NEWSWed Aug 29 23:36:11 2007
@@ -1,67 +1,17 @@
 PHPNEWS
 |||
-23 Aug 2007, PHP 5.2.4RC3
-- Fixed version_compare() to support "rc" as well as "RC" for release candidate
-  version numbers. (Derick)
-- Fixed possible crash in imagepsloadfont(), work around a bug in the pslib on
-  Windows. (Pierre)
-- Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
-  (Ilia)
-- Fixed bug #42365 (glob() crashes and/or accepts way too many flags). (Jani)
-- Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
-- Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload,
-  in the same way as "instanceof" operator). (Dmitry)
-- Fixed bug #41904 (proc_open(): empty env array should cause empty
-  environment to be passed to process). (Jani)
-- Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
-  bypass). (Ilia)
-
-16 Aug 2007, PHP 5.2.4RC2
-- Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client
-  libraries. (Chris Jones)
-- Fixed Bug #42364 (Crash when using getRealPath with DirectoryIterator).
-  (Johannes)
-- Fixed bug #42292 ($PHP_CONFIG not set for phpized builds). (Jani)
-- Fixed bug #42261 (header wrong for date field). (roberto at spadim dot com
-  dot br, Ilia)
-- Fixed bug #42259 (SimpleXMLIterator loses ancestry). (Rob)
-- Fixed bug #42247 (ldap_parse_result() not defined under win32). (Jani)
-- Fixed bug #42243 (copy() does not output an error when the first arg is a
-  dir). (Ilia)
-- Fixed bug #42242 (sybase_connect() crashes). (Ilia)
-- Fixed bug #42237 (stream_copy_to_stream returns invalid values for mmaped 
-  streams). (andrew dot minerd at sellingsource dot com, Ilia)
-- Fixed bug #42233 (Problems with æøå in extract()). (Jani)
-- Fixed bug #4 (possible buffer overflow in php_openssl_make_REQ). (Pierre)
-- Fixed bug #42211 (property_exists() fails to find protected properties from
-  a parent class). (Dmitry)
-- Fixed bug #42208 (substr_replace() crashes when the same array is passed 
-  more than once). (crrodriguez at suse dot de, Ilia)
-- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
-  and using PATH_INFO). (Dmitry)
-- Fixed bug #42195 (C++ compiler required always). (Jani)
-- Fixed bug #42117 (bzip2.compress loses data in internal buffer). (Philip,
-  Ilia)
-- Fixed bug #42082 (NodeList length zero should be empty). (Hannes)
-- Fixed bug #41973 (--with-ldap=shared fails with LDFLAGS="-Wl,--as-needed").
-  (Nuno)
-- Fixed bug #36492 (Userfilters can leak buckets). (Sara)
-- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
-  on screws up PATH_INFO). (Dmitry)
-
-02 Aug 2007, PHP 5.2.4RC1
+30 Aug 2007, PHP 5.2.4
 - Removed --enable-versioning configure option. (Jani)
 
 - Upgraded PCRE to version 7.2 (Nuno)
 - Updated timezone database to version 2007.6. (Derick)
 
 - Improved openssl_x509_parse() to return extensions in readable form. (Dmitry)
-- Improved fix for MOPB-03-2007. (Ilia)
-- Corrected fix for CVE-2007-2872. (Ilia)
-- Enabled changing the size of statement cache for non-persistent OCI8
+
+- Enabled changing the size of statement cache for non-persistent OCI8 
   connections. (Chris Jones, Tony)
 
-- Changed "display_errors" php.ini option to accept "stderr" as value which
+- Changed "display_errors" php.ini option to accept "stderr" as value which 
   makes the error messages to be outputted to STDERR instead of STDOUT with 
   CGI and CLI SAPIs (FR #22839). (Jani)
 - Changed error handler to send HTTP 500 instead of blank page on PHP errors.
@@ -74,144 +24,184 @@
 - Added support for ATTR_TIMEOUT inside pdo_pgsql driver. (Ilia)
 - Added php_ini_loaded_file() function which returns the path to the actual
   php.ini in use. (Jani)
-- Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION
+- Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION,
   GD_RELEASE_VERSION, GD_EXTRA_VERSION and GD_VERSION_STRING. (Pierre)
 - Added missing open_basedir checks to CGI.
   (anight at eyelinkmedia dot com, Tony)
 - Added missing format validator to unpack() function. (Ilia)
 - Added missing error check inside bcpowmod(). (Ilia)
-- Added CURLOPT_PRIVATE & CURLINFO_PRIVATE constants. 
+- Added CURLOPT_PRIVATE & CURLINFO_PRIVATE constants.
   (Andrey A. Belashkov, Tony)
 - Added missing MSG_EOR and MSG_EOF constants to sockets e

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

2007-08-23 Thread Ilia Alshanetsky
iliaa   Thu Aug 23 22:39:02 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  
  5.2.4RC3
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.73&r2=1.579.2.52.2.74&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.73 
php-src/configure.in:1.579.2.52.2.74
--- php-src/configure.in:1.579.2.52.2.73Mon Aug 20 14:28:45 2007
+++ php-src/configure.inThu Aug 23 22:39:01 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.73 2007/08/20 14:28:45 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.74 2007/08/23 22:39:01 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC3-dev"
+PHP_EXTRA_VERSION="RC3"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.909&r2=1.2027.2.547.2.910&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.909 php-src/NEWS:1.2027.2.547.2.910
--- php-src/NEWS:1.2027.2.547.2.909 Thu Aug 23 18:44:09 2007
+++ php-src/NEWSThu Aug 23 22:39:01 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Aug 2007, PHP 5.2.4
+23 Aug 2007, PHP 5.2.4RC3
 - Fixed version_compare() to support "rc" as well as "RC" for release
   candidate version numbers.
 - Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.46&r2=1.112.2.37.2.47&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.46 
php-src/main/php_version.h:1.112.2.37.2.47
--- php-src/main/php_version.h:1.112.2.37.2.46  Fri Aug 17 00:38:23 2007
+++ php-src/main/php_version.h  Thu Aug 23 22:39:02 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.4RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.4RC3"
 #define PHP_VERSION_ID 50204

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



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

2007-08-16 Thread Ilia Alshanetsky
iliaa   Fri Aug 17 00:38:23 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.899&r2=1.2027.2.547.2.900&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.899 php-src/NEWS:1.2027.2.547.2.900
--- php-src/NEWS:1.2027.2.547.2.899 Fri Aug 17 00:35:39 2007
+++ php-src/NEWSFri Aug 17 00:38:22 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Aug 2007, PHP 5.2.4
+
 16 Aug 2007, PHP 5.2.4RC2
 - Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client
   libraries. (Chris Jones)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.71&r2=1.579.2.52.2.72&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.71 
php-src/configure.in:1.579.2.52.2.72
--- php-src/configure.in:1.579.2.52.2.71Fri Aug 17 00:35:39 2007
+++ php-src/configure.inFri Aug 17 00:38:23 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.71 2007/08/17 00:35:39 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.72 2007/08/17 00:38:23 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.45&r2=1.112.2.37.2.46&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.45 
php-src/main/php_version.h:1.112.2.37.2.46
--- php-src/main/php_version.h:1.112.2.37.2.45  Fri Aug 17 00:35:39 2007
+++ php-src/main/php_version.h  Fri Aug 17 00:38:23 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.4RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.4RC3-dev"
 #define PHP_VERSION_ID 50204

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



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

2007-08-16 Thread Ilia Alshanetsky
iliaa   Fri Aug 17 00:35:40 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.4RC2
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.898&r2=1.2027.2.547.2.899&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.898 php-src/NEWS:1.2027.2.547.2.899
--- php-src/NEWS:1.2027.2.547.2.898 Tue Aug 14 12:12:33 2007
+++ php-src/NEWSFri Aug 17 00:35:39 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Aug 2007, PHP 5.2.4
+16 Aug 2007, PHP 5.2.4RC2
 - Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client
   libraries. (Chris Jones)
 - Fixed bug #42292 ($PHP_CONFIG not set for phpized builds). (Jani)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.70&r2=1.579.2.52.2.71&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.70 
php-src/configure.in:1.579.2.52.2.71
--- php-src/configure.in:1.579.2.52.2.70Mon Aug 13 20:13:19 2007
+++ php-src/configure.inFri Aug 17 00:35:39 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.70 2007/08/13 20:13:19 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.71 2007/08/17 00:35:39 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.44&r2=1.112.2.37.2.45&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.44 
php-src/main/php_version.h:1.112.2.37.2.45
--- php-src/main/php_version.h:1.112.2.37.2.44  Mon Aug 13 20:33:08 2007
+++ php-src/main/php_version.h  Fri Aug 17 00:35:39 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.4RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.4RC2"
 #define PHP_VERSION_ID 50204

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



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

2007-08-02 Thread Ilia Alshanetsky
iliaa   Thu Aug  2 22:28:19 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.875&r2=1.2027.2.547.2.876&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.875 php-src/NEWS:1.2027.2.547.2.876
--- php-src/NEWS:1.2027.2.547.2.875 Thu Aug  2 22:18:28 2007
+++ php-src/NEWSThu Aug  2 22:28:18 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Aug 2007, PHP 5.2.4
+
 02 Aug 2007, PHP 5.2.4RC1
 - Removed --enable-versioning configure option. (Jani)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.67&r2=1.579.2.52.2.68&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.67 
php-src/configure.in:1.579.2.52.2.68
--- php-src/configure.in:1.579.2.52.2.67Thu Aug  2 22:18:29 2007
+++ php-src/configure.inThu Aug  2 22:28:18 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.67 2007/08/02 22:18:29 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.68 2007/08/02 22:28:18 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC1-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.40&r2=1.112.2.37.2.41&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.40 
php-src/main/php_version.h:1.112.2.37.2.41
--- php-src/main/php_version.h:1.112.2.37.2.40  Thu Aug  2 22:18:30 2007
+++ php-src/main/php_version.h  Thu Aug  2 22:28:18 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.4RC1"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.2.4RC1-dev"
 #define PHP_VERSION_ID 50204

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



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

2007-08-02 Thread Ilia Alshanetsky
iliaa   Thu Aug  2 22:18:30 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.4RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.874&r2=1.2027.2.547.2.875&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.874 php-src/NEWS:1.2027.2.547.2.875
--- php-src/NEWS:1.2027.2.547.2.874 Thu Aug  2 21:55:23 2007
+++ php-src/NEWSThu Aug  2 22:18:28 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2007, PHP 5.2.4
+02 Aug 2007, PHP 5.2.4RC1
 - Removed --enable-versioning configure option. (Jani)
 
 - Upgraded PCRE to version 7.2 (Nuno)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.66&r2=1.579.2.52.2.67&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.66 
php-src/configure.in:1.579.2.52.2.67
--- php-src/configure.in:1.579.2.52.2.66Thu Jul 26 22:45:59 2007
+++ php-src/configure.inThu Aug  2 22:18:29 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.66 2007/07/26 22:45:59 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.67 2007/08/02 22:18:29 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=4
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.39&r2=1.112.2.37.2.40&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.39 
php-src/main/php_version.h:1.112.2.37.2.40
--- php-src/main/php_version.h:1.112.2.37.2.39  Wed May 30 18:48:58 2007
+++ php-src/main/php_version.h  Thu Aug  2 22:18:30 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.4-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.4RC1"
 #define PHP_VERSION_ID 50204

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



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

2007-05-30 Thread Ilia Alshanetsky
iliaa   Wed May 30 18:48:58 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.746&r2=1.2027.2.547.2.747&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.746 php-src/NEWS:1.2027.2.547.2.747
--- php-src/NEWS:1.2027.2.547.2.746 Wed May 30 18:45:59 2007
+++ php-src/NEWSWed May 30 18:48:58 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2007, PHP 5.2.4
+
 31 May 2007, PHP 5.2.3
 - Changed CGI install target to php-cgi and 'make install' to install CLI
   when CGI is selected. (Jani)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.56&r2=1.579.2.52.2.57&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.56 
php-src/configure.in:1.579.2.52.2.57
--- php-src/configure.in:1.579.2.52.2.56Wed May 30 18:45:59 2007
+++ php-src/configure.inWed May 30 18:48:58 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.56 2007/05/30 18:45:59 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.57 2007/05/30 18:48:58 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -43,8 +43,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+RELEASE_VERSION=4
+EXTRA_VERSION="-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.38&r2=1.112.2.37.2.39&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.38 
php-src/main/php_version.h:1.112.2.37.2.39
--- php-src/main/php_version.h:1.112.2.37.2.38  Wed May 30 18:45:59 2007
+++ php-src/main/php_version.h  Wed May 30 18:48:58 2007
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.3"
-#define PHP_VERSION_ID 50203
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.4-dev"
+#define PHP_VERSION_ID 50204

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



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

2007-05-30 Thread Ilia Alshanetsky
iliaa   Wed May 30 18:45:59 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.3
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.745&r2=1.2027.2.547.2.746&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.745 php-src/NEWS:1.2027.2.547.2.746
--- php-src/NEWS:1.2027.2.547.2.745 Wed May 30 00:33:13 2007
+++ php-src/NEWSWed May 30 18:45:59 2007
@@ -1,18 +1,6 @@
 PHPNEWS
 |||
-?? Jun 2007, PHP 5.2.3
-- Fixed an interger overflow inside chunk_split(), identified by Gerhard
-  Wagner (Ilia) 
-- Fixed bug #41525 (ReflectionParameter::getPosition() not available). (Marcus)
-- Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c). (Jani)
-- Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
-  string keys). (Ilia)
-- Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()). (Ilia)
-- Fixed bug #41477 (no arginfo about SoapClient::__soapCall()). (Ilia)
-- Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
-  connections during reads and writes). (Ilia)
-
-24 May 2007, PHP 5.2.3RC1
+31 May 2007, PHP 5.2.3
 - Changed CGI install target to php-cgi and 'make install' to install CLI
   when CGI is selected. (Jani)
 - Changed JSON maximum nesting depth from 20 to 128. (Rasmus)
@@ -35,6 +23,8 @@
 
 - Implemented FR #41416 (getColumnMeta() should also return table name). (Tony)
 
+- Fixed an interger overflow inside chunk_split(), identified by Gerhard
+  Wagner (Ilia) 
 - Fixed SOAP extension's handler() to work even when
   "always_populate_raw_post_data" is off. (Ilia)
 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86) 
@@ -44,6 +34,12 @@
 - Fixed altering $this via argument named "this". (Dmitry)
 - Fixed PHP CLI usage of php.ini from the binary location. (Hannes)
 - Fixed segfault in strripos(). (Tony, Joxean Koret)
+- Fixed bug #41525 (ReflectionParameter::getPosition() not available). (Marcus)
+- Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c). (Jani)
+- Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
+  string keys). (Ilia)
+- Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()). (Ilia)
+- Fixed bug #41477 (no arginfo about SoapClient::__soapCall()). (Ilia)
 - Fixed bug #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS). 
   (mmarek at suse dot cz, Tony)
 - Fixed bug #41442 (imagegd2() under output control). (Tony)
@@ -85,6 +81,8 @@
 - Fixed bug #41283 (Bug with deserializing array key that are doubles or
   floats in wddx). (Ilia)
 - Fixed bug #41257 (lookupNamespaceURI does not work as expected). (Rob)
+- Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
+  connections during reads and writes). (Ilia)
 - Fixed bug #41134 (zend_ts_hash_clean not thread-safe). 
   (marco dot cova at gmail dot com, Tony)
 - Fixed bug #41097 (ext/soap returning associative array as indexed without
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.55&r2=1.579.2.52.2.56&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.55 
php-src/configure.in:1.579.2.52.2.56
--- php-src/configure.in:1.579.2.52.2.55Fri May 25 00:07:57 2007
+++ php-src/configure.inWed May 30 18:45:59 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.55 2007/05/25 00:07:57 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.56 2007/05/30 18:45:59 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=3
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION=""
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.37&r2=1.112.2.37.2.38&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.37 
php-src/main/php_version.h:1.112.2.37.2.38
--- php-src/main/php_version.h:1.112.2.37.2.37  Fri May 25 00:07:57 2007
+++ php-src/main/php_version.h  Wed May 30 18:45:59 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.3RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.3"
 #define PHP_VERSION_ID 50203

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



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

2007-05-24 Thread Ilia Alshanetsky
iliaa   Fri May 25 00:07:57 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.733&r2=1.2027.2.547.2.734&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.733 php-src/NEWS:1.2027.2.547.2.734
--- php-src/NEWS:1.2027.2.547.2.733 Fri May 25 00:05:29 2007
+++ php-src/NEWSFri May 25 00:07:57 2007
@@ -1,5 +1,8 @@
 PHPNEWS
 |||
+?? Jun 2007, PHP 5.2.3
+
+
 24 May 2007, PHP 5.2.3RC1
 - Changed CGI install target to php-cgi and 'make install' to install CLI
   when CGI is selected. (Jani)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.54&r2=1.579.2.52.2.55&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.54 
php-src/configure.in:1.579.2.52.2.55
--- php-src/configure.in:1.579.2.52.2.54Fri May 25 00:05:29 2007
+++ php-src/configure.inFri May 25 00:07:57 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.54 2007/05/25 00:05:29 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.55 2007/05/25 00:07:57 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=3
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.36&r2=1.112.2.37.2.37&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.36 
php-src/main/php_version.h:1.112.2.37.2.37
--- php-src/main/php_version.h:1.112.2.37.2.36  Fri May 25 00:05:30 2007
+++ php-src/main/php_version.h  Fri May 25 00:07:57 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.3RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.3RC2-dev"
 #define PHP_VERSION_ID 50203

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



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

2007-05-24 Thread Ilia Alshanetsky
iliaa   Fri May 25 00:05:30 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.3RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.732&r2=1.2027.2.547.2.733&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.732 php-src/NEWS:1.2027.2.547.2.733
--- php-src/NEWS:1.2027.2.547.2.732 Thu May 24 23:29:59 2007
+++ php-src/NEWSFri May 25 00:05:29 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2007, PHP 5.2.3
+24 May 2007, PHP 5.2.3RC1
 - Changed CGI install target to php-cgi and 'make install' to install CLI
   when CGI is selected. (Jani)
 - Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.53&r2=1.579.2.52.2.54&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.53 
php-src/configure.in:1.579.2.52.2.54
--- php-src/configure.in:1.579.2.52.2.53Thu May 24 23:29:59 2007
+++ php-src/configure.inFri May 25 00:05:29 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.53 2007/05/24 23:29:59 sniper Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.54 2007/05/25 00:05:29 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=3
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.35&r2=1.112.2.37.2.36&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.35 
php-src/main/php_version.h:1.112.2.37.2.36
--- php-src/main/php_version.h:1.112.2.37.2.35  Thu May  3 01:16:50 2007
+++ php-src/main/php_version.h  Fri May 25 00:05:30 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.3RC1"
 #define PHP_VERSION_ID 50203

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



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

2007-05-02 Thread Ilia Alshanetsky
iliaa   Thu May  3 01:16:50 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.674&r2=1.2027.2.547.2.675&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.674 php-src/NEWS:1.2027.2.547.2.675
--- php-src/NEWS:1.2027.2.547.2.674 Wed May  2 23:05:13 2007
+++ php-src/NEWSThu May  3 01:16:50 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2007, PHP 5.2.3
+
 03 May 2007, PHP 5.2.2
 - Improved bundled GD
   . Sync to 2.0.35
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.49&r2=1.579.2.52.2.50&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.49 
php-src/configure.in:1.579.2.52.2.50
--- php-src/configure.in:1.579.2.52.2.49Wed May  2 23:05:13 2007
+++ php-src/configure.inThu May  3 01:16:50 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.49 2007/05/02 23:05:13 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.50 2007/05/03 01:16:50 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -43,8 +43,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=2
-EXTRA_VERSION=""
+RELEASE_VERSION=3
+EXTRA_VERSION="-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.34&r2=1.112.2.37.2.35&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.34 
php-src/main/php_version.h:1.112.2.37.2.35
--- php-src/main/php_version.h:1.112.2.37.2.34  Wed May  2 23:05:14 2007
+++ php-src/main/php_version.h  Thu May  3 01:16:50 2007
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.2"
-#define PHP_VERSION_ID 50202
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.3-dev"
+#define PHP_VERSION_ID 50203

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



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

2007-05-02 Thread Ilia Alshanetsky
iliaa   Wed May  2 23:05:14 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.2
  
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.673&r2=1.2027.2.547.2.674&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.673 php-src/NEWS:1.2027.2.547.2.674
--- php-src/NEWS:1.2027.2.547.2.673 Wed May  2 17:24:15 2007
+++ php-src/NEWSWed May  2 23:05:13 2007
@@ -1,48 +1,6 @@
 PHPNEWS
 |||
-?? Apr 2007, PHP 5.2.3RC3
-- Fixed iterator_apply() with a callback using __call(). (Johannes)
-- Fixed bug #41215 (setAttribute return code reversed). (Ilia)
-- Fixed bug #41192 (Per Directory Values only work for one key). (Dmitry)
-
-26 Apr 2007, PHP 5.2.2RC2
-- Added GMP_VERSION constant. (Tony)
-- Fixed commandline handling for CLI and CGI. (Marcus, Johannes)
-- Upgraded SQLite 3 to version 3.3.16 (Ilia)
-- Updated timezone database to version 2007.5. (Derick)
-- Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
-  value). (Ilia)
-- Fixed bug #41159 (mysql_pconnect() hash does not account for connect
-  flags). (Ilia)
-- Fixed bug #41121 (range() overflow handling for large numbers on 32bit
-  machines). (Ilia)
-- Fixed bug #41118 (PHP does not handle overflow of octal integers). (Tony)
-- Fixed bug #41109 (recursiveiterator.inc says "implements" Iterator instead of
-  "extends"). (Marcus)
-- Fixed bug #40130 (TTF usage doesn't work properly under Netware). (Scott,
-  gk at gknw dot de)
-- Fixed bug #41093 (magic_quotes_gpc ignores first arrays keys). (Arpad, Ilia)
-- Fixed bug #41075 (memleak when creating default object caused exception). 
-  (Dmitry)
-- Fixed bug #41067 (json_encode() problem with UTF-16 input). (jp at df5ea
-  dot net. Ilia)
-- Fixed bug #41063 (chdir doesn't like root paths). (Dmitry)
-- Fixed bug #41061 ("visibility error" in ReflectionFunction::export()).
-  (Johannes)
-- Fixed bug #41034 (json_encode() ignores null byte started keys in arrays).
-  (Ilia)
-- Fixed bug #40935 (pdo_mysql does not raise an exception on empty
-  fetchAll()). (Ilia)
-- Fixed bug #40861 (strtotime() doesn't handle double negative relative time
-  units correctly). (Derick)
-- Fixed bug #40290 (strtotime() returns unexpected result with particular
-  timezone offset). (Derick)
-- Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).
-  (Derick)
-- Fixed bug #39416 (Milliseconds in date()). (Derick)
-
-
-10 Apr 2007, PHP 5.2.2RC1
+03 May 2007, PHP 5.2.2
 - Improved bundled GD
   . Sync to 2.0.35
   . Added imagegrabwindow and imagegrabscreen, capture a screen or a 
@@ -54,14 +12,6 @@
. Load only once the local color map from a GIF data (Pierre)
   . Improved thread safety of the freetype cache (Scott MacVicar, Nuno, Pierre)
. imagearc huge CPU usage with large angles, libgd bug #74 (Pierre)
-
-- Upgraded libraries bundled in the Windows distribution. (Edin)
-  . c-client (imap) to version 2006e
-  . libpq (PostgreSQL) to version 8.2.3
-  . libmysql (MySQL) to version 5.0.37
-  . openssl to version 0.9.8e
-- Upgraded PCRE to version 7.0 (Nuno)
-- Updated timezone database to version 2007.3. (Derick)
 - Improved FastCGI SAPI to support external pipe and socket servers on win32.
   (Dmitry)
 - Improved Zend Memory Manager
@@ -76,6 +26,8 @@
   . Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL
 type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE
 option in SoapClient/SoapServer constructors. (Rob, Dmitry)
+
+- Added GMP_VERSION constant. (Tony)
 - Added --ri switch to CLI which allows to check extension information. 
(Marcus)
 - Added tidyNode::getParent() method (John, Nuno)
 - Added openbasedir and safemode checks in zip:// stream wrapper and 
@@ -84,6 +36,19 @@
   links against an external sqlite3.dll.  This provides Windows users to 
upgrade
   their sqlite3 version outside of the PHP release cycle.  (Wez, Edin)
 - Added linenumbers to array returned by token_get_all(). (Johannes)
+
+- Upgraded SQLite 3 to version 3.3.16 (Ilia)
+- Upgraded libraries bundled in the Windows distribution. (Edin)
+  . c-client (imap) to version 2006e
+  . libpq (PostgreSQL) to version 8.2.3
+  . libmysql (MySQL) to version 5.0.37
+  . openssl to version 0.9.8e
+- Upgraded PCRE to version 7.0 (Nuno)
+
+- Updated timezone database to version 2007.5. (Derick)
+
+- Fixed commandline handling for CLI and CGI. (Marcus, Johannes)
+- Fixed iterator_apply() with a callback using __call(). (Johannes)
 - Fixed possible multi bytes issues in openssl csr parser (Pierre)
 - Fixed shmop_open() with IPC_CREAT|IPC_EXCL flags on Windows. 
   (Vladimir Kamaev, Tony).
@@ -92,16 +57,46 @@
 - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry)
 - Fixed a thread safet

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

2007-04-26 Thread Ilia Alshanetsky
iliaa   Thu Apr 26 22:44:53 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.664&r2=1.2027.2.547.2.665&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.664 php-src/NEWS:1.2027.2.547.2.665
--- php-src/NEWS:1.2027.2.547.2.664 Thu Apr 26 22:39:10 2007
+++ php-src/NEWSThu Apr 26 22:44:52 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Apr 2007, PHP 5.2.3RC3
+
 26 Apr 2007, PHP 5.2.2RC2
 - Added GMP_VERSION constant. (Tony)
 - Fixed commandline handling fro CLI and CGI. (Marcus, Johannes)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.47&r2=1.579.2.52.2.48&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.47 
php-src/configure.in:1.579.2.52.2.48
--- php-src/configure.in:1.579.2.52.2.47Thu Apr 26 22:39:10 2007
+++ php-src/configure.inThu Apr 26 22:44:53 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.47 2007/04/26 22:39:10 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.48 2007/04/26 22:44:53 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.30&r2=1.112.2.37.2.31&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.30 
php-src/main/php_version.h:1.112.2.37.2.31
--- php-src/main/php_version.h:1.112.2.37.2.30  Thu Apr 26 22:39:10 2007
+++ php-src/main/php_version.h  Thu Apr 26 22:44:53 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.2RC2"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.2RC2-dev"
 #define PHP_VERSION_ID 50202

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



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

2007-04-26 Thread Ilia Alshanetsky
iliaa   Thu Apr 26 22:39:10 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.2RC2
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.663&r2=1.2027.2.547.2.664&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.663 php-src/NEWS:1.2027.2.547.2.664
--- php-src/NEWS:1.2027.2.547.2.663 Thu Apr 26 13:44:01 2007
+++ php-src/NEWSThu Apr 26 22:39:10 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Apr 2007, PHP 5.2.2RC2
+26 Apr 2007, PHP 5.2.2RC2
 - Added GMP_VERSION constant. (Tony)
 - Fixed commandline handling fro CLI and CGI. (Marcus, Johannes)
 - Upgraded SQLite 3 to version 3.3.16 (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.46&r2=1.579.2.52.2.47&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.46 
php-src/configure.in:1.579.2.52.2.47
--- php-src/configure.in:1.579.2.52.2.46Tue Apr 10 22:38:47 2007
+++ php-src/configure.inThu Apr 26 22:39:10 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.46 2007/04/10 22:38:47 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.47 2007/04/26 22:39:10 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.29&r2=1.112.2.37.2.30&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.29 
php-src/main/php_version.h:1.112.2.37.2.30
--- php-src/main/php_version.h:1.112.2.37.2.29  Tue Apr 10 22:38:47 2007
+++ php-src/main/php_version.h  Thu Apr 26 22:39:10 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.2RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.2RC2"
 #define PHP_VERSION_ID 50202

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



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

2007-04-10 Thread Ilia Alshanetsky
iliaa   Tue Apr 10 22:38:47 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.28&r2=1.112.2.37.2.29&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.28 
php-src/main/php_version.h:1.112.2.37.2.29
--- php-src/main/php_version.h:1.112.2.37.2.28  Tue Apr 10 22:31:16 2007
+++ php-src/main/php_version.h  Tue Apr 10 22:38:47 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.2RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.2RC2-dev"
 #define PHP_VERSION_ID 50202
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.45&r2=1.579.2.52.2.46&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.45 
php-src/configure.in:1.579.2.52.2.46
--- php-src/configure.in:1.579.2.52.2.45Tue Apr 10 22:31:15 2007
+++ php-src/configure.inTue Apr 10 22:38:47 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.45 2007/04/10 22:31:15 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.46 2007/04/10 22:38:47 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.636&r2=1.2027.2.547.2.637&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.636 php-src/NEWS:1.2027.2.547.2.637
--- php-src/NEWS:1.2027.2.547.2.636 Tue Apr 10 22:31:15 2007
+++ php-src/NEWSTue Apr 10 22:38:47 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Apr 2007, PHP 5.2.2RC2
+
 10 Apr 2007, PHP 5.2.2RC1
 - Improved bundled GD
   . Sync to 2.0.35

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



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

2007-04-10 Thread Ilia Alshanetsky
iliaa   Tue Apr 10 22:31:16 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.2RC1
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.635&r2=1.2027.2.547.2.636&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.635 php-src/NEWS:1.2027.2.547.2.636
--- php-src/NEWS:1.2027.2.547.2.635 Tue Apr 10 22:30:07 2007
+++ php-src/NEWSTue Apr 10 22:31:15 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-05 Apr 2007, PHP 5.2.2RC1
+10 Apr 2007, PHP 5.2.2RC1
 - Improved bundled GD
   . Sync to 2.0.35
   . colors allocated henceforth from the resulting image overwrite the palette 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.44&r2=1.579.2.52.2.45&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.44 
php-src/configure.in:1.579.2.52.2.45
--- php-src/configure.in:1.579.2.52.2.44Tue Feb 20 20:11:11 2007
+++ php-src/configure.inTue Apr 10 22:31:15 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.44 2007/02/20 20:11:11 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.45 2007/04/10 22:31:15 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.27&r2=1.112.2.37.2.28&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.27 
php-src/main/php_version.h:1.112.2.37.2.28
--- php-src/main/php_version.h:1.112.2.37.2.27  Wed Feb  7 01:01:37 2007
+++ php-src/main/php_version.h  Tue Apr 10 22:31:16 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.2RC1"
 #define PHP_VERSION_ID 50202

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



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

2007-02-06 Thread Ilia Alshanetsky
iliaa   Wed Feb  7 01:01:38 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.26&r2=1.112.2.37.2.27&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.26 
php-src/main/php_version.h:1.112.2.37.2.27
--- php-src/main/php_version.h:1.112.2.37.2.26  Wed Feb  7 00:45:03 2007
+++ php-src/main/php_version.h  Wed Feb  7 01:01:37 2007
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.1"
-#define PHP_VERSION_ID 50201
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.2-dev"
+#define PHP_VERSION_ID 50202
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.41&r2=1.579.2.52.2.42&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.41 
php-src/configure.in:1.579.2.52.2.42
--- php-src/configure.in:1.579.2.52.2.41Wed Feb  7 00:45:04 2007
+++ php-src/configure.inWed Feb  7 01:01:37 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.41 2007/02/07 00:45:04 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.42 2007/02/07 01:01:37 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -43,8 +43,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+EXTRA_VERSION="-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.522&r2=1.2027.2.547.2.523&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.522 php-src/NEWS:1.2027.2.547.2.523
--- php-src/NEWS:1.2027.2.547.2.522 Wed Feb  7 00:45:04 2007
+++ php-src/NEWSWed Feb  7 01:01:37 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2007, PHP 5.2.2
+
 08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, 
Ilia). 
 - Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)

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



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

2007-02-06 Thread Ilia Alshanetsky
iliaa   Wed Feb  7 00:45:05 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  
  5.2.1
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.25&r2=1.112.2.37.2.26&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.25 
php-src/main/php_version.h:1.112.2.37.2.26
--- php-src/main/php_version.h:1.112.2.37.2.25  Fri Jan 26 00:21:20 2007
+++ php-src/main/php_version.h  Wed Feb  7 00:45:03 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.2.1RC5-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.1"
 #define PHP_VERSION_ID 50201
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.40&r2=1.579.2.52.2.41&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.40 
php-src/configure.in:1.579.2.52.2.41
--- php-src/configure.in:1.579.2.52.2.40Fri Jan 26 00:21:20 2007
+++ php-src/configure.inWed Feb  7 00:45:04 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.40 2007/01/26 00:21:20 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.41 2007/02/07 00:45:04 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION=""
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.521&r2=1.2027.2.547.2.522&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.521 php-src/NEWS:1.2027.2.547.2.522
--- php-src/NEWS:1.2027.2.547.2.521 Tue Feb  6 00:01:18 2007
+++ php-src/NEWSWed Feb  7 00:45:04 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2007, PHP 5.2.1
+08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, 
Ilia). 
 - Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
 - Added support for hex numbers of any size. (Matt)

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



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

2007-01-25 Thread Ilia Alshanetsky
iliaa   Fri Jan 26 00:15:04 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.1RC4
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.511&r2=1.2027.2.547.2.512&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.511 php-src/NEWS:1.2027.2.547.2.512
--- php-src/NEWS:1.2027.2.547.2.511 Thu Jan 25 12:22:21 2007
+++ php-src/NEWSFri Jan 26 00:15:03 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Jan 2007, PHP 5.2.1RC4
+25 Jan 2007, PHP 5.2.1RC4
 - Fixed PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields).
   (Tony)
 - Fixed bug #40200 (The FastCgi version has different realpath results than
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.38&r2=1.579.2.52.2.39&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.38 
php-src/configure.in:1.579.2.52.2.39
--- php-src/configure.in:1.579.2.52.2.38Fri Jan 19 00:13:49 2007
+++ php-src/configure.inFri Jan 26 00:15:03 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.38 2007/01/19 00:13:49 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.39 2007/01/26 00:15:03 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.23&r2=1.112.2.37.2.24&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.23 
php-src/main/php_version.h:1.112.2.37.2.24
--- php-src/main/php_version.h:1.112.2.37.2.23  Fri Jan 19 00:13:49 2007
+++ php-src/main/php_version.h  Fri Jan 26 00:15:03 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.1RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.1RC4"
 #define PHP_VERSION_ID 50201

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



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

2007-01-18 Thread Ilia Alshanetsky
iliaa   Fri Jan 19 00:13:49 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.502&r2=1.2027.2.547.2.503&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.502 php-src/NEWS:1.2027.2.547.2.503
--- php-src/NEWS:1.2027.2.547.2.502 Fri Jan 19 00:03:21 2007
+++ php-src/NEWSFri Jan 19 00:13:49 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Jan 2007, PHP 5.2.1RC4
+
 18 Jan 2007, PHP 5.2.1RC3
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes,
   Ilia). 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.37&r2=1.579.2.52.2.38&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.37 
php-src/configure.in:1.579.2.52.2.38
--- php-src/configure.in:1.579.2.52.2.37Fri Jan 19 00:03:21 2007
+++ php-src/configure.inFri Jan 19 00:13:49 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.37 2007/01/19 00:03:21 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.38 2007/01/19 00:13:49 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.22&r2=1.112.2.37.2.23&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.22 
php-src/main/php_version.h:1.112.2.37.2.23
--- php-src/main/php_version.h:1.112.2.37.2.22  Fri Jan 19 00:03:21 2007
+++ php-src/main/php_version.h  Fri Jan 19 00:13:49 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.1RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.1RC4-dev"
 #define PHP_VERSION_ID 50201

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



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

2007-01-18 Thread Ilia Alshanetsky
iliaa   Fri Jan 19 00:03:21 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.1RC3
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.501&r2=1.2027.2.547.2.502&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.501 php-src/NEWS:1.2027.2.547.2.502
--- php-src/NEWS:1.2027.2.547.2.501 Fri Jan 19 00:02:12 2007
+++ php-src/NEWSFri Jan 19 00:03:21 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Jan 2007, PHP 5.2.1RC3
+18 Jan 2007, PHP 5.2.1RC3
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes,
   Ilia). 
 - Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.36&r2=1.579.2.52.2.37&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.36 
php-src/configure.in:1.579.2.52.2.37
--- php-src/configure.in:1.579.2.52.2.36Tue Jan  9 23:27:21 2007
+++ php-src/configure.inFri Jan 19 00:03:21 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.36 2007/01/09 23:27:21 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.37 2007/01/19 00:03:21 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.21&r2=1.112.2.37.2.22&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.21 
php-src/main/php_version.h:1.112.2.37.2.22
--- php-src/main/php_version.h:1.112.2.37.2.21  Thu Jan  4 23:55:56 2007
+++ php-src/main/php_version.h  Fri Jan 19 00:03:21 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.1RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.1RC3"
 #define PHP_VERSION_ID 50201

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



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

2007-01-04 Thread Ilia Alshanetsky
iliaa   Thu Jan  4 23:55:56 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.472&r2=1.2027.2.547.2.473&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.472 php-src/NEWS:1.2027.2.547.2.473
--- php-src/NEWS:1.2027.2.547.2.472 Thu Jan  4 23:52:29 2007
+++ php-src/NEWSThu Jan  4 23:55:56 2007
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Jan 2007, PHP 5.2.1RC3
+
 04 Jan 2007, PHP 5.2.1RC2
 - Small optimization of the date() function (Matt,Ilia)
 - Removed dependency from SHELL32.DLL. (Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.34&r2=1.579.2.52.2.35&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.34 
php-src/configure.in:1.579.2.52.2.35
--- php-src/configure.in:1.579.2.52.2.34Thu Jan  4 23:52:29 2007
+++ php-src/configure.inThu Jan  4 23:55:56 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.34 2007/01/04 23:52:29 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.35 2007/01/04 23:55:56 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.20&r2=1.112.2.37.2.21&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.20 
php-src/main/php_version.h:1.112.2.37.2.21
--- php-src/main/php_version.h:1.112.2.37.2.20  Thu Jan  4 23:52:29 2007
+++ php-src/main/php_version.h  Thu Jan  4 23:55:56 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.1RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.1RC3-dev"
 #define PHP_VERSION_ID 50201

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



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

2007-01-04 Thread Ilia Alshanetsky
iliaa   Thu Jan  4 23:52:29 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  
  5.2.1RC2
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.471&r2=1.2027.2.547.2.472&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.471 php-src/NEWS:1.2027.2.547.2.472
--- php-src/NEWS:1.2027.2.547.2.471 Wed Jan  3 23:16:56 2007
+++ php-src/NEWSThu Jan  4 23:52:29 2007
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Dec 2006, PHP 5.2.1RC2
+04 Jan 2007, PHP 5.2.1RC2
 - Small optimization of the date() function (Matt,Ilia)
 - Removed dependency from SHELL32.DLL. (Dmitry)
 - Added function stream_socket_shutdown(). It is a wraper for system shutdown()
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.33&r2=1.579.2.52.2.34&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.33 
php-src/configure.in:1.579.2.52.2.34
--- php-src/configure.in:1.579.2.52.2.33Mon Dec 25 15:41:56 2006
+++ php-src/configure.inThu Jan  4 23:52:29 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.33 2006/12/25 15:41:56 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.34 2007/01/04 23:52:29 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.19&r2=1.112.2.37.2.20&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.19 
php-src/main/php_version.h:1.112.2.37.2.20
--- php-src/main/php_version.h:1.112.2.37.2.19  Fri Dec 15 01:22:35 2006
+++ php-src/main/php_version.h  Thu Jan  4 23:52:29 2007
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.1RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.1RC2"
 #define PHP_VERSION_ID 50201

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



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

2006-12-14 Thread Ilia Alshanetsky
iliaa   Fri Dec 15 01:21:36 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.1RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.429&r2=1.2027.2.547.2.430&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.429 php-src/NEWS:1.2027.2.547.2.430
--- php-src/NEWS:1.2027.2.547.2.429 Wed Dec 13 15:45:20 2006
+++ php-src/NEWSFri Dec 15 01:21:36 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2007, PHP 5.2.1
+14 Dec 2006, PHP 5.2.1RC1
 - Added a meta tag to phpinfo() output to prevent search engines from indexing 
   the page. (Ilia)
 - Added new function, sys_get_temp_dir(). (Hartmut)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.30&r2=1.579.2.52.2.31&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.30 
php-src/configure.in:1.579.2.52.2.31
--- php-src/configure.in:1.579.2.52.2.30Tue Dec 12 07:38:04 2006
+++ php-src/configure.inFri Dec 15 01:21:36 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.30 2006/12/12 07:38:04 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.31 2006/12/15 01:21:36 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.17&r2=1.112.2.37.2.18&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.17 
php-src/main/php_version.h:1.112.2.37.2.18
--- php-src/main/php_version.h:1.112.2.37.2.17  Fri Nov  3 19:03:25 2006
+++ php-src/main/php_version.h  Fri Dec 15 01:21:36 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.1RC1"
 #define PHP_VERSION_ID 50201

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



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

2006-10-30 Thread Ilia Alshanetsky
iliaa   Mon Oct 30 23:08:30 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.24&r2=1.579.2.52.2.25&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.24 
php-src/configure.in:1.579.2.52.2.25
--- php-src/configure.in:1.579.2.52.2.24Mon Oct 30 23:06:22 2006
+++ php-src/configure.inMon Oct 30 23:08:30 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.24 2006/10/30 23:06:22 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.25 2006/10/30 23:08:30 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -43,8 +43,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+EXTRA_VERSION="-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.316&r2=1.2027.2.547.2.317&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.316 php-src/NEWS:1.2027.2.547.2.317
--- php-src/NEWS:1.2027.2.547.2.316 Mon Oct 30 23:07:28 2006
+++ php-src/NEWSMon Oct 30 23:08:30 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2007, PHP 5.2.1
+
 02 Nov 2006, PHP 5.2.0
 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
 - Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.15&r2=1.112.2.37.2.16&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.15 
php-src/main/php_version.h:1.112.2.37.2.16
--- php-src/main/php_version.h:1.112.2.37.2.15  Mon Oct 30 23:06:22 2006
+++ php-src/main/php_version.h  Mon Oct 30 23:08:30 2006
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.0"
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.1-dev"
 #define PHP_VERSION_ID 50200

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



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

2006-10-19 Thread Ilia Alshanetsky
iliaa   Fri Oct 20 01:51:07 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.0RC6
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.311&r2=1.2027.2.547.2.312&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.311 php-src/NEWS:1.2027.2.547.2.312
--- php-src/NEWS:1.2027.2.547.2.311 Wed Oct 18 23:47:33 2006
+++ php-src/NEWSFri Oct 20 01:51:07 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-12 Oct 2006, PHP 5.2.0RC6
+19 Oct 2006, PHP 5.2.0RC6
 - Fixed invalid read in imagecreatefrompng when an empty file is given
   (Pierre, Tony)
 - Fixed bug #39140 (Uncaught exception may cause crash). (Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.21&r2=1.579.2.52.2.22&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.21 
php-src/configure.in:1.579.2.52.2.22
--- php-src/configure.in:1.579.2.52.2.21Fri Oct  6 21:36:07 2006
+++ php-src/configure.inFri Oct 20 01:51:07 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.21 2006/10/06 21:36:07 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.22 2006/10/20 01:51:07 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC6-dev"
+EXTRA_VERSION="RC6"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.12&r2=1.112.2.37.2.13&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.12 
php-src/main/php_version.h:1.112.2.37.2.13
--- php-src/main/php_version.h:1.112.2.37.2.12  Fri Oct  6 21:36:07 2006
+++ php-src/main/php_version.h  Fri Oct 20 01:51:07 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC6-dev"
-#define PHP_VERSION "5.2.0RC6-dev"
+#define PHP_EXTRA_VERSION "RC6"
+#define PHP_VERSION "5.2.0RC6"
 #define PHP_VERSION_ID 50200

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



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

2006-10-06 Thread Ilia Alshanetsky
iliaa   Fri Oct  6 21:36:08 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.291&r2=1.2027.2.547.2.292&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.291 php-src/NEWS:1.2027.2.547.2.292
--- php-src/NEWS:1.2027.2.547.2.291 Fri Oct  6 12:53:15 2006
+++ php-src/NEWSFri Oct  6 21:36:07 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+12 Oct 2006, PHP 5.2.0RC6
+
 05 Oct 2006, PHP 5.2.0RC5
 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
 - Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.20&r2=1.579.2.52.2.21&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.20 
php-src/configure.in:1.579.2.52.2.21
--- php-src/configure.in:1.579.2.52.2.20Thu Oct  5 19:49:03 2006
+++ php-src/configure.inFri Oct  6 21:36:07 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.20 2006/10/05 19:49:03 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.21 2006/10/06 21:36:07 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC5"
+EXTRA_VERSION="RC6-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.11&r2=1.112.2.37.2.12&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.11 
php-src/main/php_version.h:1.112.2.37.2.12
--- php-src/main/php_version.h:1.112.2.37.2.11  Thu Oct  5 19:49:03 2006
+++ php-src/main/php_version.h  Fri Oct  6 21:36:07 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC5"
-#define PHP_VERSION "5.2.0RC5"
+#define PHP_EXTRA_VERSION "RC6-dev"
+#define PHP_VERSION "5.2.0RC6-dev"
 #define PHP_VERSION_ID 50200

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



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

2006-10-05 Thread Ilia Alshanetsky
iliaa   Thu Oct  5 19:49:04 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.0RC5
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.289&r2=1.2027.2.547.2.290&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.289 php-src/NEWS:1.2027.2.547.2.290
--- php-src/NEWS:1.2027.2.547.2.289 Thu Oct  5 11:17:56 2006
+++ php-src/NEWSThu Oct  5 19:49:03 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Sep 2006, PHP 5.2.0
+05 Oct 2006, PHP 5.2.0RC5
 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
 - Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
 - Speedup array/HashTable copying. (Matt W, Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.19&r2=1.579.2.52.2.20&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.19 
php-src/configure.in:1.579.2.52.2.20
--- php-src/configure.in:1.579.2.52.2.19Mon Sep 25 11:05:49 2006
+++ php-src/configure.inThu Oct  5 19:49:03 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.19 2006/09/25 11:05:49 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.20 2006/10/05 19:49:03 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION="RC5"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.10&r2=1.112.2.37.2.11&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.10 
php-src/main/php_version.h:1.112.2.37.2.11
--- php-src/main/php_version.h:1.112.2.37.2.10  Thu Sep 14 18:04:40 2006
+++ php-src/main/php_version.h  Thu Oct  5 19:49:03 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.2.0RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.0RC5"
 #define PHP_VERSION_ID 50200

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



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

2006-09-14 Thread Ilia Alshanetsky
iliaa   Thu Sep 14 18:04:40 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.251&r2=1.2027.2.547.2.252&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.251 php-src/NEWS:1.2027.2.547.2.252
--- php-src/NEWS:1.2027.2.547.2.251 Thu Sep 14 17:49:11 2006
+++ php-src/NEWSThu Sep 14 18:04:40 2006
@@ -1,5 +1,7 @@
-'PHP
NEWS
+PHPNEWS
 |||
+?? Sep 2006, PHP 5.2.0
+
 14 Sep 2006, PHP 5.2.0RC4
 - Added DSA key generation support to openssl_pkey_new(), FR #38731
   (marci at balabit dot hu, Tony)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.17&r2=1.579.2.52.2.18&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.17 
php-src/configure.in:1.579.2.52.2.18
--- php-src/configure.in:1.579.2.52.2.17Thu Sep 14 17:49:11 2006
+++ php-src/configure.inThu Sep 14 18:04:40 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.17 2006/09/14 17:49:11 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.18 2006/09/14 18:04:40 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC4"
+EXTRA_VERSION="RC5-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.9&r2=1.112.2.37.2.10&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.9 
php-src/main/php_version.h:1.112.2.37.2.10
--- php-src/main/php_version.h:1.112.2.37.2.9   Thu Sep 14 17:49:12 2006
+++ php-src/main/php_version.h  Thu Sep 14 18:04:40 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.2.0RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.0RC5-dev"
 #define PHP_VERSION_ID 50200

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



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

2006-09-14 Thread Ilia Alshanetsky
iliaa   Thu Sep 14 17:49:12 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  PHP 5.2.0RC4
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.250&r2=1.2027.2.547.2.251&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.250 php-src/NEWS:1.2027.2.547.2.251
--- php-src/NEWS:1.2027.2.547.2.250 Thu Sep 14 13:37:12 2006
+++ php-src/NEWSThu Sep 14 17:49:11 2006
@@ -1,6 +1,6 @@
 'PHP
NEWS
 |||
-?? Sep 2006, PHP 5.2.0RC4
+14 Sep 2006, PHP 5.2.0RC4
 - Added DSA key generation support to openssl_pkey_new(), FR #38731
   (marci at balabit dot hu, Tony)
 - Removed current working directory from the php.ini search path for CLI and
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.16&r2=1.579.2.52.2.17&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.16 
php-src/configure.in:1.579.2.52.2.17
--- php-src/configure.in:1.579.2.52.2.16Fri Sep  1 13:55:22 2006
+++ php-src/configure.inThu Sep 14 17:49:11 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.16 2006/09/01 13:55:22 nlopess Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.17 2006/09/14 17:49:11 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.8&r2=1.112.2.37.2.9&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.8 
php-src/main/php_version.h:1.112.2.37.2.9
--- php-src/main/php_version.h:1.112.2.37.2.8   Fri Sep  1 01:29:05 2006
+++ php-src/main/php_version.h  Thu Sep 14 17:49:12 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.0RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.0RC4"
 #define PHP_VERSION_ID 50200

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



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

2006-08-31 Thread Ilia Alshanetsky
iliaa   Fri Sep  1 01:29:05 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.14&r2=1.579.2.52.2.15&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.14 
php-src/configure.in:1.579.2.52.2.15
--- php-src/configure.in:1.579.2.52.2.14Fri Sep  1 01:06:14 2006
+++ php-src/configure.inFri Sep  1 01:29:05 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.14 2006/09/01 01:06:14 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.15 2006/09/01 01:29:05 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.229&r2=1.2027.2.547.2.230&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.229 php-src/NEWS:1.2027.2.547.2.230
--- php-src/NEWS:1.2027.2.547.2.229 Fri Sep  1 01:06:14 2006
+++ php-src/NEWSFri Sep  1 01:29:05 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Sep 2006, PHP 5.2.0RC4
+
 31 Aug 2006, PHP 5.2.0RC3
 - Updated PCRE to version 6.7. (Ilia)
 - Added SoapServer::setObject() method (it is a simplified version of
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.7&r2=1.112.2.37.2.8&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.7 
php-src/main/php_version.h:1.112.2.37.2.8
--- php-src/main/php_version.h:1.112.2.37.2.7   Fri Sep  1 01:06:14 2006
+++ php-src/main/php_version.h  Fri Sep  1 01:29:05 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.0RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.0RC4-dev"
 #define PHP_VERSION_ID 50200

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



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

2006-08-31 Thread Ilia Alshanetsky
iliaa   Fri Sep  1 01:06:14 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  5.2.0RC3
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.13&r2=1.579.2.52.2.14&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.13 
php-src/configure.in:1.579.2.52.2.14
--- php-src/configure.in:1.579.2.52.2.13Tue Aug 22 13:01:44 2006
+++ php-src/configure.inFri Sep  1 01:06:14 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.13 2006/08/22 13:01:44 tony2001 Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.14 2006/09/01 01:06:14 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.228&r2=1.2027.2.547.2.229&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.228 php-src/NEWS:1.2027.2.547.2.229
--- php-src/NEWS:1.2027.2.547.2.228 Wed Aug 30 20:08:05 2006
+++ php-src/NEWSFri Sep  1 01:06:14 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? Sep 2006, PHP 5.2.0
+31 Aug 2006, PHP 5.2.0RC3
 - Updated PCRE to version 6.7. (Ilia)
 - Added SoapServer::setObject() method (it is a simplified version of
   SoapServer::setClass() method). (Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.6&r2=1.112.2.37.2.7&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.6 
php-src/main/php_version.h:1.112.2.37.2.7
--- php-src/main/php_version.h:1.112.2.37.2.6   Thu Aug 17 14:04:09 2006
+++ php-src/main/php_version.h  Fri Sep  1 01:06:14 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.2.0RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.0RC3"
 #define PHP_VERSION_ID 50200

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



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

2006-08-17 Thread Ilia Alshanetsky
iliaa   Thu Aug 17 14:04:09 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.208&r2=1.2027.2.547.2.209&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.208 php-src/NEWS:1.2027.2.547.2.209
--- php-src/NEWS:1.2027.2.547.2.208 Thu Aug 17 13:43:08 2006
+++ php-src/NEWSThu Aug 17 14:04:09 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Sep 2006, PHP 5.2.0
+
 17 Aug 2006, PHP 5.2.0RC2
 - Increased default memory limit to 16 megabytes to accommodate for a more
   accurate memory utilization measurement.
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.11&r2=1.579.2.52.2.12&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.11 
php-src/configure.in:1.579.2.52.2.12
--- php-src/configure.in:1.579.2.52.2.11Thu Aug 17 13:44:36 2006
+++ php-src/configure.inThu Aug 17 14:04:09 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.11 2006/08/17 13:44:36 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.12 2006/08/17 14:04:09 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 1 + [$]MINOR_VERSION \* 100 + 
[$]RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.5&r2=1.112.2.37.2.6&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.5 
php-src/main/php_version.h:1.112.2.37.2.6
--- php-src/main/php_version.h:1.112.2.37.2.5   Thu Aug 17 13:44:36 2006
+++ php-src/main/php_version.h  Thu Aug 17 14:04:09 2006
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.0RC3-dev"
 #define PHP_VERSION_ID 50200

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



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

2006-07-24 Thread Ilia Alshanetsky
iliaa   Mon Jul 24 18:53:01 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/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.547.2.140&r2=1.2027.2.547.2.141&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.140 php-src/NEWS:1.2027.2.547.2.141
--- php-src/NEWS:1.2027.2.547.2.140 Mon Jul 24 18:51:31 2006
+++ php-src/NEWSMon Jul 24 18:53:01 2006
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? Aug 2006, PHP 5.2.0RC2
+
 24 Jul 2006, PHP 5.2.0RC1
 - Updated bundled MySQL client library to version 5.0.22 in the Windows
   distribution. (Edin)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.3&r2=1.579.2.52.2.4&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.3 php-src/configure.in:1.579.2.52.2.4
--- php-src/configure.in:1.579.2.52.2.3 Mon Jul 24 18:51:31 2006
+++ php-src/configure.inMon Jul 24 18:53:01 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.3 2006/07/24 18:51:31 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.4 2006/07/24 18:53:01 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-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/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.2&r2=1.112.2.37.2.3&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.2 
php-src/main/php_version.h:1.112.2.37.2.3
--- php-src/main/php_version.h:1.112.2.37.2.2   Mon Jul 24 18:51:31 2006
+++ php-src/main/php_version.h  Mon Jul 24 18:53:01 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.0RC2-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_2) / NEWS configure.in /main php_version.h

2006-07-24 Thread Ilia Alshanetsky
iliaa   Mon Jul 24 18:51:31 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  5.2.0RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.139&r2=1.2027.2.547.2.140&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.139 php-src/NEWS:1.2027.2.547.2.140
--- php-src/NEWS:1.2027.2.547.2.139 Mon Jul 24 18:30:53 2006
+++ php-src/NEWSMon Jul 24 18:51:31 2006
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 2006, PHP 5.2.0
+24 Jul 2006, PHP 5.2.0RC1
 - Updated bundled MySQL client library to version 5.0.22 in the Windows
   distribution. (Edin)
 - Updated timezonedb to version 2006.7. (Derick)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.2&r2=1.579.2.52.2.3&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.2 php-src/configure.in:1.579.2.52.2.3
--- php-src/configure.in:1.579.2.52.2.2 Sat Jun 17 11:08:05 2006
+++ php-src/configure.inMon Jul 24 18:51:31 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.2 2006/06/17 11:08:05 nlopess Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.3 2006/07/24 18:51:31 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -44,7 +44,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=2
 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/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.1&r2=1.112.2.37.2.2&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.1 
php-src/main/php_version.h:1.112.2.37.2.2
--- php-src/main/php_version.h:1.112.2.37.2.1   Sat May  6 21:58:03 2006
+++ php-src/main/php_version.h  Mon Jul 24 18:51:31 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.0-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.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_2) / NEWS configure.in /main php_version.h

2006-05-06 Thread Ilia Alshanetsky
iliaa   Sat May  6 21:58:04 2006 UTC

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

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