1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

ChangeLog update

This commit is contained in:
2008-01-12 01:31:36 +00:00
parent 02cbdbe853
commit dc07ea8416
2 changed files with 93 additions and 0 deletions

View File

@@ -1,3 +1,71 @@
2008-01-11 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/zend_execute.c
ZendEngine2/zend_execute.c:
Simplified assignment to string offset
2008-01-11 Lukas Smith <smith@pooteeweet.org>
* README.MAILINGLIST_RULES:
- added rules about real names and signatures
2008-01-11 Rob Richards <rrichards@ctindustries.net>
* (PHP_5_2)
ext/libxml/config.w32:
MFH: starting with 2.6.30, standard libxml2 build can be used
2008-01-11 Lukas Smith <smith@pooteeweet.org>
* README.MAILINGLIST_RULES:
- minor typo fixes
2008-01-11 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_execute.h
ZendEngine2/zend_vm_execute.h:
Fixed unspecialized executor
2008-01-11 Lukas Smith <smith@pooteeweet.org>
* README.MAILINGLIST_RULES
README.MAILINGLIST_RULES:
- initial commit .. feedback appreciated
2008-01-11 Dmitry Stogov <dmitry@zend.com>
* (PHP_5_3)
NEWS
ZendEngine2/zend_execute.c
ZendEngine2/zend_execute.c
ZendEngine2/tests/bug32799.phpt
ZendEngine2/tests/bug32799.phpt
ZendEngine2/tests/bug39346.phpt
ZendEngine2/tests/bug39346.phpt
ZendEngine2/tests/bug39346.phpt:
Fixed bug #39346 (Unsetting a static variable inside a destructor causes
segfault later on)
2008-01-11 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
NEWS
ext/pdo/pdo_stmt.c
ext/pdo/pdo_stmt.c:
MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a
column
* (PHP_5_3)
ext/pdo/pdo_stmt.c:
Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column #
by
which to group by data is specified.
2008-01-10 Brian Shire <shire@tekrat.com>
* (PHP_5_2)

View File

@@ -1,3 +1,28 @@
2008-01-11 Dmitry Stogov <dmitry@zend.com>
* zend_execute.c
zend_execute.c:
Simplified assignment to string offset
* zend_vm_def.h
zend_vm_def.h
zend_vm_execute.h
zend_vm_execute.h:
Fixed unspecialized executor
* zend_execute.c
zend_execute.c
tests/bug32799.phpt
tests/bug32799.phpt
tests/bug39346.phpt:
Fixed bug #39346 (Unsetting a static variable inside a destructor causes
segfault later on)
* tests/bug39346.phpt
tests/bug39346.phpt:
file bug39346.phpt was initially added on branch PHP_5_3.
2008-01-10 Dmitry Stogov <dmitry@zend.com>
* zend_execute_API.c