changelog Sat Apr 7 01:31:00 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2651&r2=1.2652&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2651 php-src/ChangeLog:1.2652
--- php-src/ChangeLog:1.2651 Fri Apr 6 01:31:03 2007
+++ php-src/ChangeLog Sat Apr 7 01:30:59 2007
@@ -1,3 +1,101 @@
+2007-04-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/filestat.c:
+ MFB: clean & refactored disk_*() funcs implementation
+ Ilia, feel free to make these functions public, though I don't see why
+ would want to do that
+
+2007-04-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_array.c:
+ - Fix unicode issue
+
+ * ext/spl/php_spl.c:
+ - Fix unicode issue in unregister according to register solution
+
+ * ext/spl/php_spl.c:
+ - Fix unicode issue (our string termination test checks both ending bytes
+ instead of just one)
+
+ * ZendEngine2/zend_operators.h:
+ - Add a helper
+
+2007-04-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/strings/printf_64bit.phpt
+ ext/standard/tests/strings/printf_64bit.phpt:
+ fix test
+
+2007-04-06 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * main/snprintf.h:
+ MFB
+
+ * (PHP_5_2)
+ main/snprintf.h:
+ We can't use the printf attribute here since we are supporting
+ non-standard formats (like 'F').
+
+2007-04-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/spl/php_spl.c:
+ - Fix types
+
+ * ext/spl/php_spl.c:
+ - MFB #40091 fix
+
+2007-04-06 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/soap/php_encoding.c:
+ Apologies. Didn't realize we were using custom snprintf().
+
+ * (PHP_5_2)
+ ext/soap/php_encoding.c:
+ Typo?
+
+2007-04-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/spl/spl_array.c:
+ - Fix 40442
+
+ * (PHP_5_2)
+ ext/spl/tests/bug40442.phpt:
+ - Add bug name
+
+ * (PHP_5_2)
+ ext/spl/php_spl.c:
+ - Better fix for #40091
+
+2007-04-06 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/gd/config.w32:
+ - MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
+ HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report)
+
+ * (PHP_5_2)
+ ext/gd/config.w32
+ ext/gd/gd.c:
+ - Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
+ HAVE_LIBFREETYPE
+ to config.w32 (Thanks to Frank for the report)
+
+2007-04-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_array.c
+ ext/spl/tests/bug40442.phpt
+ ext/spl/tests/bug40442.phpt:
+ - Fix #40442
+
+2007-04-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ main/main.c:
+ Avoid locks when appening to the error log file
+
2007-04-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ZendEngine2/tests/foreach.phpt