History log of /PHP-8.3/Zend/zend_closures.c (Results 276 – 300 of 309)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, 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 ...


# e10d33fe 08-Aug-2010 Felipe Pena

- Fixed bug #52539 (Calling function from rebound Closure causes crash)


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, php-5.3.3RC1, php-5.2.14RC1
# e6bd5368 08-Jun-2010 Stefan Marr

Fixed issue with statics in traits.
#Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c
#Please also have a look to check whether th

Fixed issue with statics in traits.
#Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c
#Please also have a look to check whether the TSRMLS_DC is correct, and whether it fits with the rest in zend_variables, because there you are using some macro magic and I am not exactly sure what the reason is for that.

show more ...


# 9aa82f22 20-Apr-2010 Antony Dovgal

fix ZTS build


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


# c93a4f19 19-Apr-2010 Stanislav Malyshev

restore $this support for closures to its former glory


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# d2281d1d 05-Jan-2010 Sebastian Bergmann

sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# dcf91e62 11-Nov-2009 Felipe Pena

- Fixed bug #50146 (property_exists: Closure object cannot have properties)


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 4881a9cf 10-Aug-2009 Etienne Kneuss

Fix endless recursion of var_dump() over self-referencing closures


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# c6d89bd4 26-Jan-2009 Christian Seiler

[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this


# 312176f0 14-Jan-2009 Dmitry Stogov

Reverted "Rebind closure when binding to property"


# 8e741674 04-Jan-2009 Marcus Boerger

- MFH - Set scope when copying a closure with a new this pointer.


# b5d15b29 03-Jan-2009 Marcus Boerger

- MFH Prevent instantiation from Reflection


# b7bb8034 03-Jan-2009 Marcus Boerger

- MFH Fix refcounting


# 0e131653 03-Jan-2009 Marcus Boerger

- MFH Rebind closure when binding to property


# d9a78a88 03-Jan-2009 Marcus Boerger

- MFH Add reflection support helpers


# 8d62f3dd 02-Jan-2009 Pierre Joye

- fix build (declaration first please)


# 480fccce 01-Jan-2009 Marcus Boerger

- MFH Add var_dump support for closures


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


# f48d22af 22-Dec-2008 Etienne Kneuss

MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes)


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# df9b7a1f 17-Sep-2008 Dmitry Stogov

Fixed possible crash because of overriden error handler


# f90255c6 14-Aug-2008 Etienne Kneuss

MFH: Handlerify get_closure


# 1b7e8624 11-Aug-2008 Marcus Boerger

- WS (actually my falut)


# a4a3ed44 11-Aug-2008 Dmitry Stogov

- Made closures implementation reflection friendly (Christian)
- Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)


1...<<111213