]> granicus.if.org Git - php/commitdiff
Package RC1
authorZeev Suraski <zeev@php.net>
Sun, 26 Mar 2000 19:18:59 +0000 (19:18 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 26 Mar 2000 19:18:59 +0000 (19:18 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 77d8606ad593c45b55aa4aa6b6848ae9dc751088..d809ada98c0159a4e92f0b680a305a4cd5010d88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 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)
index 60235c7a25e9a57795a954f4fb09fd5c5615e2be..92d87c1836963624517b86db3f8312896e8a0217 100644 (file)
@@ -53,7 +53,7 @@ divert(2)
 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
index 7a86df4256422300b14910ad0802a1324b8e1726..9e74c0fb1ea0792d3e1778c2bb163eb073c23f85 100644 (file)
@@ -1,3 +1,3 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
-#define PHP_VERSION "4.0b5-dev"
+#define PHP_VERSION "4.0RC1"