changelog Thu Feb 12 01:32:43 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3315&r2=1.3316&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3315 php-src/ChangeLog:1.3316
--- php-src/ChangeLog:1.3315 Wed Feb 11 01:32:35 2009
+++ php-src/ChangeLog Thu Feb 12 01:32:42 2009
@@ -1,3 +1,81 @@
+2009-02-11 Takeshi Abe <t...@fixedpoint.jp>
+
+ * (PHP_5_3)
+ ext/gd/libgd/gdxpm.c:
+ MFH:
+ - fixed memory leaks in gdImageCreateFromXpm()
+ - dropped unused codes
+
+ * ext/gd/libgd/gdxpm.c:
+ - fixed memory leaks in gdImageCreateFromXpm()
+ - dropped unused codes
+
+ * (PHP_5_3)
+ ext/gd/libgd/gd.c:
+ MFH: optimization via the row-major order.
+
+ * ext/gd/libgd/gd.c:
+ optimization via the row-major order.
+
+2009-02-11 Ilia Alshanetsky <i...@prohost.org>
+
+ * ext/mbstring/mbstring.c:
+
+ MFB: Improved param parsing
+
+ * (PHP_5_3)
+ ext/mbstring/mbstring.c:
+
+ Improved param parsing
+
+2009-02-11 Felipe Pena <felipe...@gmail.com>
+
+ * (PHP_5_3)
+ ext/pdo_pgsql/tests/large_objects.phpt
+ ext/pdo_pgsql/tests/large_objects.phpt:
+ MFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound
before
+ execute() on PgSQL)
+
+ * ext/pdo_pgsql/tests/large_objects.phpt:
+ Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before
+ execute() on PgSQL)
+
+2009-02-11 Antony Dovgal <t...@daylessday.org>
+
+ * (PHP_5_2)
+ ZendEngine2/tests/bug47353.phpt
+ ZendEngine2/tests/bug47353.phpt:
+ add test
+
+ * ZendEngine2/tests/bug47353.phpt
+ ZendEngine2/tests/bug47353.phpt
+ ZendEngine2/tests/bug47353.phpt:
+ 1.1.4;
+ add test
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_objects_API.c
+ ZendEngine2/zend_objects_API.c:
+ MFH: fix bug #47353 (crash when creating a lot of objects in object
+ destructor)
+
+ * ZendEngine2/zend_objects_API.c:
+ fix bug #47353 (crash when creating a lot of objects in object
destructor)
+
+ * configure.in:
+ fix check for zend_extension type
+
+2009-02-11 Scott MacVicar <sc...@macvicar.net>
+
+ * (PHP_5_2)
+ configure.in
+ configure.in:
+ MFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top
+
+ * configure.in:
+ Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top
+
2009-02-10 Lukas Smith <sm...@pooteeweet.org>
* (PHP_5_3)
@@ -29698,7 +29776,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3315 2009/02/11 01:32:35 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3316 2009/02/12 01:32:42 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c