History log of /PHP-5.5/Zend/zend_API.c (Results 201 – 225 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 51d49585 05-Jun-2006 Zeev Suraski

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


# 6c0f1667 04-Jun-2006 Marcus Boerger

- Fix function flag check


Revision tags: BEFORE_NEW_OUTPUT_API
# 5f63b5c4 27-May-2006 Marcus Boerger

- Revert until there is an ok for the full patch


# ca6a2021 27-May-2006 Marcus Boerger

- WS


# 493f39da 27-May-2006 Marcus Boerger

- MFH: Fix bug #37212 (Access to protected property of common base class)
By adding "zend_class_entry *ce" to struct zend_property_info;


# 9dd24c6d 25-May-2006 Antony Dovgal

fix error messages when converting objects to other types
add new function
MFB will follow soon


# f88a1729 23-May-2006 Marcus Boerger

- MFH Handle NULL in C argument parsing correct


# 8d4eea74 23-May-2006 Marcus Boerger

- Fix double error raising issue


Revision tags: php-4.4.3RC1
# d45250a0 13-May-2006 Marcus Boerger

- MFH code layout for __toString() use in parameter parsing api


# b3c3c6de 12-May-2006 Marcus Boerger

- Missing __toString() pieces


# b636a534 11-May-2006 Marcus Boerger

- Drop second superflous zval_ptr_dtor in string arg parsing


# 085e0fc5 11-May-2006 Antony Dovgal

fix segfault when passing objects where strings are expected


# 848c5c76 10-May-2006 Marcus Boerger

- Missing __tostring() conversion snippets


# 4f37b2f3 10-May-2006 Antony Dovgal

nuke extra semi-colon


# 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
# bdef85af 20-Apr-2006 Dmitry Stogov

Fixed bug #37138 (__autoload tries to load callback'ed self and parent)


Revision tags: php-5.1.3RC2
# 041e7470 23-Mar-2006 Marcus Boerger

- Initialized callable_name if present


# c31c9843 17-Mar-2006 Dmitry Stogov

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


Revision tags: php-5.1.3RC1
# 35ce5db2 05-Mar-2006 Marcus Boerger

- Add missing function for completeness


Revision tags: RELEASE_1_2
# 3840e428 01-Mar-2006 Marcus Boerger

- MFH Fix string-conversion and const updating


# 2e37e863 27-Feb-2006 Marcus Boerger

- MFH Argument parsing specifier 'C', which is necessary for SPL already


# 941b0651 25-Feb-2006 Marcus Boerger

- MFH: Function deprecation flag


# f0d9ae46 19-Feb-2006 Marcus Boerger

- Fix method flag handling


# a3b94164 06-Feb-2006 Antony Dovgal

init variables


# 77915bc2 25-Jan-2006 Marcus Boerger

- MFH


12345678910>>...22