Browse Source

ChangeLog update

migration/RELEASE_1_0_0
21 years ago
parent
commit
720fbd9a5f
  1. 103
      ChangeLog
  2. 49
      Zend/ChangeLog

103
ChangeLog

@ -1,3 +1,106 @@
2005-09-16 Antony Dovgal <antony@zend.com>
* (PHP_5_0)
NEWS
NEWS
NEWS:
BFN
* (PHP_5_0)
ZendEngine2/zend_reflection_api.c
ZendEngine2/zend_reflection_api.c:
MFH: check class_entry of this_ptr in Reflection API
* ZendEngine2/zend_reflection_api.c:
check class_entry of this_ptr in Reflection API, so we won't get an alien
this_ptr
when called statically in a function that is called statically too
(without being
declared as static)
2005-09-16 Jani Taskinen <jani.taskinen@sci.fi>
* NEWS:
Please, only add entries for fixed bugs if they are ONLY fixed in HEAD!
2005-09-16 Antony Dovgal <antony@zend.com>
* (PHP_5_1)
ext/standard/http.c
ext/standard/var.c
ext/wddx/wddx.c:
fix #34505 (possible memory corruption when unmangling properties with
empty names)
2nd part
* (PHP_5_1)
ZendEngine2/zend.c
ZendEngine2/zend_builtin_functions.c
ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.h
ZendEngine2/zend_reflection_api.c
ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_execute.h:
fix #34505 (possible memory corruption when unmangling properties with
empty names)
1st part
2005-09-16 Dmitry Stogov <dmitry@zend.com>
* NEWS
NEWS
NEWS:
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
* ZendEngine2/tests/array_type_hint_001.phpt
tests/classes/type_hinting_001.phpt
tests/lang/bug24658.phpt
tests/lang/catchable_error_001.phpt
tests/lang/catchable_error_002.phpt
tests/lang/type_hints_001.phpt:
Fixed tests
2005-09-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/sqlite/tests/sqlite_spl_001.phpt:
- MFB
2005-09-16 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/tests/bug34518.phpt
ZendEngine2/tests/bug34518.phpt:
Fixed bug #34518 (Unset doesn't separate container in CV)
* NEWS
NEWS
ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_execute.h
ZendEngine2/zend_vm_execute.h
ZendEngine2/zend_vm_opcodes.h
ZendEngine2/zend_vm_opcodes.h
ZendEngine2/tests/bug34518.phpt:
Fixed bug #34518 (Unset doesn't separate container in CV)
* ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.c:
MFH (overriding of protected static property)
2005-09-16 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)
ext/ldap/config.m4:
correct flag
* (PHP_5_1)
ext/ldap/config.m4:
Fixed bug #34525
* (PHP_5_1)
ext/sqlite/tests/sqlite_spl_001.phpt:
fix test
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)

49
Zend/ChangeLog

@ -1,3 +1,52 @@
2005-09-16 Antony Dovgal <antony@zend.com>
* (PHP_5_0)
zend_reflection_api.c
zend_reflection_api.c:
MFH: check class_entry of this_ptr in Reflection API
* zend_reflection_api.c:
check class_entry of this_ptr in Reflection API, so we won't get an alien
this_ptr
when called statically in a function that is called statically too
(without being
declared as static)
* (PHP_5_1)
zend.c
zend_builtin_functions.c
zend_compile.c
zend_compile.h
zend_reflection_api.c
zend_vm_def.h
zend_vm_execute.h:
fix #34505 (possible memory corruption when unmangling properties with
empty names)
1st part
2005-09-16 Dmitry Stogov <dmitry@zend.com>
* tests/array_type_hint_001.phpt:
Fixed tests
* tests/bug34518.phpt
tests/bug34518.phpt:
Fixed bug #34518 (Unset doesn't separate container in CV)
* zend_vm_def.h
zend_vm_def.h
zend_vm_execute.h
zend_vm_execute.h
zend_vm_opcodes.h
zend_vm_opcodes.h
tests/bug34518.phpt:
Fixed bug #34518 (Unset doesn't separate container in CV)
* zend_compile.c
zend_compile.c:
MFH (overriding of protected static property)
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)

Loading…
Cancel
Save