History log of /PHP-5.5/Zend/zend_vm_def.h (Results 151 – 175 of 436)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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++


Revision tags: php-5.2.16, php-5.2.15
# c35fc788 09-Dec-2010 Dmitry Stogov

Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)


Revision tags: php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 7628da98 24-Nov-2010 Dmitry Stogov

Removed support for break/continue $var syntax


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 68e154b1 22-Oct-2010 Dmitry Stogov

reduced size of temp_variariable


# 968bdc57 22-Oct-2010 Dmitry Stogov

Simplified foreach() handling, we don't have to inctrement/decrement refcount twice


# d12098ee 22-Oct-2010 Dmitry Stogov

Fixed crash on attempt to insert reference to string offset into an array


# 635f3aff 22-Oct-2010 Dmitry Stogov

Removed redundant check


# fa3f0bb6 05-Oct-2010 Dmitry Stogov

Fixed bug #51008 (Zend/tests/bug45877.phpt fails)


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


# 2188f26c 25-Aug-2010 Dmitry Stogov

Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call)


# 8a6d73b0 18-Aug-2010 Dmitry Stogov

improved performance of @ (silence) operator


# f48999ca 11-Aug-2010 Dmitry Stogov

Optimization of ASSIGN instruction


# e0b72859 10-Aug-2010 Dmitry Stogov

Optimization (IS_TMP_VARs don't need reference counting)


Revision tags: oci8-1.4.3
# 39b4a5ee 27-Jul-2010 Dmitry Stogov

Additional specialization


# d30073a2 26-Jul-2010 Dmitry Stogov

Removed deprecated check


Revision tags: php-5.2.14, php-5.3.3
# 5a2ee8ec 19-Jul-2010 Dmitry Stogov

Use proper fetch types


# c1336009 19-Jul-2010 Dmitry Stogov

Removed invalid checks


# ca4de03e 16-Jul-2010 Dmitry Stogov

ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.


# 8aad91d1 16-Jul-2010 Dmitry Stogov

Simplified string offset reading


Revision tags: php-5.3.3RC3, php-5.2.14RC3
# 09d8bbb2 05-Jul-2010 Dmitry Stogov

Fixed bug #52237 (Crash when passing the reference of the property of a non-object)


# ab67865d 05-Jul-2010 Dmitry Stogov

Fixed bug #52237 (Crash when passing the reference of the property of a non-object)


Revision tags: php-5.3.3RC2, php-5.2.14RC2
# 09943e56 22-Jun-2010 Dmitry Stogov

Removed redundant code


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# d868733c 15-Jun-2010 Dmitry Stogov

Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)


# 3d5f7291 15-Jun-2010 Dmitry Stogov

Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)


12345678910>>...18