History log of /PHP-5.4/Zend/zend_compile.c (Results 401 – 425 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 96fc6717 17-Jul-2005 Ilia Alshanetsky

Added missing init.


Revision tags: php-5.1.0b3, php-4.4.0
# 345e0255 07-Jul-2005 Dmitry Stogov

Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)


Revision tags: php-4.4.0RC2
# 6bc32139 24-Jun-2005 Dmitry Stogov

Partial fix for bug #26584 (Class member - array key overflow)
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.


# 12b66c26 24-Jun-2005 Dmitry Stogov

Fixed bug #30519 (Interface not existing says Class not found)


Revision tags: php-5.1.0b2
# 21e071be 22-Jun-2005 Dmitry Stogov

Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)


# 1098ec03 21-Jun-2005 Dmitry Stogov

Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASS in case of early binding


# aedbdb08 16-Jun-2005 Dmitry Stogov

Allowed return by refrence from internal functions


# c3e6a908 16-Jun-2005 Dmitry Stogov

ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 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


# 2cb52151 09-Jun-2005 Stanislav Malyshev

MF50: fix #29689 and more private property problems


# b83a2603 09-Jun-2005 Stanislav Malyshev

disallow abstrace private methods


# d873ecb2 08-Jun-2005 Dmitry Stogov

Fixed valgrind errors


# 55cdb7c0 08-Jun-2005 Dmitry Stogov

Fixed lookups for previos opcodes


# 0a44789b 08-Jun-2005 Dmitry Stogov

Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())


# 58a0ee09 07-Jun-2005 Dmitry Stogov

Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)


# 91a344a5 06-Jun-2005 Dmitry Stogov

Fixed bug #32428 (The @ warning error supression operator is broken)


# 89e53d5a 03-Jun-2005 Dmitry Stogov

Fixed bug #30080 (Passing array or non array of objects)


# 6b39b374 03-Jun-2005 Dmitry Stogov

Fixed bug #27598 (list() array key assignment causes HUGE memory leak)


# 4f9a2bed 31-May-2005 Marcus Boerger

- Only allow changing return ref agnostic when a script method overrides an
internal method (found by dmitry)


# 4918b67a 28-May-2005 Marcus Boerger

- Make zend_do_inheritance ZEND_API


# 1a723413 26-May-2005 Dmitry Stogov

Added array type hinting. (This patch requires full re-make)


# 79d6f11a 05-May-2005 Dmitry Stogov

Fixed bug #31525 (object reference being dropped. $this getting lost)


# abb07db4 27-Apr-2005 Dmitry Stogov

Fixed bug #29104 (Function declaration in method doesn't work)


# 694f7a9e 26-Apr-2005 Dmitry Stogov

Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).


# 35b38598 25-Apr-2005 Dmitry Stogov

Fixed bug #29944 (Function defined in switch, crashes).


1...<<11121314151617181920>>...42