|
|
|
@ -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 |
|
|
|
|