History log of /PHP-5.4/Zend/zend_compile.c (Results 351 – 375 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0, php-5.2.0RC6
# 3b1e2992 20-Oct-2006 Ilia Alshanetsky

Make use of abstract methods be E_STRICT rather then E_ERROR


Revision tags: php-5.2.0RC5
# c1ad451c 03-Oct-2006 Dmitry Stogov

Speedup array/HashTable copying. (Matt W)


# cd6537ed 19-Sep-2006 Dmitry Stogov

Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)


Revision tags: php-5.2.0RC4
# 7e17f859 12-Sep-2006 Dmitry Stogov

Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts)


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# 4da92e63 24-Jul-2006 Marcus Boerger

- MFH Yet another problematic case with mangled properties


Revision tags: php-5.2.0RC1
# 519ed8e1 24-Jul-2006 Marcus Boerger

- Better fix for #34505 and related, drop zend_unmangle_property_name_ex()


# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


Revision tags: php-4.4.3RC2
# 7bbf3532 13-Jun-2006 Stefan Esser

MFH: Added hook for compile_string()


# 5cdefd07 07-Jun-2006 Marcus Boerger

- MFH Fix issue with interfaces being inherited multiple times


# f6a400bd 06-Jun-2006 Antony Dovgal

revert by Andi's request


# 8204511d 06-Jun-2006 Antony Dovgal

MFH: do not allow to implement the same interface twice
add tests


Revision tags: BEFORE_NEW_OUTPUT_API
# d87de868 30-May-2006 Marcus Boerger

- Switch back to old severities and still keep bugfix for
#37632 (Protected method access problem)
# It wasn't really my intention to change the severity. We simply didn't
# have tests

- Switch back to old severities and still keep bugfix for
#37632 (Protected method access problem)
# It wasn't really my intention to change the severity. We simply didn't
# have tests for that.

show more ...


# 2d7d2aeb 30-May-2006 Marcus Boerger

- MFH WS


# 82d326bd 29-May-2006 Antony Dovgal

MFH: there is no ce at this point, revert this line to its previous state


# 1b172b13 29-May-2006 Marcus Boerger

- MFH Bugfix #37632 (Protected method access problem)


# ccfc0d9d 27-May-2006 Johannes Schlüter

- MFH Fix #37614 (Class name lowercased in error message)


Revision tags: php-4.4.3RC1
# 7a5240e8 11-May-2006 Marcus Boerger

- 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

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

show more ...


# 0f93228c 10-May-2006 Antony Dovgal

add missing ZEND_API to the implementation


# edfe649c 10-May-2006 Marcus Boerger

- MFH Constructors in interfaces


# 637a4042 09-May-2006 Marcus Boerger

- MFH as discussed
. zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D)
. zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D)
. added E_RECOVERABLE_

- MFH as discussed
. zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D)
. zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D)
. added E_RECOVERABLE_ERROR
. added ZEND_TOSTRING_FUNC_NAME
. added __tostring function cache to zend_class_entry
. added ZEND_NAMED_ME
. modified ZEND_ME_MAPPING to support method flags
. added ZEND_MN
. method entries now use prefix "zim_" instead of "zif_"
. drop EG(ze1_compatibility_mode)
. changed cast handler, now without (int should_free):
typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);
. changed get_iterator, now receives whether value is by ref:
zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
. added zend_objects_store_add_ref_by_handle
. added zend_objects_store_del_ref_by_handle
. convert_to_explicit_type(pzv, type)

show more ...


Revision tags: php-5.1.4
# ab5a8b2a 02-May-2006 Dmitry Stogov

Fixed possible crash in highlight_string() (proper place)


# 8d1cc500 02-May-2006 Dmitry Stogov

Fixed ossible crash in highlight_string().


Revision tags: RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# cde55c92 27-Mar-2006 Dmitry Stogov

Fixed meory leak in case of unknown pragma


# 608c3207 20-Mar-2006 Dmitry Stogov

Removed unreachable code


# 7865dfb5 15-Mar-2006 Dmitry Stogov

Eliminated run-time constant fetching for TRUE, FALSE and NULL


1...<<11121314151617181920>>...42