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)
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
#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"