PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Nov 2004, Version 4.3.10
+07 Dec 2004, Version 4.3.10RC2
- Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
- Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=10
-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 3
#define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.3.10RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.3.10RC2"