]> granicus.if.org Git - php/commitdiff
4.3.9RC3
authorIlia Alshanetsky <iliaa@php.net>
Tue, 14 Sep 2004 04:28:47 +0000 (04:28 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 14 Sep 2004 04:28:47 +0000 (04:28 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 07ea0cbb22cfda19b3a4e65dda02083629757635..10ab6723000f4ff6039df5d133c48b246e8e20a6 100644 (file)
--- 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)
index a2ffc61c0e1be8e3718b53954110605f751972ed..554aea53e25cd41f352e41a3753a1c64dcbc9ea6 100644 (file)
@@ -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
index 3b3a113cc4cd3b84856d7c175a7f9d245c2d4ebe..3024ddef9e71aed3905e3052e9fbf438d8b16945 100644 (file)
@@ -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"