andi Thu Feb 12 03:46:03 2004 EDT Modified files: /php-src/main php_version.h /php-src configure.in NEWS Log: - Go with b4 RC 1 (Sanity package) http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.79&r2=1.80&ty=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.79 php-src/main/php_version.h:1.80 --- php-src/main/php_version.h:1.79 Wed Feb 11 06:53:45 2004 +++ php-src/main/php_version.h Thu Feb 12 03:46:00 2004 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "b4-dev" -#define PHP_VERSION "5.0.0b4-dev" +#define PHP_EXTRA_VERSION "b4RC1" +#define PHP_VERSION "5.0.0b4RC1" http://cvs.php.net/diff.php/php-src/configure.in?r1=1.491&r2=1.492&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.491 php-src/configure.in:1.492 --- php-src/configure.in:1.491 Wed Feb 11 06:53:44 2004 +++ php-src/configure.in Thu Feb 12 03:46:02 2004 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.491 2004/02/11 11:53:44 andi Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.492 2004/02/12 08:46:02 andi Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -41,7 +41,7 @@ MAJOR_VERSION=5 MINOR_VERSION=0 RELEASE_VERSION=0 -EXTRA_VERSION="b4-dev" +EXTRA_VERSION="b4RC1" 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.1601&r2=1.1602&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1601 php-src/NEWS:1.1602 --- php-src/NEWS:1.1601 Wed Feb 11 16:17:35 2004 +++ php-src/NEWS Thu Feb 12 03:46:02 2004 @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2004, PHP 5 Beta 4 +12 Feb 2004, PHP 5 Beta 4 - Added checks for invalid characters in a cookie name and cookie data into set[raw]cookie(). (Brian) - Added new pspell functions: (Brian)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php