History log of /PHP-7.0/Zend/zend.c (Results 276 – 300 of 620)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1RC1
# 4d44a5b7 06-Dec-2006 Antony Dovgal

MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()


# a84a2eae 08-Nov-2006 Dmitry Stogov

Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)


# 978dd0fd 03-Nov-2006 Marcus Boerger

- MFH: Fix issue with some mangeled properties


Revision tags: php-5.2.0, php-5.2.0RC6
# 31acd1c2 16-Oct-2006 Dmitry Stogov

Fixed bug #39140 (Uncaught exception may cause crash)


# eed736d0 06-Oct-2006 Sara Golemon

MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()

Reapplying this since it looks like we'll be doing a PHP 5.2 RC6 after all


# fd9b7f67 06-Oct-2006 Sara Golemon

Revert until 5.2's release since we're in RC stage


# 67fac322 05-Oct-2006 Sara Golemon

MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()


Revision tags: php-5.2.0RC5, php-5.2.0RC4
# d6ee9d48 11-Sep-2006 Antony Dovgal

MFH: fix #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)


Revision tags: php-5.2.0RC3, php-5.1.6
# 8405e174 19-Aug-2006 Ilia Alshanetsky

Use proper write callback


Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 519ed8e1 24-Jul-2006 Marcus Boerger

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


# ca7875ab 19-Jul-2006 Antony Dovgal

fetch tsrm_ls, don't use it uninitialized


# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


# 9d576212 12-Jul-2006 Antony Dovgal

MFH: initialize EG(exit_status) in ZTS mode


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

MFH: Added hook for compile_string()


# f1fb77d1 11-Jun-2006 Ilia Alshanetsky

Make zend_print_zval_r_ex() use the write callback function.


# 51d49585 05-Jun-2006 Zeev Suraski

Restore ZE1 compatibility mode (Zend Engine part - the modules patches
will follow later today)


Revision tags: BEFORE_NEW_OUTPUT_API
# 6c61aeb0 02-Jun-2006 Dmitry Stogov

SAPI globals are destroied at this point and reporting errors about memory leaks can cause crash.


Revision tags: php-4.4.3RC1
# 14f6b914 19-May-2006 Dmitry Stogov

Optimized zend_try/zend_catch macroses (eliminated memcpy())


# 21724432 17-May-2006 Ilia Alshanetsky

Fixed bug #35512 (Lack of read permission on main script results in
E_WARNING rather then E_ERROR).


# b3c3c6de 12-May-2006 Marcus Boerger

- Missing __toString() pieces


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


1...<<11121314151617181920>>...25