History log of /PHP-5.3/Zend/zend_compile.c (Results 176 – 200 of 860)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.1.3RC1, RELEASE_1_2
# c009a4f3 23-Feb-2006 Andrei Zmievski

Fix a bug where the default value for function argument could be an
array with array (!) keys.


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006


Revision tags: php-5.1.2RC1
# 18a99796 17-Dec-2005 Marcus Boerger

- MFH Fix Bug #35720 A final constructor can be overwritten


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2
# 8768ab94 01-Dec-2005 Dmitry Stogov

Fixed bug #34729 (Crash in ZTS mode under Apache)


Revision tags: php-5.1.1
# 497fae9d 27-Nov-2005 Ilia Alshanetsky

Fixed bug #35411 (Regression with \{$ handling).
Fixed bug #35382 (Comment in end of file produces fatal error).


# a5709811 24-Nov-2005 Dmitry Stogov

Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)


Revision tags: php-5.1.0
# 36d6ddc2 23-Nov-2005 Dmitry Stogov

Bug #33732 (Wrong behavior of constants in class and interface extending)


12345678910>>...35