From: Andrey Hristov Date: Fri, 23 Jul 1999 13:47:57 +0000 (+0000) Subject: Changeloggin' X-Git-Tag: php-4.0b2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ed8f71410fb2bf08f5ff420884b37a6d12e5a1;p=php Changeloggin' --- diff --git a/ChangeLog b/ChangeLog index 17b3f079a4..251661142f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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"