summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-03-26 19:18:59 +0000
committerZeev Suraski <zeev@php.net>2000-03-26 19:18:59 +0000
commit8c79054ad255150075777efecf4b38061a95cf59 (patch)
treea3296fcc9a2d020b39407319cdaa206d3c10538f
parent7fd92b524d12d03c000ece513757a8e267013ca4 (diff)
downloadphp-git-8c79054ad255150075777efecf4b38061a95cf59.tar.gz
Package RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 77d8606ad5..d809ada98c 100644
--- 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)
diff --git a/configure.in b/configure.in
index 60235c7a25..92d87c1836 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/main/php_version.h b/main/php_version.h
index 7a86df4256..9e74c0fb1e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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"