History log of /PHP-5.5/Zend/zend_compile.c (Results 251 – 275 of 1181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 86ed2eeb 12-Jun-2011 Felipe Pena

- Avoid zend_do_ticks() call for each statement in parsing


# e1861890 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# d7c9c5af 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# 6f3c7a8b 19-May-2011 Felipe Pena

- Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)


# 1101293b 19-May-2011 Felipe Pena

- Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)


# 180146d4 19-May-2011 Felipe Pena

- Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)


# e6368659 17-May-2011 Pierre Joye

- WS


# 7ee407eb 17-May-2011 Pierre Joye

- WS


# 8ba00176 13-May-2011 Stefan Marr

Fixed a inconsitent condition for aliasing traits.

- missed a failing Traits test, but is now fixed, and the bug covered by a dedicated test
# Should always comment conditions that go ov

Fixed a inconsitent condition for aliasing traits.

- missed a failing Traits test, but is now fixed, and the bug covered by a dedicated test
# Should always comment conditions that go over more than two lines :-/

show more ...


Revision tags: php-5.3.6, php-5.3.6RC3
# cdb9ee0d 06-Mar-2011 Moriyoshi Koizumi

Fix zend.multibyte oddities. Hope this will address all the known problems.


Revision tags: php-5.3.6RC2
# 5bef6665 17-Feb-2011 Felipe Pena

- Fixed bug #43512 (same parameter name can be used multiple times in method/function definition)


Revision tags: php-5.3.6RC1
# f6a3cd6f 28-Jan-2011 Felipe Pena

- Fixed bug #53748 (Using traits lead to a segmentation fault)


# 9885f308 19-Jan-2011 Pierre Joye

- fix warning about undefined zend_multibyte_set_filter and zend_multibyte_yyinput_again, why are they not in zend_multibyte.h btw?


# 230177d7 19-Jan-2011 Pierre Joye

- WS


# a27baa71 19-Jan-2011 Pierre Joye

- WS


# 44e2fa10 19-Jan-2011 Pierre Joye

- avoid local redeclaration


# 3584bbee 19-Jan-2011 Pierre Joye

- avoid local redeclaration


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# d6ac811e 20-Dec-2010 Stefan Marr

Removed dead code.
# should not have been commited in the first place.


# 3e3d7c52 20-Dec-2010 Felipe Pena

- Fix build


# 7357867b 20-Dec-2010 Stefan Marr

Added strict handling of properties in traits.
# This is the first attempt to implement the properties as discussed on the mailinglist.
# RFC is not updated to reflect this changes, yet.


# bbf3d43c 19-Dec-2010 Moriyoshi Koizumi

* Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.


Revision tags: php-5.2.16
# d7c3c627 12-Dec-2010 Stefan Marr

Changed E_ERROR to E_COMPILE_ERROR for Trait compilation errors.
#Thanks for catching this Kalle.


# 1d2a63da 12-Dec-2010 Stefan Marr

Changed collision warning for Traits to fatal error.
#This change is made to have all possible cases of collisions consistently handled as fatal errors.
#The reason to have it fatal is that m

Changed collision warning for Traits to fatal error.
#This change is made to have all possible cases of collisions consistently handled as fatal errors.
#The reason to have it fatal is that most likely something changed unexpectedly and needs urgent attention by the developer, since it will fail eventually anyway for instance because the expected method is missing in the class.
#Discussed in this thread: http://marc.info/?l=php-internals&m=129155790226876

show more ...


1...<<11121314151617181920>>...48