Revision tags: php-5.1.0b3 |
|
#
8a9fc343 |
| 11-Jul-2005 |
Ilia Alshanetsky |
Make references misuse emit E_NOTICE rather E_STRICT to be compatible with PHP 4.4.0
|
Revision tags: php-4.4.0 |
|
#
343af548 |
| 04-Jul-2005 |
Dmitry Stogov |
Fixed SIGSEGV on 'global ${"{$blah}_ID"};'
|
#
f4b5a519 |
| 03-Jul-2005 |
Dmitry Stogov |
Fixed memory leak
|
Revision tags: php-4.4.0RC2 |
|
#
fb0c96d0 |
| 29-Jun-2005 |
Stanislav Malyshev |
fix conditions for freeing
|
#
b95ec352 |
| 28-Jun-2005 |
Stanislav Malyshev |
fix previous patch
|
#
e3601d22 |
| 28-Jun-2005 |
Stanislav Malyshev |
fixes for non-php objects
|
#
7662d4df |
| 27-Jun-2005 |
Dmitry Stogov |
Fixed SIGSEGV on assigment string offset by reference
|
#
61b9dedd |
| 24-Jun-2005 |
Dmitry Stogov |
Export zend_do_fcall() helper from executor
|
#
12b66c26 |
| 24-Jun-2005 |
Dmitry Stogov |
Fixed bug #30519 (Interface not existing says Class not found)
|
#
cfe01e1b |
| 23-Jun-2005 |
Dmitry Stogov |
Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get))
|
Revision tags: php-5.1.0b2 |
|
#
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.
|
#
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
|
#
941f1691 |
| 06-Jun-2005 |
Derick Rethans |
- MH44: Problems with user defined error handler and wrong usage of references
|
#
61054dbc |
| 06-Jun-2005 |
Dmitry Stogov |
Fixed bug #32993 (implemented Iterator function current() don't throw exception)
|