derick Thu Jan 12 17:55:05 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.in NEWS Log: - Back to dev. http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.16&r2=1.66.2.81.2.17&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.16 php-src/main/php_version.h:1.66.2.81.2.17 --- php-src/main/php_version.h:1.66.2.81.2.16 Thu Jan 12 17:52:28 2006 +++ php-src/main/php_version.h Thu Jan 12 17:55:04 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 2 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.2" +#define PHP_RELEASE_VERSION 3 +#define PHP_EXTRA_VERSION "-dev +#define PHP_VERSION "4.4.3-dev http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.19&r2=1.396.2.164.2.20&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.19 php-src/configure.in:1.396.2.164.2.20 --- php-src/configure.in:1.396.2.164.2.19 Thu Jan 12 17:52:29 2006 +++ php-src/configure.in Thu Jan 12 17:55:04 2006 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.19 2006/01/12 17:52:29 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.20 2006/01/12 17:55:04 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=2 -EXTRA_VERSION="" +RELEASE_VERSION=3 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.109&r2=1.1247.2.920.2.110&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.109 php-src/NEWS:1.1247.2.920.2.110 --- php-src/NEWS:1.1247.2.920.2.109 Thu Jan 12 17:54:19 2006 +++ php-src/NEWS Thu Jan 12 17:55:04 2006 @@ -1,5 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2006, Version 4.4.3 + 13 Jan 2006, 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php