changelog Tue Oct 7 01:32:11 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3190&r2=1.3191&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3190 php-src/ChangeLog:1.3191
--- php-src/ChangeLog:1.3190 Mon Oct 6 01:32:11 2008
+++ php-src/ChangeLog Tue Oct 7 01:32:10 2008
@@ -1,3 +1,90 @@
+2008-10-06 Kalle Sommer Nielsen <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/mssql/php_mssql.c:
+ MFH:
+ * is_output and is_null parameters are now booleans instead of int in
+ mssql_bind
+ * Added missing conditional from old parameter parsing
+
+ * ext/mssql/php_mssql.c:
+ - is_output and is_null parameters are now booleans instead of int in
+ mssql_bind
+ * Added missing conditional from old parameter parsing
+
+2008-10-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ Removed deprecated usage of zend_get_parameters_ex()
+
+2008-10-06 Felipe Pena <[EMAIL PROTECTED]>
+
+ * ext/interbase/ibase_service.c:
+ - Fixed compiler warning
+
+ * (PHP_5_2)
+ NEWS:
+ - BFN #45373
+
+ * (PHP_5_2)
+ ext/interbase/ibase_query.c
+ ext/interbase/ibase_query.c
+ ext/interbase/tests/bug45373.phpt
+ ext/interbase/tests/bug45373.phpt:
+ - MFH: Fixed bug #45373 (php crash on query with errors in params)
+
+ * ext/interbase/ibase_query.c
+ ext/interbase/tests/bug45373.phpt
+ ext/interbase/tests/bug45373.phpt
+ ext/interbase/tests/bug45373.phpt:
+ - Fixed bug #45373 (php crash on query with errors in params)
+
+2008-10-06 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/date/lib/timezonedb.h
+ ext/date/lib/timezonedb.h
+ ext/date/lib/timezonedb.h:
+ - Updated to version 2008.7 (2008g)
+
+2008-10-06 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/spl/spl_array.c
+ ext/spl/tests/bug46115.phpt:
+ MFH: bug #46115 (Fixes nothing in 5.2, but sync code)
+
+2008-10-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/imap/php_imap.c:
+
+ MFB: Fixed a few signedness warnings
+
+ * (PHP_5_3)
+ ext/imap/php_imap.c:
+ Fixed a few signedness warnings
+
+2008-10-06 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/tests/bug46238.phpt:
+ - MFH: Fixed bug #46238 (Segmentation fault on static call with empty
+ string method)
+
+ * ZendEngine2/tests/bug46238.phpt
+ ZendEngine2/tests/bug46238.phpt:
+
+ - Fixed bug #46238 (Segmentation fault on static call with empty string
+ method)
+
+ * ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ - Fixed bug #46238 (Segmentation fault on static call with empty string
+ method)
+
2008-10-05 Etienne Kneuss <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -7125,7 +7212,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3190 2008/10/06 01:32:11 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3191 2008/10/07 01:32:10 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c