History log of /PHP-5.5/Zend/zend_language_scanner.l (Results 51 – 75 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# e1861890 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# d7c9c5af 03-Jun-2011 Stanislav Malyshev

scalar types cleanup


# a9a7f536 19-May-2011 Rasmus Lerdorf

Decouple <?= from the short_tags setting and make it always enabled


# c24ef71e 19-May-2011 Rasmus Lerdorf

Decouple <?= from the short_tags setting and make it always enabled


# a546b320 16-May-2011 Rasmus Lerdorf

oops, can't use that macro here


# c5152b88 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.


# 575ea1ef 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
# bbc879b5 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


# a304a0fc 20-Dec-2010 Moriyoshi Koizumi

- Avoid allocating extra buffers. This makes parsing with zend.multibyte enabled as fast as with it disabled.


# 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
# ab93d8c6 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


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 7b27de9f 17-Nov-2010 Pierre Joye

- NULL deref fix, patch by Gustavo


# 1d04f413 17-Nov-2010 Pierre Joye

- NULL deref fix, patch by Gustavo


# f2df6a4a 15-Sep-2010 Dmitry Stogov

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replace

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
in zend_function.fn_flags
. zend_arg_info.required_num_args removed. it was needed only for internal
functions. Now the first arg_info for internal function (which has special
meaning) is represented by zend_internal_function_info structure.
. zend_op_array.size, size_var, size_literal, current_brk_cont,
backpatch_count moved into CG(context), because they are used only during
compilation.
. zend_op_array.start_op is moved into EG(start_op), because it's used
only for 'interactive' execution of single top-level op-array.
. zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
zend_op_array.fn_flags.
. op_array.vars array is trimmed (reallocated) during pass_two.
. zend_class_entry.constants_updated is replaced by
ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
. the size of zend_class_entry is reduced by sharing the same memory space
by different information for internal and user classes.
See zend_class_inttry.info union.

show more ...


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# 4e606e3c 30-Jun-2010 Felipe Pena

- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)


# f6f0f65b 30-Jun-2010 Felipe Pena

- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)


12345678910>>...12