changelog Wed Jan 17 01:30:59 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2573&r2=1.2574&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2573 php-src/ChangeLog:1.2574
--- php-src/ChangeLog:1.2573 Tue Jan 16 01:31:03 2007
+++ php-src/ChangeLog Wed Jan 17 01:30:58 2007
@@ -1,3 +1,68 @@
+2007-01-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_directory.c
+ ext/spl/spl_directory.h:
+ - Steps towards unicode
+
+2007-01-16 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * main/php.h:
+ Update PHP API version.
+
+
+2007-01-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/filestat.c
+ ext/standard/php_filestat.h:
+ - Add php_u_stat()
+
+ * main/php_streams.h
+ main/streams/streams.c:
+ - Add more unicode stuff
+
+2007-01-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/odbc/php_odbc.c:
+
+ MFB: Fixed output code inside odbc_result_all()
+
+ * (PHP_4_4)
+ ext/odbc/php_odbc.c:
+
+ MFH: Fixed output code inside odbc_result_all()
+
+ * (PHP_5_2)
+ ext/odbc/php_odbc.c:
+ Fixed output code inside odbc_result_all()
+
+2007-01-16 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/gettext/gettext.c:
+ MFH: return false if realpath()/getcwd() fail
+
+ * ext/gettext/gettext.c:
+ return false if realpath()/getcwd() fail
+
+ * (PHP_5_2)
+ TSRM/tsrm_virtual_cwd.c:
+ MFH: free temp cwd_state struct on error
+
+ * TSRM/tsrm_virtual_cwd.c:
+ free temporary cwd_state struct on error
+
+ * ext/pspell/pspell.c:
+ plug leaks
+ initialize the last argument of RegQueryValueEx()
+ fix ws
+
+2007-01-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ win32/sendmail.c:
+
+ Added buffer length checks
+
2007-01-15 Marcus Boerger <[EMAIL PROTECTED]>
* main/php_streams.h