History log of /PHP-5.3/Zend/zend_compile.c (Results 226 – 250 of 860)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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).


# 20e67fd1 24-Apr-2005 Marcus Boerger

- Need to copy doc comments correct for properties


# 67a226d9 19-Apr-2005 Marcus Boerger

- Add ReflectionProperty::getDocComment()


# 0e575286 19-Apr-2005 foobar

No c++ comments in C code


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 0a93d54c 10-Mar-2005 Marcus Boerger

- Bugfix #28442


# 757da1ee 07-Mar-2005 Marcus Boerger

- New Interface Serializeable
- Change signature of unserialize() callback to ease inheritance and
support code reuse of handlers


# 0344652b 06-Mar-2005 foobar

Fixed compile warning (bug #32046)


# 5b98a092 23-Feb-2005 Stanislav Malyshev

Custom object serializer infrastructure
# The detailed announce on the list will follow


12345678910>>...35