diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -2,6 +2,10 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Fixed array_walk() to work in PHP4 (Andrey) +- Ported all remaining date() format options from PHP3 (Andrey) +- $php_errormsg now works (Andrey) +- Added locale support for Perl Compatible Regexp functions (Andrey) - Informix module ported (Danny) - Removed --with-shared-apache (Sascha) - Added patch for reverse lookup table in base64_decode (Sascha) diff --git a/main/php_version.h b/main/php_version.h index ee69a881fc..ab60bf6f9f 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1 +1,3 @@ -#define PHP_VERSION "4.0B1" +/* automatically generated by configure */ +/* edit configure.in.in to change version number */ +#define PHP_VERSION "4.0b2-dev" |
