Skip to content

Commit da252ca

Browse files
committed
Go with 4.0.5
1 parent 856356a commit da252ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP 4.0 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33

4-
?? ??? 200?, Version 4.0.5
4+
30 Apr 2001, Version 4.0.5
55
- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
66
one should use new preg_replace_callback() function. (Andrei)
77
- Added new php.ini directive: arg_separator.input which is used to tell

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
5151
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
5252

5353
dnl ## This is where the version number is changed from now on!
54-
AM_INIT_AUTOMAKE(php, 4.0.5RC8, nodefine)
54+
AM_INIT_AUTOMAKE(php, 4.0.5, nodefine)
5555

5656
PHP_VERSION=$VERSION
5757
echo "/* automatically generated by configure */" > php_version.h.new

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
3-
#define PHP_VERSION "4.0.5RC8"
3+
#define PHP_VERSION "4.0.5"

0 commit comments

Comments
 (0)