derick Wed Aug 6 08:32:30 2008 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.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.48&r2=1.66.2.81.2.49&diff_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.52&r2=1.396.2.164.2.53&diff_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.in Wed 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.254&r2=1.1247.2.920.2.255&diff_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/NEWS Wed 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