mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
ChangeLog update
This commit is contained in:
parent
4a645e09af
commit
fd0ec1cb45
41
ChangeLog
41
ChangeLog
@ -1,3 +1,44 @@
|
||||
2004-05-04 Wez Furlong <wez.php@thebrainroom.net>
|
||||
|
||||
* NEWS:
|
||||
news
|
||||
|
||||
* ext/com_dotnet/com_handlers.c
|
||||
ext/com_dotnet/com_saproxy.c
|
||||
ext/simplexml/simplexml.c
|
||||
ext/standard/array.c:
|
||||
Update for count_elements handler for overloaded objects.
|
||||
|
||||
* ZendEngine2/zend_iterators.c
|
||||
ZendEngine2/zend_object_handlers.c
|
||||
ZendEngine2/zend_object_handlers.h
|
||||
ZendEngine2/zend_objects_API.c:
|
||||
Add count_elements handler for overloaded objects.
|
||||
|
||||
* sapi/activescript/php5as_scriptengine.h:
|
||||
Just in case this header isn't present on the snaps machine.
|
||||
|
||||
* sapi/activescript/README
|
||||
sapi/activescript/classfactory.cpp
|
||||
sapi/activescript/php5activescript.c
|
||||
sapi/activescript/php5as_classfactory.h
|
||||
sapi/activescript/php5as_scriptengine.h
|
||||
sapi/activescript/scriptengine.cpp:
|
||||
Improve stability.
|
||||
Give it a new CLSID and change the engine name to ActivePHP5.
|
||||
Globals registered by the scripting host are now auto-globals and don't
|
||||
need to be declared global when accessed from within functions.
|
||||
|
||||
2004-05-04 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
|
||||
|
||||
* ext/interbase/ibase_query.c:
|
||||
ibase_query(): Be careful not to return true on error conditions
|
||||
|
||||
2004-05-04 Martin Jansen <mail@martin-jansen.de>
|
||||
|
||||
* pear/CODING_STANDARDS:
|
||||
- Providing the full URL to the coding standards.
|
||||
|
||||
2004-05-03 Wez Furlong <wez.php@thebrainroom.net>
|
||||
|
||||
* ext/com_dotnet/com_extension.c
|
||||
|
@ -1,3 +1,11 @@
|
||||
2004-05-04 Wez Furlong <wez.php@thebrainroom.net>
|
||||
|
||||
* zend_iterators.c
|
||||
zend_object_handlers.c
|
||||
zend_object_handlers.h
|
||||
zend_objects_API.c:
|
||||
Add count_elements handler for overloaded objects.
|
||||
|
||||
2004-05-02 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* zend_operators.c:
|
||||
|
Loading…
Reference in New Issue
Block a user