History log of /PHP-5.5/Zend/zend.c (Results 126 – 150 of 450)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7412202c 11-May-2006 Antony Dovgal

no need to destroy the zval here


# d76c5161 10-May-2006 Marcus Boerger

- Missing __ToString() sync


# 848c5c76 10-May-2006 Marcus Boerger

- Missing __tostring() conversion snippets


# 8a03fc5e 10-May-2006 Antony Dovgal

add missing parts of E_RECOVERABLE merge


# 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, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 0fab5aac 30-Mar-2006 Antony Dovgal

fix compilation on AIX


Revision tags: php-5.1.3RC2
# a93bd9d4 27-Mar-2006 Antony Dovgal

fix #36878 (error messages are printed even though an exception has been thrown)


# c31c9843 17-Mar-2006 Dmitry Stogov

Optimization of module unloading (temporary modules can be only in the end)


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 7addae50 02-Mar-2006 Marcus Boerger

- MFH Use object handler get in the same way as the rest of the engine does


# 3840e428 01-Mar-2006 Marcus Boerger

- MFH Fix string-conversion and const updating


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


# 0a5d10a5 30-Nov-2005 Dmitry Stogov

Fixed bug #35373 (HP-UX "alias not allowed in this configuration")


Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# a8c6b992 15-Nov-2005 Dmitry Stogov

Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)


# 9e1beb4f 07-Nov-2005 Dmitry Stogov

Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compiled as shared)


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# f43767b2 16-Sep-2005 Antony Dovgal

fix #34505 (possible memory corruption when unmangling properties with empty names)
1st part


# 21698c12 12-Sep-2005 Dmitry Stogov

Fixed huge memory leak in ZTS mode (backport from HEAD)


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9
# 1c82ec11 22-Jul-2005 Dmitry Stogov

Fixed bug #33802 (throw Exception in error handler causes crash)


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# 990aa745 27-Jun-2005 foobar

- Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).


Revision tags: php-5.1.0b2
# 47676bc0 15-Jun-2005 Dmitry Stogov

Fixed OS X compatibility


Revision tags: php-4.4.0RC1
# cec2347c 13-Jun-2005 Dmitry Stogov

Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 'zend_error').
The fix is not tested on Solaris and DARWIN!


Revision tags: php-5.1.0b1, php-5.0.1b1
# 59a46c34 09-Jun-2005 Dmitry Stogov

Fixed double call to php_stream_close() on compiler errors


# e0b0ae9c 09-Jun-2005 Dmitry Stogov

Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)


# 6ba1dd9c 22-May-2005 Stanislav Malyshev

fix leak


12345678910>>...18