History log of /PHP-5.5/Zend/zend_language_scanner.c (Results 51 – 75 of 129)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0158804a 31-Jul-2011 Stefan Marr

Added __TRAIT__ magic constant [TRAITS] [DOC]
# __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits.
# Since traits are not types, there are not many valid use cases, an

Added __TRAIT__ magic constant [TRAITS] [DOC]
# __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits.
# Since traits are not types, there are not many valid use cases, and trying
# to use __TRAIT__ to make traits more like classes is discouraged.

show more ...


# dbc6849b 31-Jul-2011 Stefan Marr

Added __TRAIT__ magic constant [TRAITS] [DOC]
# __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits.
# Since traits are not types, there are not many valid use cases, an

Added __TRAIT__ magic constant [TRAITS] [DOC]
# __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits.
# Since traits are not types, there are not many valid use cases, and trying
# to use __TRAIT__ to make traits more like classes is discouraged.

show more ...


Revision tags: php-5.3.7RC4
# 4d0f1bfe 27-Jul-2011 Pierre Joye

- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris


# 6e4435d6 27-Jul-2011 Pierre Joye

- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris


# cc1c7af0 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 72f7be3d 23-Jun-2011 Felipe Pena

- Improved parse error messages


# 0372e6ad 23-Jun-2011 Felipe Pena

- Improved parse error messages


Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 4737910b 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# e1861890 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# d7c9c5af 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# a546b320 16-May-2011 Rasmus Lerdorf

oops, can't use that macro here


# a5eeecb1 16-May-2011 Rasmus Lerdorf

Suppress a dozen unused return value warnings in places where the return
value is really not useful to us.


# 516c2f59 15-May-2011 Stanislav Malyshev

removing scalar types in trunk


# 9e05a9ad 03-Apr-2011 Felipe Pena

- Removed unused variable (Pierrick)


Revision tags: php-5.3.6
# 4c7c9df8 14-Mar-2011 Dmitry Stogov

Fixed multibyte related issues


Revision tags: 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, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 3f5ad237 03-Jan-2011 Ilia Alshanetsky

Fixed Bug #53629 (memory leak inside highlight_string()).


# 7a2157cf 03-Jan-2011 Ilia Alshanetsky

Fixed Bug #53629 (memory leak inside highlight_string()).


# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 7c9fb17d 20-Dec-2010 Felipe Pena

- Fix build


# 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, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 4574844c 25-Nov-2010 Pierre Joye

- cleanup broken double definition of php_win_err and rename it while being there


# ac71f493 24-Nov-2010 Dmitry Stogov

Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini (regenerated scanner)


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# ef53214b 15-Sep-2010 Pierre Joye

- not used anymore


123456