PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jun 2006, Version 4.4.3RC2
+04 Jul 2006, Version 4.4.3RC2
- Improved safe_mode check for the error_log() function. (Ilia)
- Fixed handling of extremely long paths inside tempnam() function. (Ilia)
- Fixed XSS inside phpinfo() with long inputs. (Ilia)
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=3
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
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 4
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.3RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.3RC2"