]> granicus.if.org Git - php/commit
- MFH missing bits and pieces of the partial sync with head
authorMarcus Boerger <helly@php.net>
Thu, 11 May 2006 21:07:39 +0000 (21:07 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 11 May 2006 21:07:39 +0000 (21:07 +0000)
commit7a5240e84671ca093e69048f5592d612e1b13aa3
treeb990aecf4770a8199f0d765b3d32bac971f1b80e
parentb636a534c12a08297e86469467f1289e83db85a9
- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to handle these flags
# their purpose is to be able to pass whetehr foreach is done by ref to
# the current() handler so that it can error out in case it is not capable
# to comply to the requested return signature/protocol/semantics (weyp).
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_interfaces.c
Zend/zend_language_parser.y
Zend/zend_vm_def.h
Zend/zend_vm_execute.h