changelog Sat Mar 27 20:33:52 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1580&r2=1.1581&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1580 php-src/ChangeLog:1.1581
--- php-src/ChangeLog:1.1580 Fri Mar 26 20:32:27 2004
+++ php-src/ChangeLog Sat Mar 27 20:33:51 2004
@@ -1,3 +1,56 @@
+2004-03-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * tests/classes/type_hinting_002.phpt:
+ Add new test
+
+ * ZendEngine2/zend.c:
+ Even though it is uncommented it should be right
+
+2004-03-27 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.dsp:
+ added missing files of oniguruma to mbstring.dsp.
+
+2004-03-27 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * acinclude.m4:
+ Put AC_DEFINE in correct place so caching will work properly
+
+2004-03-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ main/SAPI.c:
+ Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type
+ Header
+
+ * ext/standard/config.m4:
+ Move defines to proper location
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.c:
+ Touch after .c
+
+ * ext/standard/tests/math/bug27646.phpt:
+
+ Portable solution for bug #27646 that works correct on Windows, too
+
+ * ext/standard/basic_functions.c
+ ext/standard/basic_functions.h
+ ext/standard/config.m4
+ ext/standard/var_unserializer.re:
+ Portable solution for bug #27646 that works correct on Windows, too
+
+ * ext/ming/php_ming.h:
+ Commit the header, too.
+
+ * ext/ming/ming.c:
+ Follow ming_xy naming convention
+
2004-03-26 Frank M. Kromann <[EMAIL PROTECTED]>
* ext/ming/ming.c:
@@ -637,7 +690,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1580 2004/03/27 01:32:27
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1581 2004/03/28 01:33:51
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>