#
21e071be |
| 22-Jun-2005 |
Dmitry Stogov |
Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable) |
#
2a314dbc |
| 17-Jun-2005 |
Dmitry Stogov |
Removed EX(fbc_constructor) (it is no longer needed) |
#
aedbdb08 |
| 16-Jun-2005 |
Dmitry Stogov |
Allowed return by refrence from internal functions |
#
a6d84dbb |
| 16-Jun-2005 |
Dmitry Stogov |
Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8) |
#
faacd7f8 |
| 16-Jun-2005 |
Dmitry Stogov |
Compilation warnings |
#
c3e6a908 |
| 16-Jun-2005 |
Dmitry Stogov |
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ. |
#
3c1a774d |
| 16-Jun-2005 |
Dmitry Stogov |
USER_OPCODE API is improvet. Implemented ability to dispatch from user handler to internal handler of another opcode. |
#
ae37249f |
| 14-Jun-2005 |
Dmitry Stogov |
Removed old executor |
#
14b80ad1 |
| 13-Jun-2005 |
Dmitry Stogov |
Specializer optimization |
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
84b96e9b |
| 10-Jun-2005 |
Dmitry Stogov |
Fix so that extensions like xdebug, can overload opcodes in all execution modes including goto/switch |
#
6efa17c2 |
| 10-Jun-2005 |
Dmitry Stogov |
Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZEND_NEW). There was no real reason for this anymore and API should be changed before 5.1 |
#
87df726f |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed exception handling in getIterator() callback (bugs #26229 & #30725) |
#
f07eed91 |
| 07-Jun-2005 |
Derick Rethans |
- MF44: Problems with user defined error handler and references |
#
e2e1bf6b |
| 06-Jun-2005 |
Derick Rethans |
- Regenerate VM files and add warning about regeneration |
#
61054dbc |
| 06-Jun-2005 |
Dmitry Stogov |
Fixed bug #32993 (implemented Iterator function current() don't throw exception) |
#
3d7b0bab |
| 03-Jun-2005 |
Dmitry Stogov |
Fixed memory allocation bugs related to magic object handlers (__get(), __set(), ...) |
#
743c5bb1 |
| 27-May-2005 |
Dmitry Stogov |
Fixed bug #22836 (returning reference to uninitialized variable) |
#
79d6f11a |
| 05-May-2005 |
Dmitry Stogov |
Fixed bug #31525 (object reference being dropped. $this getting lost) |
#
5e4d9158 |
| 04-May-2005 |
Dmitry Stogov |
Fixed bug #30707 (Segmentation fault on exception in method) |
#
37d16df0 |
| 04-May-2005 |
Dmitry Stogov |
Fixed bug #30162 (Catching exception in constructor couses lose of $this) |
#
aba79c26 |
| 27-Apr-2005 |
Dmitry Stogov |
Fixed bug #32833 (Invalid opcode) |
#
28e68301 |
| 27-Apr-2005 |
Dmitry Stogov |
Fixed bug #32674 (exception in iterator causes crash) |
#
a9a319b0 |
| 26-Apr-2005 |
Dmitry Stogov |
Fixed bug #30889 (Conflict between __get/__set and ++ operator) |
#
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 |
|
#
3f16ad98 |
| 24-Mar-2005 |
Marcus Boerger |
- Second part of removing temp solution |