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

2008-08-06 Thread Derick Rethans
derick  Wed Aug  6 08:32:30 2008 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - 4.4.9, rock and roll.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.48r2=1.66.2.81.2.49diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.48 
php-src/main/php_version.h:1.66.2.81.2.49
--- php-src/main/php_version.h:1.66.2.81.2.48   Tue Jul 22 07:38:38 2008
+++ php-src/main/php_version.h  Wed Aug  6 08:32:30 2008
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.9RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.9
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.52r2=1.396.2.164.2.53diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.52 
php-src/configure.in:1.396.2.164.2.53
--- php-src/configure.in:1.396.2.164.2.52   Tue Jul 22 07:38:38 2008
+++ php-src/configure.inWed Aug  6 08:32:30 2008
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.52 2008/07/22 07:38:38 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.53 2008/08/06 08:32:30 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=9
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.254r2=1.1247.2.920.2.255diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.254 php-src/NEWS:1.1247.2.920.2.255
--- php-src/NEWS:1.1247.2.920.2.254 Wed Aug  6 08:09:06 2008
+++ php-src/NEWSWed Aug  6 08:32:30 2008
@@ -1,10 +1,8 @@
 PHP 4  NEWS
 |||
-?? Aug 2008, Version 4.4.9
-- Fixed overflow in memnstr(). (Reported by Laurent Gaffie, Derick)
-   
-22 Jul 2008, Version 4.4.9RC1
+07 Aug 2008, Version 4.4.9
 - Updated PCRE to version 7.7. (Nuno)
+- Fixed overflow in memnstr(). (Reported by Laurent Gaffie, Derick)
 - Fixed crash in imageloadfont when an invalid font is given.
   (discovered by CzechSec, fixed by Pierre)
 - Fixed open_basedir handling issue in the curl extension. (Stas)



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



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

2008-07-22 Thread Derick Rethans
derick  Tue Jul 22 07:37:33 2008 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - RC1.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.46r2=1.66.2.81.2.47diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.46 
php-src/main/php_version.h:1.66.2.81.2.47
--- php-src/main/php_version.h:1.66.2.81.2.46   Thu Jan  3 08:24:25 2008
+++ php-src/main/php_version.h  Tue Jul 22 07:37:32 2008
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.9-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.9RC1
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.50r2=1.396.2.164.2.51diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.50 
php-src/configure.in:1.396.2.164.2.51
--- php-src/configure.in:1.396.2.164.2.50   Thu Jan  3 08:24:25 2008
+++ php-src/configure.inTue Jul 22 07:37:33 2008
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.50 2008/01/03 08:24:25 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.51 2008/07/22 07:37:33 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=9
-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/NEWS?r1=1.1247.2.920.2.251r2=1.1247.2.920.2.252diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.251 php-src/NEWS:1.1247.2.920.2.252
--- php-src/NEWS:1.1247.2.920.2.251 Tue Jul 22 07:33:21 2008
+++ php-src/NEWSTue Jul 22 07:37:33 2008
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ?? 2008, Version 4.4.9
+22 Jul 2008, Version 4.4.9RC1
 - Updated PCRE to version 7.7. (Nuno)
 - Fixed crash in imageloadfont when an invalid font is given.
   (discovered by CzechSec, fixed by Pierre)



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



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

2008-07-22 Thread Derick Rethans
derick  Tue Jul 22 07:38:39 2008 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.47r2=1.66.2.81.2.48diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.47 
php-src/main/php_version.h:1.66.2.81.2.48
--- php-src/main/php_version.h:1.66.2.81.2.47   Tue Jul 22 07:37:32 2008
+++ php-src/main/php_version.h  Tue Jul 22 07:38:38 2008
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.9RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.9RC2-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.51r2=1.396.2.164.2.52diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.51 
php-src/configure.in:1.396.2.164.2.52
--- php-src/configure.in:1.396.2.164.2.51   Tue Jul 22 07:37:33 2008
+++ php-src/configure.inTue Jul 22 07:38:38 2008
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.51 2008/07/22 07:37:33 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.52 2008/07/22 07:38:38 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=9
-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/NEWS?r1=1.1247.2.920.2.252r2=1.1247.2.920.2.253diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.252 php-src/NEWS:1.1247.2.920.2.253
--- php-src/NEWS:1.1247.2.920.2.252 Tue Jul 22 07:37:33 2008
+++ php-src/NEWSTue Jul 22 07:38:38 2008
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? Aug 2008, Version 4.4.9
+   
 22 Jul 2008, Version 4.4.9RC1
 - Updated PCRE to version 7.7. (Nuno)
 - Fixed crash in imageloadfont when an invalid font is given.



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



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

2008-01-03 Thread Derick Rethans
derick  Thu Jan  3 08:21:23 2008 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Go with PHP 4.4.8.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.44r2=1.66.2.81.2.45diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.44 
php-src/main/php_version.h:1.66.2.81.2.45
--- php-src/main/php_version.h:1.66.2.81.2.44   Wed Dec 19 12:52:05 2007
+++ php-src/main/php_version.h  Thu Jan  3 08:21:22 2008
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.8RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.8
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.48r2=1.396.2.164.2.49diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.48 
php-src/configure.in:1.396.2.164.2.49
--- php-src/configure.in:1.396.2.164.2.48   Wed Dec 19 12:52:05 2007
+++ php-src/configure.inThu Jan  3 08:21:22 2008
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.48 2007/12/19 12:52:05 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.49 2008/01/03 08:21:22 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=8
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.246r2=1.1247.2.920.2.247diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.246 php-src/NEWS:1.1247.2.920.2.247
--- php-src/NEWS:1.1247.2.920.2.246 Wed Dec 19 12:52:05 2007
+++ php-src/NEWSThu Jan  3 08:21:22 2008
@@ -1,8 +1,6 @@
 PHP 4  NEWS
 |||
 03 Jan 2008, Version 4.4.8
-   
-20 Dec 2007, Version 4.4.8RC1
 - Improved fix for MOPB-02-2007. (Ilia)
 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
   (Ilia)

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



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

2007-12-19 Thread Derick Rethans
derick  Wed Dec 19 12:52:05 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.43r2=1.66.2.81.2.44diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.43 
php-src/main/php_version.h:1.66.2.81.2.44
--- php-src/main/php_version.h:1.66.2.81.2.43   Wed Dec 19 12:50:41 2007
+++ php-src/main/php_version.h  Wed Dec 19 12:52:05 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.8RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.8RC2-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.47r2=1.396.2.164.2.48diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.47 
php-src/configure.in:1.396.2.164.2.48
--- php-src/configure.in:1.396.2.164.2.47   Wed Dec 19 12:50:42 2007
+++ php-src/configure.inWed Dec 19 12:52:05 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.47 2007/12/19 12:50:42 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.48 2007/12/19 12:52:05 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=8
-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/NEWS?r1=1.1247.2.920.2.245r2=1.1247.2.920.2.246diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.245 php-src/NEWS:1.1247.2.920.2.246
--- php-src/NEWS:1.1247.2.920.2.245 Wed Dec 19 12:50:42 2007
+++ php-src/NEWSWed Dec 19 12:52:05 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+03 Jan 2008, Version 4.4.8
+   
 20 Dec 2007, Version 4.4.8RC1
 - Improved fix for MOPB-02-2007. (Ilia)
 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.

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



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

2007-12-19 Thread Derick Rethans
derick  Wed Dec 19 12:50:43 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  4.4.8RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.42r2=1.66.2.81.2.43diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.42 
php-src/main/php_version.h:1.66.2.81.2.43
--- php-src/main/php_version.h:1.66.2.81.2.42   Thu May  3 13:50:20 2007
+++ php-src/main/php_version.h  Wed Dec 19 12:50:41 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.8-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.8RC1
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.46r2=1.396.2.164.2.47diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.46 
php-src/configure.in:1.396.2.164.2.47
--- php-src/configure.in:1.396.2.164.2.46   Thu May  3 13:50:20 2007
+++ php-src/configure.inWed Dec 19 12:50:42 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.46 2007/05/03 13:50:20 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.47 2007/12/19 12:50:42 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=8
-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/NEWS?r1=1.1247.2.920.2.244r2=1.1247.2.920.2.245diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.244 php-src/NEWS:1.1247.2.920.2.245
--- php-src/NEWS:1.1247.2.920.2.244 Sat Oct 20 15:29:03 2007
+++ php-src/NEWSWed Dec 19 12:50:42 2007
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2007, Version 4.4.8
+20 Dec 2007, Version 4.4.8RC1
 - Improved fix for MOPB-02-2007. (Ilia)
 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
   (Ilia)

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



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

2007-05-03 Thread Derick Rethans
derick  Thu May  3 13:49:18 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - 4.4.7 preparations.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.40r2=1.66.2.81.2.41diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.40 
php-src/main/php_version.h:1.66.2.81.2.41
--- php-src/main/php_version.h:1.66.2.81.2.40   Wed Apr 11 06:13:02 2007
+++ php-src/main/php_version.h  Thu May  3 13:49:17 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.7RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.7
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.44r2=1.396.2.164.2.45diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.44 
php-src/configure.in:1.396.2.164.2.45
--- php-src/configure.in:1.396.2.164.2.44   Wed Apr 11 06:13:02 2007
+++ php-src/configure.inThu May  3 13:49:17 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.44 2007/04/11 06:13:02 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.45 2007/05/03 13:49:17 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=7
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.224r2=1.1247.2.920.2.225diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.224 php-src/NEWS:1.1247.2.920.2.225
--- php-src/NEWS:1.1247.2.920.2.224 Tue May  1 16:07:37 2007
+++ php-src/NEWSThu May  3 13:49:17 2007
@@ -1,14 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2007, Version 4.4.7
-- Fixed bug #41252 (Calling mcrypt_generic without first calling
-  mcrypt_generic_init crashes). (Derick)
-- Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST)
-  (patch by [EMAIL PROTECTED])
-- Fixed huge CPU usage in imagearc when used with large angles (libgd bug #74).
-  (Pierre)
-
-11 Apr 2007, Version 4.4.7RC1
+04 May 2007, Version 4.4.7
 - Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
 - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)
 - Fixed MOPB-26-2007 (mb_parse_str() can be used to activate
@@ -23,12 +15,18 @@
 - Fixed CVE-2007-1001 (GD wbmp used with invalid image size). (Pierre)
 - Fixed CVE-2007-0455 (Buffer overflow in gdImageStringFTEx, used by imagettf
   function). (Kees Cook, Pierre)
+- Fixed bug #41252 (Calling mcrypt_generic without first calling
+  mcrypt_generic_init crashes). (Derick)
 - Fixed bug #40998 (long session array keys are truncated). (Tony)
 - Fixed bug #40915 (addcslashes unexpected behavior with binary input). (Tony)
 - Fixed bug #40831 (cURL extension doesn't clean up the buffer of reused
   handle). (Tony)
 - Fixed bug #40747 (possible crash in session when save_path is out of 
   open_basedir). (Tony)
+- Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST)
+  (patch by [EMAIL PROTECTED])
+- Fixed huge CPU usage in imagearc when used with large angles (libgd bug #74).
+  (Pierre)
 - Fixed CRLF injection inside ftp_putcmd(). (Ilia)
 
 28 Feb 2007, Version 4.4.6

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



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

2007-05-03 Thread Derick Rethans
derick  Thu May  3 13:50:21 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.41r2=1.66.2.81.2.42diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.41 
php-src/main/php_version.h:1.66.2.81.2.42
--- php-src/main/php_version.h:1.66.2.81.2.41   Thu May  3 13:49:17 2007
+++ php-src/main/php_version.h  Thu May  3 13:50:20 2007
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.4.7
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.4.8-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.45r2=1.396.2.164.2.46diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.45 
php-src/configure.in:1.396.2.164.2.46
--- php-src/configure.in:1.396.2.164.2.45   Thu May  3 13:49:17 2007
+++ php-src/configure.inThu May  3 13:50:20 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.45 2007/05/03 13:49:17 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.46 2007/05/03 13:50:20 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -37,8 +37,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=7
-EXTRA_VERSION=
+RELEASE_VERSION=8
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.225r2=1.1247.2.920.2.226diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.225 php-src/NEWS:1.1247.2.920.2.226
--- php-src/NEWS:1.1247.2.920.2.225 Thu May  3 13:49:17 2007
+++ php-src/NEWSThu May  3 13:50:20 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2007, Version 4.4.8
+   
 04 May 2007, Version 4.4.7
 - Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
 - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)

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



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

2007-04-11 Thread Derick Rethans
derick  Wed Apr 11 06:11:51 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - 4.4.7RC1.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.38r2=1.66.2.81.2.39diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.38 
php-src/main/php_version.h:1.66.2.81.2.39
--- php-src/main/php_version.h:1.66.2.81.2.38   Wed Feb 28 18:26:31 2007
+++ php-src/main/php_version.h  Wed Apr 11 06:11:50 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.7-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.7RC1
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.42r2=1.396.2.164.2.43diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.42 
php-src/configure.in:1.396.2.164.2.43
--- php-src/configure.in:1.396.2.164.2.42   Wed Feb 28 18:26:31 2007
+++ php-src/configure.inWed Apr 11 06:11:51 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.42 2007/02/28 18:26:31 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.43 2007/04/11 06:11:51 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=7
-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/NEWS?r1=1.1247.2.920.2.219r2=1.1247.2.920.2.220diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.219 php-src/NEWS:1.1247.2.920.2.220
--- php-src/NEWS:1.1247.2.920.2.219 Wed Apr  4 19:52:25 2007
+++ php-src/NEWSWed Apr 11 06:11:51 2007
@@ -1,27 +1,27 @@
 PHP 4  NEWS
 |||
-?? ??? 2007, Version 4.4.7
-- Fixed MOPB-33-2007 PHP mail() Message ASCIIZ Byte Truncation. (Ilia)
-- Fixed CRLF injection inside ftp_putcmd(). (Ilia)
+11 Apr 2007, Version 4.4.7RC1
+- Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
 - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)
-- Fixed MOPB-21-2007 An open_basedir/safe_mode bypass inside the
-  compress.bzip2 wraper. (Ilia)
-- Fixed MOPB-22-2007 PHP session_regenerate_id() Double Free Vulnerability.
-  (Ilia)
-- Fixed MOPB-26-2007 mb_parse_str() can be used to activate
-  register_globals. (Ilia)
-- Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre)
-- Fixed CVE-2007-0455, Buffer overflow in gdImageStringFTEx (used by imagettf
-  function) (Kees Cook, Pierre)
+- Fixed MOPB-26-2007 (mb_parse_str() can be used to activate
+  register_globals). (Ilia)
+- Fixed MOPB-24-2007 (Fixed unallocated memory access/double free in in
+  array_user_key_compare()).  (Stas)
+- Fixed MOPB-22-2007 (PHP session_regenerate_id() Double Free Vulnerability).
+  (Ilia)
+- Fixed MOPB-21-2007 (An open_basedir/safe_mode bypass inside the
+  compress.bzip2 wraper). (Ilia)
+- Fixed MOPB-8-2007 (XSS in phpinfo()). (Joe Orton, Stas)
+- Fixed CVE-2007-1001 (GD wbmp used with invalid image size). (Pierre)
+- Fixed CVE-2007-0455 (Buffer overflow in gdImageStringFTEx, used by imagettf
+  function). (Kees Cook, Pierre)
 - Fixed bug #40998 (long session array keys are truncated). (Tony)
 - Fixed bug #40915 (addcslashes unexpected behavior with binary input). (Tony)
-- Fixed bug #40831 (cURL extension doesn't clean up the buffer of reused 
+- Fixed bug #40831 (cURL extension doesn't clean up the buffer of reused
   handle). (Tony)
 - Fixed bug #40747 (possible crash in session when save_path is out of 
   open_basedir). (Tony)
-- Fixed MOPB-8, XSS in phpinfo() (Joe Orton, Stas)
-- Fixed unallocated memory access/double free in in array_user_key_compare() 
-  (MOPB-24 by Stefan Esser) (Stas)
+- Fixed CRLF injection inside ftp_putcmd(). (Ilia)
 
 28 Feb 2007, Version 4.4.6
 

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



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

2007-04-11 Thread Derick Rethans
derick  Wed Apr 11 06:13:02 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.39r2=1.66.2.81.2.40diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.39 
php-src/main/php_version.h:1.66.2.81.2.40
--- php-src/main/php_version.h:1.66.2.81.2.39   Wed Apr 11 06:11:50 2007
+++ php-src/main/php_version.h  Wed Apr 11 06:13:02 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.7RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.7RC2-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.43r2=1.396.2.164.2.44diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.43 
php-src/configure.in:1.396.2.164.2.44
--- php-src/configure.in:1.396.2.164.2.43   Wed Apr 11 06:11:51 2007
+++ php-src/configure.inWed Apr 11 06:13:02 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.43 2007/04/11 06:11:51 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.44 2007/04/11 06:13:02 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=7
-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/NEWS?r1=1.1247.2.920.2.220r2=1.1247.2.920.2.221diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.220 php-src/NEWS:1.1247.2.920.2.221
--- php-src/NEWS:1.1247.2.920.2.220 Wed Apr 11 06:11:51 2007
+++ php-src/NEWSWed Apr 11 06:13:02 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2007, Version 4.4.7
+   
 11 Apr 2007, Version 4.4.7RC1
 - Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
 - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)

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



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

2007-02-28 Thread Derick Rethans
derick  Wed Feb 28 18:24:09 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Go with 4.4.6.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.36r2=1.66.2.81.2.37diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.36 
php-src/main/php_version.h:1.66.2.81.2.37
--- php-src/main/php_version.h:1.66.2.81.2.36   Thu Feb 22 14:47:30 2007
+++ php-src/main/php_version.h  Wed Feb 28 18:24:07 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.6RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.6
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.40r2=1.396.2.164.2.41diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.40 
php-src/configure.in:1.396.2.164.2.41
--- php-src/configure.in:1.396.2.164.2.40   Thu Feb 22 14:47:29 2007
+++ php-src/configure.inWed Feb 28 18:24:08 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.40 2007/02/22 14:47:29 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.41 2007/02/28 18:24:08 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=6
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.200r2=1.1247.2.920.2.201diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.200 php-src/NEWS:1.1247.2.920.2.201
--- php-src/NEWS:1.1247.2.920.2.200 Mon Feb 26 09:14:40 2007
+++ php-src/NEWSWed Feb 28 18:24:08 2007
@@ -1,14 +1,11 @@
 PHP 4  NEWS
 |||
-?? Feb 2007, Version 4.4.6
-
-- Fixed bug #40635 (segfault in cURL extension). (Tony)
-- Fixed bug #40611 (possible cURL memory error). (Tony)
-
-22 Feb 2007, Version 4.4.6RC1
+28 Feb 2007, Version 4.4.6
 
 - Updated PCRE to version 7.0. (Nuno)
 - Fixed segfault in ext/session when register_globals=On. (Tony)
+- Fixed bug #40635 (segfault in cURL extension). (Tony)
+- Fixed bug #40611 (possible cURL memory error). (Tony)
 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
 - Fixed bug #40502 (ext/interbase compile failure). (Tony)
 - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when

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



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

2007-02-28 Thread Derick Rethans
derick  Wed Feb 28 18:26:31 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.37r2=1.66.2.81.2.38diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.37 
php-src/main/php_version.h:1.66.2.81.2.38
--- php-src/main/php_version.h:1.66.2.81.2.37   Wed Feb 28 18:24:07 2007
+++ php-src/main/php_version.h  Wed Feb 28 18:26:31 2007
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.4.6
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.4.7-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.41r2=1.396.2.164.2.42diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.41 
php-src/configure.in:1.396.2.164.2.42
--- php-src/configure.in:1.396.2.164.2.41   Wed Feb 28 18:24:08 2007
+++ php-src/configure.inWed Feb 28 18:26:31 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.41 2007/02/28 18:24:08 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.42 2007/02/28 18:26:31 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -37,8 +37,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=6
-EXTRA_VERSION=
+RELEASE_VERSION=7
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.201r2=1.1247.2.920.2.202diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.201 php-src/NEWS:1.1247.2.920.2.202
--- php-src/NEWS:1.1247.2.920.2.201 Wed Feb 28 18:24:08 2007
+++ php-src/NEWSWed Feb 28 18:26:31 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2007, Version 4.4.7
+
 28 Feb 2007, Version 4.4.6
 
 - Updated PCRE to version 7.0. (Nuno)

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



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

2007-02-22 Thread Derick Rethans
derick  Thu Feb 22 14:45:31 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with RC1.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.196r2=1.1247.2.920.2.197diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.196 php-src/NEWS:1.1247.2.920.2.197
--- php-src/NEWS:1.1247.2.920.2.196 Wed Feb 21 18:41:22 2007
+++ php-src/NEWSThu Feb 22 14:45:30 2007
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2007, Version 4.4.6
+22 Feb 2007, Version 4.4.6RC1
 - Updated PCRE to version 7.0. (Nuno)
 - Fixed segfault in ext/session when register_globals=On. (Tony)
 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.38r2=1.396.2.164.2.39diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.38 
php-src/configure.in:1.396.2.164.2.39
--- php-src/configure.in:1.396.2.164.2.38   Tue Feb 13 18:22:06 2007
+++ php-src/configure.inThu Feb 22 14:45:30 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.38 2007/02/13 18:22:06 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.39 2007/02/22 14:45:30 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=6
-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.66.2.81.2.34r2=1.66.2.81.2.35diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.34 
php-src/main/php_version.h:1.66.2.81.2.35
--- php-src/main/php_version.h:1.66.2.81.2.34   Tue Feb 13 18:22:06 2007
+++ php-src/main/php_version.h  Thu Feb 22 14:45:30 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.6-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.6RC1

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



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

2007-02-22 Thread Derick Rethans
derick  Thu Feb 22 14:47:30 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.197r2=1.1247.2.920.2.198diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.197 php-src/NEWS:1.1247.2.920.2.198
--- php-src/NEWS:1.1247.2.920.2.197 Thu Feb 22 14:45:30 2007
+++ php-src/NEWSThu Feb 22 14:47:29 2007
@@ -1,6 +1,9 @@
 PHP 4  NEWS
 |||
+?? Feb 2007, Version 4.4.6
+
 22 Feb 2007, Version 4.4.6RC1
+
 - Updated PCRE to version 7.0. (Nuno)
 - Fixed segfault in ext/session when register_globals=On. (Tony)
 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.39r2=1.396.2.164.2.40diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.39 
php-src/configure.in:1.396.2.164.2.40
--- php-src/configure.in:1.396.2.164.2.39   Thu Feb 22 14:45:30 2007
+++ php-src/configure.inThu Feb 22 14:47:29 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.39 2007/02/22 14:45:30 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.40 2007/02/22 14:47:29 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=6
-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.66.2.81.2.35r2=1.66.2.81.2.36diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.35 
php-src/main/php_version.h:1.66.2.81.2.36
--- php-src/main/php_version.h:1.66.2.81.2.35   Thu Feb 22 14:45:30 2007
+++ php-src/main/php_version.h  Thu Feb 22 14:47:30 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.6RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.6RC2-dev

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



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

2007-02-13 Thread Derick Rethans
derick  Tue Feb 13 18:20:11 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Package 4.4.5.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.32r2=1.66.2.81.2.33diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.32 
php-src/main/php_version.h:1.66.2.81.2.33
--- php-src/main/php_version.h:1.66.2.81.2.32   Thu Feb  1 08:55:41 2007
+++ php-src/main/php_version.h  Tue Feb 13 18:20:10 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 4.4.5RC3-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.5
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.36r2=1.396.2.164.2.37diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.36 
php-src/configure.in:1.396.2.164.2.37
--- php-src/configure.in:1.396.2.164.2.36   Thu Feb  1 08:55:41 2007
+++ php-src/configure.inTue Feb 13 18:20:11 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.36 2007/02/01 08:55:41 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.37 2007/02/13 18:20:11 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.190r2=1.1247.2.920.2.191diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.190 php-src/NEWS:1.1247.2.920.2.191
--- php-src/NEWS:1.1247.2.920.2.190 Mon Feb 12 17:13:22 2007
+++ php-src/NEWSTue Feb 13 18:20:11 2007
@@ -1,30 +1,25 @@
 PHP 4  NEWS
 |||
-?? Feb 2007, Version 4.4.5
-- Fixed bug #40335 (Compile fails when using GCC 4.1.1/binutils 2.17). (Tony)
-
-01 Feb 2007, Version 4.4.5RC2
-- Fixed bug #39819 (Using $this not in object context can cause segfaults).
-  (Dmitry)
-- Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the
-  class). (Ilia)
-- Backported a fix in the configure tests to detect the rounding fuzz.
-  (Derick, Joe Orton)
-- Backported fix for ext/imap compilation failure with recent c-client 
-  versions. (Tony)
+14 Feb 2007, Version 4.4.5
 - Upgraded PEAR to 1.5.0. (Greg)
+- Updated PCRE to version 6.7. (Ilia)
 - Moved extensions to PECL:
   . ext/ovrimos (Derick)
 
-04 Jan 2007, Version 4.4.5RC1
 - Added a meta tag to phpinfo() output to prevent search engines from 
   indexing the page. (Ilia)
-- Updated PCRE to version 6.7. (Ilia)
+- Backported a fix in the configure tests to detect the rounding fuzz.
+  (Derick, Joe Orton)
+- Backported fix for ext/imap compilation failure with recent c-client 
+  versions. (Tony)
 - Fixed missing open_basedir check inside chdir() function. (Ilia)
+- Fixed bug #40335 (Compile fails when using GCC 4.1.1/binutils 2.17). (Tony)
 - Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for   
   timestamp fields). (Ilia)
 - Fixed bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR 
   install path). (Tony)
+- Fixed bug #39819 (Using $this not in object context can cause segfaults).
+  (Dmitry)
 - Fixed bug #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 
   support is enabled). (Tony)
 - Fixed bug #39583 (ftp_put() does not change transfer mode to ASCII). (Tony)
@@ -48,6 +43,8 @@
 - Fixed bug #37812 (aggregate_methods_by_list fails to take certain methods).
   (Hannes)
 - Fixed bug #36975 (natcasesort() causes array_pop() to misbehave). (Hannes)
+- Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the
+  class). (Ilia)
 - Fixed bug #34066 (recursive array_walk causes segfault). (Tony)

 17 Aug 2006, Version 4.4.4

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



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

2007-02-13 Thread Derick Rethans
derick  Tue Feb 13 18:22:07 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.66.2.81.2.33r2=1.66.2.81.2.34diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.33 
php-src/main/php_version.h:1.66.2.81.2.34
--- php-src/main/php_version.h:1.66.2.81.2.33   Tue Feb 13 18:20:10 2007
+++ php-src/main/php_version.h  Tue Feb 13 18:22:06 2007
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.4.5
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.4.6-dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.37r2=1.396.2.164.2.38diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.37 
php-src/configure.in:1.396.2.164.2.38
--- php-src/configure.in:1.396.2.164.2.37   Tue Feb 13 18:20:11 2007
+++ php-src/configure.inTue Feb 13 18:22:06 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.37 2007/02/13 18:20:11 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.38 2007/02/13 18:22:06 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -37,8 +37,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=5
-EXTRA_VERSION=
+RELEASE_VERSION=6
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.191r2=1.1247.2.920.2.192diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.191 php-src/NEWS:1.1247.2.920.2.192
--- php-src/NEWS:1.1247.2.920.2.191 Tue Feb 13 18:20:11 2007
+++ php-src/NEWSTue Feb 13 18:22:06 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2007, Version 4.4.6
+   
 14 Feb 2007, Version 4.4.5
 - Upgraded PEAR to 1.5.0. (Greg)
 - Updated PCRE to version 6.7. (Ilia)

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



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

2007-02-01 Thread Derick Rethans
derick  Thu Feb  1 08:54:33 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with RC2.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.187r2=1.1247.2.920.2.188diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.187 php-src/NEWS:1.1247.2.920.2.188
--- php-src/NEWS:1.1247.2.920.2.187 Mon Jan 29 10:08:16 2007
+++ php-src/NEWSThu Feb  1 08:54:32 2007
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? Jan 2007, Version 4.4.5
+01 Feb 2007, Version 4.4.5RC2
 - Fixed bug #39819 (Using $this not in object context can cause segfaults).
   (Dmitry)
 - Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the
@@ -9,7 +9,7 @@
   (Derick, Joe Orton)
 - Backported fix for ext/imap compilation failure with recent c-client 
   versions. (Tony)
-
+- Upgraded PEAR to 1.5.0. (Greg)
 - Moved extensions to PECL:
   . ext/ovrimos (Derick)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.34r2=1.396.2.164.2.35diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.34 
php-src/configure.in:1.396.2.164.2.35
--- php-src/configure.in:1.396.2.164.2.34   Fri Jan  5 08:56:56 2007
+++ php-src/configure.inThu Feb  1 08:54:32 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.34 2007/01/05 08:56:56 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.35 2007/02/01 08:54:32 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.30r2=1.66.2.81.2.31diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.30 
php-src/main/php_version.h:1.66.2.81.2.31
--- php-src/main/php_version.h:1.66.2.81.2.30   Fri Jan  5 08:56:56 2007
+++ php-src/main/php_version.h  Thu Feb  1 08:54:32 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.5RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.4.5RC2

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



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

2007-02-01 Thread Derick Rethans
derick  Thu Feb  1 08:55:41 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.188r2=1.1247.2.920.2.189diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.188 php-src/NEWS:1.1247.2.920.2.189
--- php-src/NEWS:1.1247.2.920.2.188 Thu Feb  1 08:54:32 2007
+++ php-src/NEWSThu Feb  1 08:55:40 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? Feb 2007, Version 4.4.5
+
 01 Feb 2007, Version 4.4.5RC2
 - Fixed bug #39819 (Using $this not in object context can cause segfaults).
   (Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.35r2=1.396.2.164.2.36diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.35 
php-src/configure.in:1.396.2.164.2.36
--- php-src/configure.in:1.396.2.164.2.35   Thu Feb  1 08:54:32 2007
+++ php-src/configure.inThu Feb  1 08:55:41 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.35 2007/02/01 08:54:32 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.36 2007/02/01 08:55:41 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.31r2=1.66.2.81.2.32diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.31 
php-src/main/php_version.h:1.66.2.81.2.32
--- php-src/main/php_version.h:1.66.2.81.2.31   Thu Feb  1 08:54:32 2007
+++ php-src/main/php_version.h  Thu Feb  1 08:55:41 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.4.5RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.4.5RC3-dev

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



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

2007-01-05 Thread Derick Rethans
derick  Fri Jan  5 08:54:57 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - 4.4.5rc1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.180r2=1.1247.2.920.2.181diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.180 php-src/NEWS:1.1247.2.920.2.181
--- php-src/NEWS:1.1247.2.920.2.180 Fri Dec 29 00:35:25 2006
+++ php-src/NEWSFri Jan  5 08:54:57 2007
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2006, Version 4.4.5
+04 Jan 2007, Version 4.4.5RC1
 - Added a meta tag to phpinfo() output to prevent search engines from 
   indexing the page. (Ilia)
 - Updated PCRE to version 6.7. (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.32r2=1.396.2.164.2.33diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.32 
php-src/configure.in:1.396.2.164.2.33
--- php-src/configure.in:1.396.2.164.2.32   Mon Dec 25 15:42:35 2006
+++ php-src/configure.inFri Jan  5 08:54:57 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.32 2006/12/25 15:42:35 tony2001 Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.33 2007/01/05 08:54:57 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.28r2=1.66.2.81.2.29diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.28 
php-src/main/php_version.h:1.66.2.81.2.29
--- php-src/main/php_version.h:1.66.2.81.2.28   Tue Aug 15 12:23:08 2006
+++ php-src/main/php_version.h  Fri Jan  5 08:54:57 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.5-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.5RC1

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



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

2007-01-05 Thread Derick Rethans
derick  Fri Jan  5 08:56:56 2007 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.181r2=1.1247.2.920.2.182diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.181 php-src/NEWS:1.1247.2.920.2.182
--- php-src/NEWS:1.1247.2.920.2.181 Fri Jan  5 08:54:57 2007
+++ php-src/NEWSFri Jan  5 08:56:56 2007
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? Jan 2007, Version 4.4.5
+
 04 Jan 2007, Version 4.4.5RC1
 - Added a meta tag to phpinfo() output to prevent search engines from 
   indexing the page. (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.33r2=1.396.2.164.2.34diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.33 
php-src/configure.in:1.396.2.164.2.34
--- php-src/configure.in:1.396.2.164.2.33   Fri Jan  5 08:54:57 2007
+++ php-src/configure.inFri Jan  5 08:56:56 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.33 2007/01/05 08:54:57 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.34 2007/01/05 08:56:56 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-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.66.2.81.2.29r2=1.66.2.81.2.30diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.29 
php-src/main/php_version.h:1.66.2.81.2.30
--- php-src/main/php_version.h:1.66.2.81.2.29   Fri Jan  5 08:54:57 2007
+++ php-src/main/php_version.h  Fri Jan  5 08:56:56 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.5RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.5RC2-dev

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



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

2006-08-15 Thread Derick Rethans
derick  Tue Aug 15 12:22:14 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with 4.4.4.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.155r2=1.1247.2.920.2.156diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.155 php-src/NEWS:1.1247.2.920.2.156
--- php-src/NEWS:1.1247.2.920.2.155 Sat Aug 12 15:48:10 2006
+++ php-src/NEWSTue Aug 15 12:22:14 2006
@@ -1,8 +1,6 @@
 PHP 4  NEWS
 |||
-?? Aug 2006, Version 4.4.4
-   
-12 Aug 2006, Version 4.4.4RC1
+17 Aug 2006, Version 4.4.4
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.28r2=1.396.2.164.2.29diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.28 
php-src/configure.in:1.396.2.164.2.29
--- php-src/configure.in:1.396.2.164.2.28   Sat Aug 12 15:48:10 2006
+++ php-src/configure.inTue Aug 15 12:22:14 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.28 2006/08/12 15:48:10 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.29 2006/08/15 12:22:14 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.26r2=1.66.2.81.2.27diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.26 
php-src/main/php_version.h:1.66.2.81.2.27
--- php-src/main/php_version.h:1.66.2.81.2.26   Sat Aug 12 15:48:11 2006
+++ php-src/main/php_version.h  Tue Aug 15 12:22:14 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.4RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.4

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



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

2006-08-15 Thread Derick Rethans
derick  Tue Aug 15 12:23:08 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.156r2=1.1247.2.920.2.157diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.156 php-src/NEWS:1.1247.2.920.2.157
--- php-src/NEWS:1.1247.2.920.2.156 Tue Aug 15 12:22:14 2006
+++ php-src/NEWSTue Aug 15 12:23:08 2006
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2006, Version 4.4.5
+   
 17 Aug 2006, Version 4.4.4
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.29r2=1.396.2.164.2.30diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.29 
php-src/configure.in:1.396.2.164.2.30
--- php-src/configure.in:1.396.2.164.2.29   Tue Aug 15 12:22:14 2006
+++ php-src/configure.inTue Aug 15 12:23:08 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.29 2006/08/15 12:22:14 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.30 2006/08/15 12:23:08 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=4
-EXTRA_VERSION=
+RELEASE_VERSION=5
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.27r2=1.66.2.81.2.28diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.27 
php-src/main/php_version.h:1.66.2.81.2.28
--- php-src/main/php_version.h:1.66.2.81.2.27   Tue Aug 15 12:22:14 2006
+++ php-src/main/php_version.h  Tue Aug 15 12:23:08 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.4.4
+#define PHP_RELEASE_VERSION 5
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.4.5-dev

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



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

2006-08-12 Thread Derick Rethans
derick  Sat Aug 12 15:46:04 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with RC1.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.153r2=1.1247.2.920.2.154diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.153 php-src/NEWS:1.1247.2.920.2.154
--- php-src/NEWS:1.1247.2.920.2.153 Fri Aug 11 17:50:01 2006
+++ php-src/NEWSSat Aug 12 15:46:04 2006
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2006, Version 4.4.4
+12 Aug 2006, Version 4.4.4RC1
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.26r2=1.396.2.164.2.27diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.26 
php-src/configure.in:1.396.2.164.2.27
--- php-src/configure.in:1.396.2.164.2.26   Tue Aug  1 08:06:54 2006
+++ php-src/configure.inSat Aug 12 15:46:04 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.26 2006/08/01 08:06:54 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.27 2006/08/12 15:46:04 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-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.66.2.81.2.24r2=1.66.2.81.2.25diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.24 
php-src/main/php_version.h:1.66.2.81.2.25
--- php-src/main/php_version.h:1.66.2.81.2.24   Tue Aug  1 08:06:54 2006
+++ php-src/main/php_version.h  Sat Aug 12 15:46:04 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.4-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.4RC1

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



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

2006-08-12 Thread Derick Rethans
derick  Sat Aug 12 15:48:11 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.154r2=1.1247.2.920.2.155diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.154 php-src/NEWS:1.1247.2.920.2.155
--- php-src/NEWS:1.1247.2.920.2.154 Sat Aug 12 15:46:04 2006
+++ php-src/NEWSSat Aug 12 15:48:10 2006
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? Aug 2006, Version 4.4.4
+   
 12 Aug 2006, Version 4.4.4RC1
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.27r2=1.396.2.164.2.28diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.27 
php-src/configure.in:1.396.2.164.2.28
--- php-src/configure.in:1.396.2.164.2.27   Sat Aug 12 15:46:04 2006
+++ php-src/configure.inSat Aug 12 15:48:10 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.27 2006/08/12 15:46:04 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.28 2006/08/12 15:48:10 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.25r2=1.66.2.81.2.26diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.25 
php-src/main/php_version.h:1.66.2.81.2.26
--- php-src/main/php_version.h:1.66.2.81.2.25   Sat Aug 12 15:46:04 2006
+++ php-src/main/php_version.h  Sat Aug 12 15:48:11 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.4RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.4RC2-dev

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



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

2006-08-01 Thread Derick Rethans
derick  Tue Aug  1 08:06:55 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/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.396.2.164.2.25r2=1.396.2.164.2.26diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.25 
php-src/configure.in:1.396.2.164.2.26
--- php-src/configure.in:1.396.2.164.2.25   Mon Jul 31 15:04:53 2006
+++ php-src/configure.inTue Aug  1 08:06:54 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.25 2006/07/31 15:04:53 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.26 2006/08/01 08:06:54 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=3
-EXTRA_VERSION=
+RELEASE_VERSION=4
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.144r2=1.1247.2.920.2.145diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.144 php-src/NEWS:1.1247.2.920.2.145
--- php-src/NEWS:1.1247.2.920.2.144 Mon Jul 31 15:04:54 2006
+++ php-src/NEWSTue Aug  1 08:06:54 2006
@@ -1,5 +1,11 @@
 PHP 4  NEWS
 |||
+?? ??? 2006, Version 4.4.4
+- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be
+  called Foo). (Jani)
+- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
+- Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas)
+
 03 Aug 2006, Version 4.4.3
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.23r2=1.66.2.81.2.24diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.23 
php-src/main/php_version.h:1.66.2.81.2.24
--- php-src/main/php_version.h:1.66.2.81.2.23   Mon Jul 31 15:04:54 2006
+++ php-src/main/php_version.h  Tue Aug  1 08:06:54 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.4.3
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.4.4-dev

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



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

2006-07-31 Thread Derick Rethans
derick  Mon Jul 31 15:04:54 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  - Go with 4.4.3.
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.24r2=1.396.2.164.2.25diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.24 
php-src/configure.in:1.396.2.164.2.25
--- php-src/configure.in:1.396.2.164.2.24   Tue Jul  4 16:40:23 2006
+++ php-src/configure.inMon Jul 31 15:04:53 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.24 2006/07/04 16:40:23 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.25 2006/07/31 15:04:53 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.143r2=1.1247.2.920.2.144diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.143 php-src/NEWS:1.1247.2.920.2.144
--- php-src/NEWS:1.1247.2.920.2.143 Sat Jul 22 15:48:22 2006
+++ php-src/NEWSMon Jul 31 15:04:54 2006
@@ -1,32 +1,24 @@
 PHP 4  NEWS
 |||
-?? ??? 2006, Version 4.4.3
-- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be
-  called Foo). (Jani)
-   
-04 Jul 2006, Version 4.4.3RC2
+03 Aug 2006, Version 4.4.3
+- Added control character checks for cURL extension's open_basedir/safe_mode
+  checks. (Ilia)
+- Added overflow checks to wordwrap() function. (Ilia)
+- Added a check for special characters in the session name. (Ilia)
 - Improved safe_mode check for the error_log() function. (Ilia)
+- Updated PCRE to version 6.6. (Andrei)
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
 - Fixed XSS inside phpinfo() with long inputs. (Ilia)
-- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
+- Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems
+  in libmysql.c. (Ilia)
 - Fixed bug #37720 (merge_php_config scrambles values). (Mike,
   pumuckel at metropolis dot de)
 - Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). (Ilia)
-- Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas)
-
-21 May 2006, Version 4.4.3RC1
-- Added control character checks for cURL extension's open_basedir/safe_mode
-  checks. (Ilia)
-- Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems
-  in libmysql.c. (Ilia)
-- Updated PCRE to version 6.6. (Andrei)
-- Added overflow checks to wordwrap() function. (Ilia)
-- Added a check for special characters in the session name. (Ilia)
-- Fixed bug #37510 session_regenerate_id changes session_id() even on failure).
+- Fixed bug #37510 (session_regenerate_id changes session_id() even on 
failure).
   (Hannes)
-- Fixed bug #34360 (bad gif size) (Pierre)
-- Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia)
-- Fixed bug #37346 (invalid colormap format) (Pierre)
+- Fixed bug #37360 (Memory errors with a corrupt GIF file) (Pierre)
+- Fixed bug #37348 (Make PEAR install ignore open_basedir). (Ilia)
+- Fixed bug #37346 (Crashes when using an invalid colormap format). (Pierre)
 - Fixed bug #37162 (wddx does not build as a shared extension).  
   (jdolecek at NetBSD dot org, Ilia)
 - Fixed bug #37046 (foreach breaks static scope). (Dmitry)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.22r2=1.66.2.81.2.23diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.22 
php-src/main/php_version.h:1.66.2.81.2.23
--- php-src/main/php_version.h:1.66.2.81.2.22   Tue Jul  4 16:40:23 2006
+++ php-src/main/php_version.h  Mon Jul 31 15:04:54 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 4.4.3RC3-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.3

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



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

2006-07-04 Thread Derick Rethans
derick  Tue Jul  4 16:37:47 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with RC2.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.138r2=1.1247.2.920.2.139diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.138 php-src/NEWS:1.1247.2.920.2.139
--- php-src/NEWS:1.1247.2.920.2.138 Wed Jun 28 22:12:54 2006
+++ php-src/NEWSTue Jul  4 16:37:46 2006
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? Jun 2006, Version 4.4.3RC2
+04 Jul 2006, Version 4.4.3RC2
 - Improved safe_mode check for the error_log() function. (Ilia)
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
 - Fixed XSS inside phpinfo() with long inputs. (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.22r2=1.396.2.164.2.23diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.22 
php-src/configure.in:1.396.2.164.2.23
--- php-src/configure.in:1.396.2.164.2.22   Sun May 21 17:26:13 2006
+++ php-src/configure.inTue Jul  4 16:37:46 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.22 2006/05/21 17:26:13 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.23 2006/07/04 16:37:46 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.20r2=1.66.2.81.2.21diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.20 
php-src/main/php_version.h:1.66.2.81.2.21
--- php-src/main/php_version.h:1.66.2.81.2.20   Sun May 21 17:26:13 2006
+++ php-src/main/php_version.h  Tue Jul  4 16:37:47 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.3RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.4.3RC2

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



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

2006-07-04 Thread Derick Rethans
derick  Tue Jul  4 16:40:24 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/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.1247.2.920.2.139r2=1.1247.2.920.2.140diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.139 php-src/NEWS:1.1247.2.920.2.140
--- php-src/NEWS:1.1247.2.920.2.139 Tue Jul  4 16:37:46 2006
+++ php-src/NEWSTue Jul  4 16:40:23 2006
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2006, Version 4.4.3
+   
 04 Jul 2006, Version 4.4.3RC2
 - Improved safe_mode check for the error_log() function. (Ilia)
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.23r2=1.396.2.164.2.24diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.23 
php-src/configure.in:1.396.2.164.2.24
--- php-src/configure.in:1.396.2.164.2.23   Tue Jul  4 16:37:46 2006
+++ php-src/configure.inTue Jul  4 16:40:23 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.23 2006/07/04 16:37:46 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.24 2006/07/04 16:40:23 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.21r2=1.66.2.81.2.22diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.21 
php-src/main/php_version.h:1.66.2.81.2.22
--- php-src/main/php_version.h:1.66.2.81.2.21   Tue Jul  4 16:37:47 2006
+++ php-src/main/php_version.h  Tue Jul  4 16:40:23 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.4.3RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.4.3RC3-dev

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



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

2006-05-21 Thread Derick Rethans
derick  Sun May 21 17:24:52 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Go with 4.4.3RC1
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.18r2=1.66.2.81.2.19diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.18 
php-src/main/php_version.h:1.66.2.81.2.19
--- php-src/main/php_version.h:1.66.2.81.2.18   Sun Jan 15 11:23:25 2006
+++ php-src/main/php_version.h  Sun May 21 17:24:52 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.3-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.3RC1
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.20r2=1.396.2.164.2.21diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.20 
php-src/configure.in:1.396.2.164.2.21
--- php-src/configure.in:1.396.2.164.2.20   Thu Jan 12 17:55:04 2006
+++ php-src/configure.inSun May 21 17:24:52 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.20 2006/01/12 17:55:04 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.21 2006/05/21 17:24:52 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.131r2=1.1247.2.920.2.132diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.131 php-src/NEWS:1.1247.2.920.2.132
--- php-src/NEWS:1.1247.2.920.2.131 Sun May 21 16:32:51 2006
+++ php-src/NEWSSun May 21 17:24:52 2006
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2006, Version 4.4.3
+21 May 2006, Version 4.4.3RC1
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
 - Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems

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



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

2006-05-21 Thread Derick Rethans
derick  Sun May 21 17:26:13 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Back to dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.19r2=1.66.2.81.2.20diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.19 
php-src/main/php_version.h:1.66.2.81.2.20
--- php-src/main/php_version.h:1.66.2.81.2.19   Sun May 21 17:24:52 2006
+++ php-src/main/php_version.h  Sun May 21 17:26:13 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.3RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.3RC2-dev
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.21r2=1.396.2.164.2.22diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.21 
php-src/configure.in:1.396.2.164.2.22
--- php-src/configure.in:1.396.2.164.2.21   Sun May 21 17:24:52 2006
+++ php-src/configure.inSun May 21 17:26:13 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.21 2006/05/21 17:24:52 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.22 2006/05/21 17:26:13 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.132r2=1.1247.2.920.2.133diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.132 php-src/NEWS:1.1247.2.920.2.133
--- php-src/NEWS:1.1247.2.920.2.132 Sun May 21 17:24:52 2006
+++ php-src/NEWSSun May 21 17:26:13 2006
@@ -1,5 +1,7 @@
 PHP 4  NEWS
 |||
+?? ??? 2006, Version 4.4.3
+
 21 May 2006, Version 4.4.3RC1
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)

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



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

2006-01-12 Thread Derick Rethans
derick  Thu Jan 12 17:52:29 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Go with 4.4.2.
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.15r2=1.66.2.81.2.16diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.15 
php-src/main/php_version.h:1.66.2.81.2.16
--- php-src/main/php_version.h:1.66.2.81.2.15   Thu Jan  5 08:16:37 2006
+++ php-src/main/php_version.h  Thu Jan 12 17:52:28 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 4.4.2RC3-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.2
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.18r2=1.396.2.164.2.19diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.18 
php-src/configure.in:1.396.2.164.2.19
--- php-src/configure.in:1.396.2.164.2.18   Thu Jan  5 08:16:37 2006
+++ php-src/configure.inThu Jan 12 17:52:29 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.18 2006/01/05 08:16:37 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.19 2006/01/12 17:52:29 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.107r2=1.1247.2.920.2.108diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.107 php-src/NEWS:1.1247.2.920.2.108
--- php-src/NEWS:1.1247.2.920.2.107 Thu Jan  5 08:16:37 2006
+++ php-src/NEWSThu Jan 12 17:52:29 2006
@@ -1,11 +1,12 @@
 PHP 4  NEWS
 |||
-?? Jan 2005, Version 4.4.0
-
-
-05 Jan 2006, Version 4.4.2RC2
+13 Jan 2005, Version 4.4.2
+- Added missing safe_mode/open_basedir checks into cURL extension. (Ilia)
+- Backported missing imap_mailcompose() fixes from PHP 5.x. (Ilia)
 - Prevent header injection by limiting each header to a single line. (Ilia)
 - Fixed possible XSS inside error reporting functionality. (Ilia)
+- Fixed Apache 2 regression with sub-request handling on non-linux systems.
+  (Ilia, Tony)
 - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
   (Ilia)
 - Fixed bug #35735 ($EGREP not defined in configure). (Jani)
@@ -23,23 +24,6 @@
   properly). (Ilia)
 - Fixed bug #35341 (Fix for bug #33760 breaks build with older curl). (Tony)
 - Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module). (Ilia)
-- Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
-  (Nuno, Ilia)
-- Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia,Nuno,Sara)
-- Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). (Ilia)
-- Fixed bug #33153 (crash in mssql_next result). (Frank)
-- Fixed bug #32009 (crash when mssql_bind() is called more than once). (Frank)
-- Fixed bug #33963 (mssql_bind() fails on input parameters). (Frank)
-- Fixed bug #33201 (Crash when fetching some data types). (Frank)
-- Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if 
-  display_startup_error is off). (Ilia)
-- Fixed bug #27678 (number_format() crashes with large numbers). (Marcus)
-
-18 Nov 2005, Version 4.4.2RC1
-- Added missing safe_mode/open_basedir checks into cURL extension. (Ilia)
-- Backported missing imap_mailcompose() fixes from PHP 5.x. (Ilia)
-- Fixed Apache 2 regression with sub-request handling on non-linux systems.
-  (Ilia, Tony)
 - Fixed bug #35257 (Calling ob_flush after creating an ob callback causes 
   segfault). (Tony)
 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables 
@@ -47,6 +31,8 @@
 - Fixed bug #35078 (configure does not find ldap_start_tls_s). (Jani)
 - Fixed bug #35071 (Wrong fopen mode used in GD safe-mode checks). (Jani)
 - Fixed bug #35067, #35063 (key(),current() need to work by reference). (Ilia)
+- Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
+  (Nuno, Ilia)
 - Fixed bug #35059 (Apache2 crash with mod_rewrite). (Ilia)
 - Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension
   is compiled as shared). (Dmitry)
@@ -55,12 +41,21 @@
 - Fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
   parameter on Windows). (Mike)
 - Fixed bug #34830 (the 5th argument of mb_send_mail does not work). (Rui)
+- Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia,Nuno,Sara)
+- Fixed bug #33963 (mssql_bind() fails on input parameters). 

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

2006-01-05 Thread Derick Rethans
derick  Thu Jan  5 08:16:37 2006 UTC

  Modified files:  (Branch: PHP_4_4)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  - Back to devel.
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.14r2=1.66.2.81.2.15diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.14 
php-src/main/php_version.h:1.66.2.81.2.15
--- php-src/main/php_version.h:1.66.2.81.2.14   Thu Jan  5 08:15:14 2006
+++ php-src/main/php_version.h  Thu Jan  5 08:16:37 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.4.2RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.4.2RC3-dev
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.17r2=1.396.2.164.2.18diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.17 
php-src/configure.in:1.396.2.164.2.18
--- php-src/configure.in:1.396.2.164.2.17   Thu Jan  5 08:15:14 2006
+++ php-src/configure.inThu Jan  5 08:16:37 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.17 2006/01/05 08:15:14 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.18 2006/01/05 08:16:37 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.106r2=1.1247.2.920.2.107diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.106 php-src/NEWS:1.1247.2.920.2.107
--- php-src/NEWS:1.1247.2.920.2.106 Thu Jan  5 08:15:14 2006
+++ php-src/NEWSThu Jan  5 08:16:37 2006
@@ -1,5 +1,8 @@
 PHP 4  NEWS
 |||
+?? Jan 2005, Version 4.4.0
+
+
 05 Jan 2006, Version 4.4.2RC2
 - Prevent header injection by limiting each header to a single line. (Ilia)
 - Fixed possible XSS inside error reporting functionality. (Ilia)

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



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

2005-11-18 Thread Derick Rethans
derick  Fri Nov 18 05:30:46 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with 4.4.2RC1.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.80r2=1.1247.2.920.2.81ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.80 php-src/NEWS:1.1247.2.920.2.81
--- php-src/NEWS:1.1247.2.920.2.80  Thu Nov 17 16:01:13 2005
+++ php-src/NEWSFri Nov 18 05:30:37 2005
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2006, Version 4.4.2
+18 Nov 2005, Version 4.4.2RC1
 - Resolve Apache 2 regression with sub-request handling on non-linux systems.
   (Ilia, Tony)
 - Backport missing imap_mailcompose fixes from 5.X. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.14r2=1.396.2.164.2.15ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.14 
php-src/configure.in:1.396.2.164.2.15
--- php-src/configure.in:1.396.2.164.2.14   Sun Oct 30 05:55:21 2005
+++ php-src/configure.inFri Nov 18 05:30:40 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.14 2005/10/30 10:55:21 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.15 2005/11/18 10:30:40 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.11r2=1.66.2.81.2.12ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.11 
php-src/main/php_version.h:1.66.2.81.2.12
--- php-src/main/php_version.h:1.66.2.81.2.11   Sun Oct 30 05:55:23 2005
+++ php-src/main/php_version.h  Fri Nov 18 05:30:45 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.2-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.2RC1

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



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

2005-11-18 Thread Derick Rethans
derick  Fri Nov 18 06:07:31 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcconfigure.in NEWS 
/php-src/main   php_version.h 
  Log:
  - Back to -dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.15r2=1.396.2.164.2.16ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.15 
php-src/configure.in:1.396.2.164.2.16
--- php-src/configure.in:1.396.2.164.2.15   Fri Nov 18 05:30:40 2005
+++ php-src/configure.inFri Nov 18 06:07:25 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.15 2005/11/18 10:30:40 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.16 2005/11/18 11:07:25 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.81r2=1.1247.2.920.2.82ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.81 php-src/NEWS:1.1247.2.920.2.82
--- php-src/NEWS:1.1247.2.920.2.81  Fri Nov 18 05:30:37 2005
+++ php-src/NEWSFri Nov 18 06:07:26 2005
@@ -1,5 +1,8 @@
 PHP 4  NEWS
 |||
+23 Nov 2005, Version 4.4.2
+
+
 18 Nov 2005, Version 4.4.2RC1
 - Resolve Apache 2 regression with sub-request handling on non-linux systems.
   (Ilia, Tony)
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.12r2=1.66.2.81.2.13ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.12 
php-src/main/php_version.h:1.66.2.81.2.13
--- php-src/main/php_version.h:1.66.2.81.2.12   Fri Nov 18 05:30:45 2005
+++ php-src/main/php_version.h  Fri Nov 18 06:07:30 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.2RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.2RC2-dev

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



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

2005-10-26 Thread Derick Rethans
derick  Wed Oct 26 03:58:25 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with PHP 4.4.1 - release on Monday.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.59r2=1.1247.2.920.2.60ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.59 php-src/NEWS:1.1247.2.920.2.60
--- php-src/NEWS:1.1247.2.920.2.59  Wed Oct 19 16:36:22 2005
+++ php-src/NEWSWed Oct 26 03:58:21 2005
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? Oct 2005, Version 4.4.1
+31 Oct 2005, Version 4.4.1
 - Fixed a memory corruption bug regarding included files. (Derick)
 - Fixed bug #34850 (--program-suffix and --program-prefix not included in 
   man page names). (Jani)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.12r2=1.396.2.164.2.13ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.12 
php-src/configure.in:1.396.2.164.2.13
--- php-src/configure.in:1.396.2.164.2.12   Fri Oct  7 05:32:03 2005
+++ php-src/configure.inWed Oct 26 03:58:22 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.12 2005/10/07 09:32:03 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.13 2005/10/26 07:58:22 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=1
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.9r2=1.66.2.81.2.10ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.9 
php-src/main/php_version.h:1.66.2.81.2.10
--- php-src/main/php_version.h:1.66.2.81.2.9Fri Oct  7 05:32:06 2005
+++ php-src/main/php_version.h  Wed Oct 26 03:58:24 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.1RC2-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.4.1

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



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

2005-10-07 Thread Derick Rethans
derick  Fri Oct  7 04:55:36 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with PHP 4.4.1RC1.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.49r2=1.1247.2.920.2.50ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.49 php-src/NEWS:1.1247.2.920.2.50
--- php-src/NEWS:1.1247.2.920.2.49  Thu Oct  6 16:44:56 2005
+++ php-src/NEWSFri Oct  7 04:55:31 2005
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2005, Version 4.4.1
+07 Oct 2005, Version 4.4.1RC1
 - Added missing safe_mode checks for image* functions and cURL. (Ilia)
 - Added missing safe_mode/open_basedir checks for file uploads. (Ilia)
 - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.10r2=1.396.2.164.2.11ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.10 
php-src/configure.in:1.396.2.164.2.11
--- php-src/configure.in:1.396.2.164.2.10   Wed Jul 27 07:53:54 2005
+++ php-src/configure.inFri Oct  7 04:55:32 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.10 2005/07/27 11:53:54 hyanantha Exp 
$ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.11 2005/10/07 08:55:32 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=1
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.7r2=1.66.2.81.2.8ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.7 
php-src/main/php_version.h:1.66.2.81.2.8
--- php-src/main/php_version.h:1.66.2.81.2.7Mon Jul 11 04:09:51 2005
+++ php-src/main/php_version.h  Fri Oct  7 04:55:35 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.1-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.1RC1

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



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

2005-10-07 Thread Derick Rethans
derick  Fri Oct  7 05:32:06 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.50r2=1.1247.2.920.2.51ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.50 php-src/NEWS:1.1247.2.920.2.51
--- php-src/NEWS:1.1247.2.920.2.50  Fri Oct  7 04:55:31 2005
+++ php-src/NEWSFri Oct  7 05:32:02 2005
@@ -1,5 +1,8 @@
 PHP 4  NEWS
 |||
+?? Oct 2005, Version 4.4.1
+
+   
 07 Oct 2005, Version 4.4.1RC1
 - Added missing safe_mode checks for image* functions and cURL. (Ilia)
 - Added missing safe_mode/open_basedir checks for file uploads. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.11r2=1.396.2.164.2.12ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.11 
php-src/configure.in:1.396.2.164.2.12
--- php-src/configure.in:1.396.2.164.2.11   Fri Oct  7 04:55:32 2005
+++ php-src/configure.inFri Oct  7 05:32:03 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.11 2005/10/07 08:55:32 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.12 2005/10/07 09:32:03 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=1
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.8r2=1.66.2.81.2.9ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.8 
php-src/main/php_version.h:1.66.2.81.2.9
--- php-src/main/php_version.h:1.66.2.81.2.8Fri Oct  7 04:55:35 2005
+++ php-src/main/php_version.h  Fri Oct  7 05:32:06 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.4.1RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.4.1RC2-dev

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



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

2005-07-01 Thread Derick Rethans
derick  Fri Jul  1 05:54:02 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - GO with RC2.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.8r2=1.1247.2.920.2.9ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.8 php-src/NEWS:1.1247.2.920.2.9
--- php-src/NEWS:1.1247.2.920.2.8   Thu Jun 23 08:20:46 2005
+++ php-src/NEWSFri Jul  1 05:53:57 2005
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2005, Version 4.4.0
+01 Jul 2005, Version 4.4.0 RC2
 - Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
 - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
 
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.5r2=1.396.2.164.2.6ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.5 
php-src/configure.in:1.396.2.164.2.6
--- php-src/configure.in:1.396.2.164.2.5Mon Jun 13 10:34:23 2005
+++ php-src/configure.inFri Jul  1 05:53:57 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.5 2005/06/13 14:34:23 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.6 2005/07/01 09:53:57 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.3r2=1.66.2.81.2.4ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.3 
php-src/main/php_version.h:1.66.2.81.2.4
--- php-src/main/php_version.h:1.66.2.81.2.3Mon Jun 13 10:34:26 2005
+++ php-src/main/php_version.h  Fri Jul  1 05:54:01 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.4.0RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.4.0RC2

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



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

2005-06-13 Thread Derick Rethans
derick  Mon Jun 13 10:23:35 2005 EDT

  Modified files:  (Branch: PHP_4_4)
/php-srcNEWS configure.in 
/php-src/main   php_version.h 
  Log:
  - Go with 4.4.0RC1.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.4r2=1.1247.2.920.2.5ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.4 php-src/NEWS:1.1247.2.920.2.5
--- php-src/NEWS:1.1247.2.920.2.4   Tue Jun  7 05:57:44 2005
+++ php-src/NEWSMon Jun 13 10:23:33 2005
@@ -1,6 +1,6 @@
 PHP 4  NEWS
 |||
-?? ??? 2005, Version 4.4.0
+13 Jun 2005, Version 4.4.0 RC1
 - Added man pages for phpize and php-config scripts. (Jakub Vrana)
 - Added support for .cc files in extensions. (Brian)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.3r2=1.396.2.164.2.4ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.3 
php-src/configure.in:1.396.2.164.2.4
--- php-src/configure.in:1.396.2.164.2.3Tue Jun  7 13:23:12 2005
+++ php-src/configure.inMon Jun 13 10:23:34 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.3 2005/06/07 17:23:12 sniper Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.4 2005/06/13 14:23:34 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.1r2=1.66.2.81.2.2ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.1 
php-src/main/php_version.h:1.66.2.81.2.2
--- php-src/main/php_version.h:1.66.2.81.2.1Mon Jun  6 05:23:58 2005
+++ php-src/main/php_version.h  Mon Jun 13 10:23:34 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.4.0-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.4.0RC1

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