derick Fri Nov 18 06:07:31 2005 EDT Modified files: (Branch: PHP_4_4) /php-src configure.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.15&r2=1.396.2.164.2.16&ty=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.in Fri 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.81&r2=1.1247.2.920.2.82&ty=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/NEWS Fri 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.12&r2=1.66.2.81.2.13&ty=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