1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

ChangeLog update

This commit is contained in:
2003-08-01 00:30:42 +00:00
parent 2fb97cdf95
commit 6e49dd99c8
+17
View File
@@ -1,3 +1,20 @@
2003-07-31 Zeev Suraski <zeev@zend.com>
* zend_API.c:
Use instanceof_function()
* zend_compile.c
zend_execute.c:
Finish the array overloading patch
* zend_execute.c:
Cleanup
2003-07-31 Andi Gutmans <andi@zend.com>
* zend_hash.c:
- Fix logic. It was the wrong way around.
2003-07-30 Andi Gutmans <andi@zend.com>
* zend_execute.c