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
9f206ec4c4
commit
79d92eaa2f
2 changed files with 90 additions and 0 deletions
69
ChangeLog
69
ChangeLog
|
@ -1,3 +1,72 @@
|
|||
2007-01-07 Sara Golemon <sara@golemon.com>
|
||||
|
||||
* ZendEngine2/zend_alloc.h:
|
||||
Typo
|
||||
|
||||
2007-01-07 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* (PHP_5_2)
|
||||
NEWS
|
||||
ext/openssl/config.w32
|
||||
ext/openssl/config0.m4
|
||||
ext/openssl/openssl.c:
|
||||
|
||||
Fixed bug #39394 (Missing check for older variants of openssl).
|
||||
|
||||
2007-01-07 Hannes Magnusson <hannes.magnusson@gmail.com>
|
||||
|
||||
* ext/date/tests/bug37514.phpt:
|
||||
Use relative timestamp
|
||||
|
||||
* (PHP_5_2)
|
||||
ext/date/tests/bug37514.phpt:
|
||||
Use relative timestamp
|
||||
|
||||
2007-01-07 Sara Golemon <sara@golemon.com>
|
||||
|
||||
* ext/standard/user_filters.c
|
||||
ext/standard/tests/filters/001.phpt
|
||||
ext/standard/tests/filters/bug35916.phpt:
|
||||
Remaining unicode updates for user filters
|
||||
|
||||
* ZendEngine2/zend_API.c
|
||||
ZendEngine2/zend_API.h:
|
||||
Add add_property_zstr(l)(_ex)()
|
||||
|
||||
* ZendEngine2/zend_alloc.h:
|
||||
Add pestrndup()
|
||||
|
||||
* ZendEngine2/zend_alloc.c
|
||||
ZendEngine2/zend_alloc.h:
|
||||
Fix prior commit noticing this time that persistent allocators start with
|
||||
zend_*() and that one already exists
|
||||
|
||||
* ZendEngine2/zend_alloc.c
|
||||
ZendEngine2/zend_alloc.h:
|
||||
Flesh out some missing API calls
|
||||
|
||||
2007-01-07 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* (PHP_5_2)
|
||||
NEWS
|
||||
ext/pgsql/pgsql.c:
|
||||
|
||||
Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to
|
||||
establish a new connection).
|
||||
|
||||
* (PHP_5_2)
|
||||
NEWS
|
||||
ext/spl/spl_array.c
|
||||
ext/spl/tests/bug40036.phpt
|
||||
ext/spl/tests/bug40036.phpt:
|
||||
|
||||
Fixed bug #40036 (empty() does not work correctly with ArrayObject when
|
||||
using ARRAY_AS_PROPS).
|
||||
|
||||
* (PHP_5_2)
|
||||
ext/zip/php_zip.c:
|
||||
Fixed memory leaks on error
|
||||
|
||||
2007-01-06 Nuno Lopes <nunoplopes@sapo.pt>
|
||||
|
||||
* main/php_logos.c:
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
2007-01-07 Sara Golemon <sara@golemon.com>
|
||||
|
||||
* zend_alloc.h:
|
||||
Typo
|
||||
|
||||
* zend_API.c
|
||||
zend_API.h:
|
||||
Add add_property_zstr(l)(_ex)()
|
||||
|
||||
* zend_alloc.h:
|
||||
Add pestrndup()
|
||||
|
||||
* zend_alloc.c
|
||||
zend_alloc.h:
|
||||
Fix prior commit noticing this time that persistent allocators start with
|
||||
zend_*() and that one already exists
|
||||
|
||||
* zend_alloc.c
|
||||
zend_alloc.h:
|
||||
Flesh out some missing API calls
|
||||
|
||||
2007-01-05 Sara Golemon <sara@golemon.com>
|
||||
|
||||
* zend_builtin_functions.c:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue