]> granicus.if.org Git - php/commitdiff
- Package RC2
authorAndi Gutmans <andi@php.net>
Tue, 3 Oct 2000 17:08:41 +0000 (17:08 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 3 Oct 2000 17:08:41 +0000 (17:08 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 7c96ac11e88776b5aeb0c724a178fe627ccb7ef7..b90560906d09856406bbbf5f91c9965f8709ed9b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 05 Oct 2000, Version 4.0.3
+- Fixed dirname() under certain conditions (Andi)
 - Add --with-imap-ssl to support SSL'ized imap library in RH7 and others
   (Rasmus)
 - Fix possible crash bug in parse_url() (Andi)
index 3305100e6f8dcd88300dc350c87ab979307af7a2..72a3e1ad018b7b6df35ee0831159976cc2d4fc16 100644 (file)
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
 dnl ## Diversion 5 is the last one.  Here we generate files and clean up.
 
 dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0.3-dev)
+AM_INIT_AUTOMAKE(php, 4.0.3RC2)
 
 PHP_VERSION=$VERSION
 echo "/* automatically generated by configure */" > php_version.h.new
index 4065a400928ca256042bf5292b2039f2aa72536e..02bc64b23649f2eaae74af0478624aeceb80d32d 100644 (file)
@@ -1,3 +1,3 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
-#define PHP_VERSION "4.0.3RC1"
+#define PHP_VERSION "4.0.3RC2"