]> granicus.if.org Git - php/commitdiff
Changeloggin'
authorAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 13:47:57 +0000 (13:47 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 13:47:57 +0000 (13:47 +0000)
ChangeLog
main/php_version.h

index 17b3f079a4b73eface169070fa0b05b725c9a938..251661142f426725dab60b8cf2e7c82138ee08ec 100644 (file)
--- 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)
index ee69a881fcbb3176fd3a29b246c4ece4d051a4fa..ab60bf6f9f5de15d110a19e91f235f76f4b93c6d 100644 (file)
@@ -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"