Browse Source

Planning for 4.0RC2 on Monday

PHP-4.0.5
Sascha Schumann 27 years ago
parent
commit
17b84ad7e7
  1. 2
      NEWS
  2. 2
      configure.in
  3. 2
      main/php_version.h

2
NEWS

@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
8 May 2000, Version 4.0 Release Candidate 2
- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
- Made WDDX serialization properly escape <, >, and &. Also speeded up
the serialization in general. (Andrei)

2
configure.in

@ -49,7 +49,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.0RC2-dev)
AM_INIT_AUTOMAKE(php, 4.0RC2)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new

2
main/php_version.h

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_VERSION "4.0RC2-dev"
#define PHP_VERSION "4.0RC2"
Loading…
Cancel
Save