History log of /PHP-8.0/Zend/zend_compile.h (Results 476 – 500 of 882)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2
# c5901b64 10-Jul-2011 Felipe Pena

- Added zend_is_auto_global_quick function


# 62e4cfc2 10-Jul-2011 Felipe Pena

- Added zend_is_auto_global_quick function


# 0fe6fd9e 09-Jul-2011 Felipe Pena

- Changed zend_resolve_class_name() prototype
# No needed to pass fetch_type as pointer here


# 70cacfd3 09-Jul-2011 Felipe Pena

- Changed zend_resolve_class_name() prototype
# No needed to pass fetch_type as pointer here


Revision tags: php-5.3.7RC2
# c6b73c85 20-Jun-2011 Felipe Pena

- Fix broken code in 64bit


# dcccfc22 20-Jun-2011 Felipe Pena

- Fix broken code in 64bit


# d6f5f378 19-Jun-2011 Felipe Pena

- Minor optimization (avoid to re-hash already computed var name hash)


# 142ce5c9 19-Jun-2011 Felipe Pena

- Minor optimization (avoid to re-hash already computed var name hash)


Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 80d432ca 12-Jun-2011 Felipe Pena

- Avoid zend_do_ticks() call for each statement in parsing


# e613aae6 12-Jun-2011 Felipe Pena

- Avoid zend_do_ticks() call for each statement in parsing


# 86ed2eeb 12-Jun-2011 Felipe Pena

- Avoid zend_do_ticks() call for each statement in parsing


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

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# d88515e1 19-Dec-2010 Stefan Marr

Fixed naming of parameters, was inconsistent with implementation.


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# d0c144d7 01-Dec-2010 Stefan Marr

Removed old commented function prototypes.
# Was referring to old trait-related code that is long gone


# 76a8811c 30-Nov-2010 David Soria Parra

C comments instead of C++ comments


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 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
# f0c8366a 08-Jul-2010 Dmitry Stogov

- use interned strings for auto globals
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)


# 3ea3bbac 06-Jul-2010 Felipe Pena

- Fix ZTS build


# 1a1178a6 06-Jul-2010 Dmitry Stogov

eliminated unnecessary iterations during request startup/shutdown


Revision tags: php-5.3.3RC2, php-5.2.14RC2
# a09b7138 01-Jul-2010 Dmitry Stogov

Used more sutable type. Reduced memory usage.


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# cac310d8 10-Jun-2010 Dmitry Stogov

Fixed bug #52001 (Memory allocation problems after using variable variables)


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# 1bc92476 20-May-2010 Derick Rethans

- Added scalar typehinting.


1...<<11121314151617181920>>...36