From: Ilia Alshanetsky Date: Tue, 14 Sep 2004 04:28:47 +0000 (+0000) Subject: 4.3.9RC3 X-Git-Tag: php-4.3.9RC3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b30885d8a3f011e1b210aee491ac6b952d732786;p=php 4.3.9RC3 --- diff --git a/NEWS b/NEWS index 07ea0cbb22..10ab672300 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +14 Sep 2004, Version 4.3.9RC3 +- GPC input processing fixes (Rasmus, Stefan) + 31 Aug 2004, Version 4.3.9RC2 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrei) diff --git a/configure.in b/configure.in index a2ffc61c0e..554aea53e2 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=9 -EXTRA_VERSION="RC3-dev" +EXTRA_VERSION="RC3" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 3b3a113cc4..3024ddef9e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 9 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "4.3.9RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "4.3.9RC3"