PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-???, Version 4.0 Release Candidate 1
+27 March 2000, Version 4.0 Release Candidate 1
+- Fixed a crash problem in func_num_args(), func_get_arg() and func_get_args()
+ when used as function arguments (Andi)
- Added get_class_methods(string classname) function. (Andrei)
- Don't default to iso-8859-1 since this confuses some browsers (Rasmus)
- stristr() no longer modifies it's arguments. (Thies)
PHP_CONFIGURE_PART(Running system checks)
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0b5-dev)
+AM_INIT_AUTOMAKE(php, 4.0RC1)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0b5-dev"
+#define PHP_VERSION "4.0RC1"