#
4658513d |
| 07-Jun-2005 |
Dmitry Stogov |
fixed memory leak in bug #28972 ([] operator overflow treatment is incorrect), not the bug itself.
|
#
3d7b0bab |
| 03-Jun-2005 |
Dmitry Stogov |
Fixed memory allocation bugs related to magic object handlers (__get(), __set(), ...)
|
#
1a723413 |
| 26-May-2005 |
Dmitry Stogov |
Added array type hinting. (This patch requires full re-make)
|
#
b2d28102 |
| 04-May-2005 |
Dmitry Stogov |
Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not defined)
|
#
8db238b0 |
| 29-Apr-2005 |
Dmitry Stogov |
Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On) Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On) Fixed bug #32080 (segfault when assig
Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On) Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On) Fixed bug #32080 (segfault when assigning object to itself with zend.ze1_compatibility_mode=On)
show more ...
|
#
4fbddd03 |
| 15-Apr-2005 |
Andrei Zmievski |
Fix certain operations to stop relying on presence of read_property and write_property handlers. They may be NULL'ed out by certain objects pretending to be pure arrays, for example. Do check
Fix certain operations to stop relying on presence of read_property and write_property handlers. They may be NULL'ed out by certain objects pretending to be pure arrays, for example. Do checks first.
show more ...
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2 |
|
#
992c28db |
| 23-Mar-2005 |
Andrei Zmievski |
Consolidate: call _get_zval_ptr_var() for IS_VAR case in _get_zval_ptr().
|
Revision tags: php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
8838c0f8 |
| 22-Jan-2005 |
Andi Gutmans |
- Two new API calls for Derick (retreive CV name and value) by Dmitry
|
#
30445fb6 |
| 18-Jan-2005 |
Dmitry Stogov |
Fixed bug #28444 (Cannot access undefined property for object with overloaded property access).
|
#
72d02269 |
| 14-Jan-2005 |
Dmitry Stogov |
Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again)
|
#
ce0884c2 |
| 13-Jan-2005 |
Dmitry Stogov |
Additional fix for fix of bug #29883
|
#
6fa37163 |
| 12-Jan-2005 |
Dmitry Stogov |
Fixed bug #31098 (isset false positive)
|
#
beaff87d |
| 27-Dec-2004 |
Dmitry Stogov |
"Undefined variable: %s" noticies were fixed to use one space
|
#
e986a1f4 |
| 24-Dec-2004 |
Dmitry Stogov |
"Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
ae78d7d4 |
| 03-Nov-2004 |
Moriyoshi Koizumi |
- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't support weak symbol aliasing at this time.
|
#
e50a6fde |
| 22-Oct-2004 |
Andi Gutmans |
- Commit new VM - Old one is tagged as PRE_NEW_VM_GEN_PATCH - Still doing work so more commits to come. Don't complain (yet) :)
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
fd92acac |
| 22-Oct-2004 |
Andi Gutmans |
- Fix crash (MFB PHP5_0)
|
#
3d383e45 |
| 05-Oct-2004 |
Dmitry Stogov |
Fixed unset() bug that was introduced with CV optimization patch
|
#
db507dd1 |
| 04-Oct-2004 |
Andi Gutmans |
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. -
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
show more ...
|
#
f82ed136 |
| 23-Sep-2004 |
Andi Gutmans |
- Commit new VM architecture. This one allows people (aka Derick) to - ask the engine to use function handler mode. Will update the README - about that.
|
Revision tags: php-5.0.2 |
|
#
b04db9d9 |
| 23-Sep-2004 |
Anantha Kesari H Y |
Reverted the NetWare Specific Stack limit related patches as asked by Andi
|
#
8eb75030 |
| 22-Sep-2004 |
Anantha Kesari H Y |
Stack limit will be checked while executing the script
|
#
3009a073 |
| 22-Sep-2004 |
Dmitry Stogov |
Fixed bug #29566 (foreach/string handling strangeness (crash)).
|
#
81a5af36 |
| 22-Sep-2004 |
Dmitry Stogov |
Fixed bug in fix for bug #29707
|
#
d9252aa1 |
| 21-Sep-2004 |
Andi Gutmans |
- Fix for bug #29707
|