changelog Tue Aug 3 20:34:02 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1705&r2=1.1706&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1705 php-src/ChangeLog:1.1706
--- php-src/ChangeLog:1.1705 Mon Aug 2 20:34:43 2004
+++ php-src/ChangeLog Tue Aug 3 20:34:02 2004
@@ -1,3 +1,90 @@
+2004-08-03 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Typofix
+
+2004-08-03 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/iconv/iconv.dsp:
+ Oops. remember to save the project file before commiting.
+
+ * (PHP_4_3)
+ ext/iconv/iconv.dsp:
+ Updating library name to iconv.lib
+
+2004-08-03 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/ZEND_CHANGES:
+ Update
+
+ * (PHP_5_0)
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/tests/bug29505.phpt:
+ - MFH Bug #29505 get_class_vars() severely broken when used with arrays
+
+ * ZendEngine2/tests/bug29505.phpt:
+
+ Add new test
+
+ * ZendEngine2/zend_builtin_functions.c:
+ - Fixed Bug #29505 get_class_vars() severely broken when used with arrays
+
+ * NEWS
+ NEWS:
+ BFN
+
+2004-08-03 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_dotnet.c:
+ Even more verbosity...
+
+ * ext/com_dotnet/com_dotnet.c:
+ Even more verbosity in case of error
+
+2004-08-03 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/mail.c:
+ fix typo in mail.c: mail_force_extra_parameters ->
+ mail.force_extra_parameters
+
+ * (PHP_5_0)
+ php.ini-dist
+ php.ini-recommended:
+ MFH: fix typo in php.ini-dist & php.ini-recommended
+
+ * php.ini-dist
+ php.ini-recommended:
+ fix typo in php.ini: paramAters -> paramEters
+
+2004-08-03 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ pear/go-pear.bat:
+ commit for win32 - binary so line endings are always preserved - ..and in
+ PHP_5_0, where it also belongs
+
+ * pear/go-pear.bat:
+
+ commit for win32 - binary so line endings are always preserved - this time
+ on HEAD, where it belongs
+
+ * pear/go-pear.bat
+ pear/go-pear.bat:
+
+ file go-pear.bat was initially added on branch PHP_4_3.
+
+2004-08-03 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mime_magic/mime_magic.c:
+ sys/stat.h is includes in php_streams.h no need to do that again.
+
+2004-08-03 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/ming/config.w32:
+ Avoid possible exception
+
2004-08-02 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_reflection_api.c:
@@ -7668,7 +7755,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1705 2004/08/03 00:34:43
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1706 2004/08/04 00:34:02
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>