mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
ChangeLog update
This commit is contained in:
parent
6442cfaaf6
commit
dbebf39ff3
2 changed files with 35 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2009-06-19 Kalle Sommer Nielsen <kalle.php@gmail.com>
|
||||
|
||||
* ext/gd/gd.c:
|
||||
Fix memleak
|
||||
|
||||
2009-06-19 Scott MacVicar <scott@macvicar.net>
|
||||
|
||||
* (PHP_5_3)
|
||||
ZendEngine2/zend_object_handlers.c
|
||||
ZendEngine2/tests/bug48215_2.phpt
|
||||
ZendEngine2/tests/bug48215_2.phpt:
|
||||
Make the check case sensitive, and since we can only have a constructor
|
||||
that matches the class name or is __construct
|
||||
its probably safe to just check for __. This means we can skip lowering
|
||||
the function_name, which is hard to be binary
|
||||
safe sine we don't store the length.
|
||||
|
||||
If we just did a zend_hash_exists lookup we'd be fine since its stored
|
||||
lowercased already :)
|
||||
|
||||
2009-06-18 andy wharmby <wharmby@uk.ibm.com>
|
||||
|
||||
* ext/standard/tests/dir/readdir_variation7.phpt
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2009-06-19 Scott MacVicar <scott@macvicar.net>
|
||||
|
||||
* (PHP_5_3)
|
||||
zend_object_handlers.c
|
||||
tests/bug48215_2.phpt
|
||||
tests/bug48215_2.phpt:
|
||||
Make the check case sensitive, and since we can only have a constructor
|
||||
that matches the class name or is __construct
|
||||
its probably safe to just check for __. This means we can skip lowering
|
||||
the function_name, which is hard to be binary
|
||||
safe sine we don't store the length.
|
||||
|
||||
If we just did a zend_hash_exists lookup we'd be fine since its stored
|
||||
lowercased already :)
|
||||
|
||||
2009-06-18 Scott MacVicar <scott@macvicar.net>
|
||||
|
||||
* (PHP_5_3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue