History log of /PHP-5.4/Zend/zend_compile.c (Results 226 – 250 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 13061cf0 27-Mar-2009 Arnaud Le Blanc

Removed deprecation warning for ticks


Revision tags: php-5.3.0RC1, RELEASE_1_3_5
# e2c3c7aa 10-Mar-2009 Dmitry Stogov

Clenaup deprecated namespace code


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# c6d89bd4 26-Jan-2009 Christian Seiler

[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this


# 666bf10d 20-Jan-2009 Dmitry Stogov

Removed wrong warning message


# d1958eee 20-Jan-2009 Dmitry Stogov

Fixed bug #47165 (Possible memory corruption when passing return value by reference)


# f7abb84b 14-Jan-2009 Dmitry Stogov

Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)


# 7670ad31 08-Jan-2009 Antony Dovgal

MFH: use correct check for constants and stop segfaulting
(5_2 doesn't need this)


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS
# feb50cd7 15-Dec-2008 Stanislav Malyshev

initialize op1


Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 16dc391f 26-Nov-2008 Stanislav Malyshev

cleanup from ::->\ change


# ea45b713 25-Nov-2008 Dmitry Stogov

Added support for namespaces with brackets. (Greg)


# a23d1685 23-Nov-2008 Arnaud Le Blanc

MFH: Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE
# a51bbb27 12-Nov-2008 Stanislav Malyshev

fix potential crash in zend_do_assign due to opcodes realloc


# 6ebc2b21 12-Nov-2008 Stanislav Malyshev

fix crash - using old opline after realloc


# 681515b3 12-Nov-2008 Ilia Alshanetsky

Removed unused vars


# 1b4134c0 11-Nov-2008 Stanislav Malyshev

Namespace resolution streamlining patch
[DOC] new resolution rules should be documented soon


Revision tags: BEFORE_NS_RULES_CHANGE
# 9b894e6e 11-Nov-2008 Felipe Pena

- Fixed bug #46546 (Segmentation fault when using declare statement with non-string value)
# This issue only happens in this branch


Revision tags: php-5.2.7RC3
# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.


# 850f9567 03-Nov-2008 Johannes Schlüter

MFH: Use a better function name for closure related errors and debug_backtrace()


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 8bf32f28 29-Aug-2008 Dmitry Stogov

Imporoved compile-time constant substitution (Matt)


# cc9a8ee5 24-Aug-2008 Etienne Kneuss

MFH:
- Copy custom callback to the child class if any
- Prevent overwriting valid parent callbacks when implementing Serializable
- Export zend_user_(un)serialize to be available for cust

MFH:
- Copy custom callback to the child class if any
- Prevent overwriting valid parent callbacks when implementing Serializable
- Export zend_user_(un)serialize to be available for custom callbacks

show more ...


# 9d5ab6e5 22-Aug-2008 Felipe Pena

- MFH: Removed unused arguments


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


Revision tags: php-4.4.9
# 47a2bad7 03-Aug-2008 Jani Taskinen

- No C++ comments in C files!


Revision tags: php-5.3.0alpha1
# 1f09a6b3 31-Jul-2008 Dmitry Stogov

Fixed constant substitution in constant expression context


12345678910>>...42