History log of /PHP-8.1/Zend/zend_closures.c (Results 226 – 250 of 315)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 342265ba 19-Aug-2014 Andrea Faulds

Just return, no need for RETURN_NULL()

# 56e6a45c 18-Aug-2014 Andrea Faulds

Accuracy

# 2f406317 18-Aug-2014 Andrea Faulds

Fixed issues spotted by code review

# 333a4657 17-Aug-2014 Andrea Faulds

Comment clarification

# 429bbd70 17-Aug-2014 Andrea Faulds

Old comment, whitespace

# 59010bff 17-Aug-2014 Andrea Faulds

Don't allow unbound scoped closures; make ->call used passed object as scope

# 3f468cd1 17-Aug-2014 Andrea Faulds

Removed unused variable

# 6d187d53 17-Aug-2014 Andrea Faulds

Fixed and cleaned up implementaton of Closure::call() for phpng

# e35c8ae1 17-Aug-2014 Andrea Faulds

Merge branch 'master' into Closure_apply

Conflicts:
Zend/zend_closures.c
Zend/zend_closures.h
Zend/zend_execute_API.c
Zend/zend_vm_def.h


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# 85bf8b4f 30-Jul-2014 Andrea Faulds

Fixed unbound scoped closure edge cases and added tests for them

# f65bdda4 30-Jul-2014 Andrea Faulds

Rename ::apply to ::call for the sake of JS consistency

# ded5b3fd 29-Jul-2014 Andrea Faulds

Added optional bool param $unbound_scoped to Closure::bind and ::bindTo

# 167128d8 29-Jul-2014 Andrea Faulds

Implemented Closure::apply

Revision tags: php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers

# 412ad4b2 02-Jul-2014 Dmitry Stogov

Uinified call frame handling for user and internal functions.
Now EG(current_execute_data) always point to the call frame of the currently executed function.

Revision tags: php-5.6.0RC2
# c6978139 26-Jun-2014 Dmitry Stogov

Refactoring: merge call_frame and end_execute_data into single data structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions)

Revision tags: php-5.4.30, php-5.5.14
# 43477bc7 23-Jun-2014 Dmitry Stogov

Refactoring: use call_frames instead of call_slots

Revision tags: php-5.6.0RC1
# dd1c68e6 12-Jun-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master: (77 commits)
NEWS entry for Fix potential segfault in dns_get_record()
NEWS entry for "Fix potential segfault in dns_get_record()"

Merge branch 'master' into phpng

* master: (77 commits)
NEWS entry for Fix potential segfault in dns_get_record()
NEWS entry for "Fix potential segfault in dns_get_record()"
NEWS entry for Fix potential segfault in dns_get_record(
Fix potential segfault in dns_get_record()
Revert "Add optional second arg to unserialize()"
5.5.15 now
update NEWS
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.31 next
Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.
Fix broken test.
Add a mime type map generation script and update the header.
Move the mime type map out of php_cli_server.c for easier generation.
Replace the CLI server's linear search for extensions with a hash table.
fix test
Remove unused included file
NEWS
NEWS
NEWS
Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary chec
...

Conflicts:
Zend/zend_closures.c
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/spl/spl_array.c
ext/standard/basic_functions.c
ext/standard/dns.c
ext/standard/var.c

show more ...


Revision tags: php-5.5.14RC1, php-5.4.30RC1
# 8f527fbf 09-Jun-2014 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix bug 666222
Fix bug 666222


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# f47976dd 13-May-2014 Levi Morrison

Fix bug 666222

This also adds some smaller, isolated tests related to bug 66622.

# bc357eaf 25-May-2014 Xinchen Hui

Fixed apply_func_args_t

# 9eb89ddd 23-May-2014 Dmitry Stogov

Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.

# 88c550a7 09-May-2014 Xinchen Hui

Added vstrpprintf strpprintf to avoid duplicate string

(the function name maybe improvement)

Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# 4ed452c1 21-Apr-2014 Dmitry Stogov

Convert zval_get_string() into "fast path" macro and "slow path" function

12345678910>>...13