iliaa Mon Aug 18 08:27:01 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src configure.in NEWS
/php-src/main php_version.h
Log:
RC4 is a go
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.64 php-src/configure.in:1.396.2.65
--- php-src/configure.in:1.396.2.64 Thu Aug 7 14:42:40 2003
+++ php-src/configure.in Mon Aug 18 08:27:00 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.64 2003/08/07 18:42:40 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.65 2003/08/18 12:27:00 iliaa Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -41,7 +41,7 @@
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=3
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.353 php-src/NEWS:1.1247.2.354
--- php-src/NEWS:1.1247.2.353 Sun Aug 17 17:27:55 2003
+++ php-src/NEWS Mon Aug 18 08:27:00 2003
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-14 Aug 2003, Version 4.3.3RC4
+18 Aug 2003, Version 4.3.3RC4
- Fixed bug #25093 (ext/pgsql: Various leaks due to non-freed queries). (Ilia)
- Fixed bug #25084 (ext/session: Fixed session.referer_check to be independent
on register_globals). (Ilia)
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.25 php-src/main/php_version.h:1.66.2.26
--- php-src/main/php_version.h:1.66.2.25 Thu Aug 7 14:42:40 2003
+++ php-src/main/php_version.h Mon Aug 18 08:27:01 2003
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "4.3.3RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "4.3.3RC4"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php