History log of /PHP-7.3/Zend/zend_API.c (Results 551 – 575 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# bbb923c7 20-Dec-2006 Antony Dovgal

MFH


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# c1ad451c 03-Oct-2006 Dmitry Stogov

Speedup array/HashTable copying. (Matt W)


Revision tags: php-5.2.0RC4, 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
# c3e5ee18 25-Jul-2006 Derick Rethans

- Fixed typo.


Revision tags: php-5.2.0RC1
# 2b8ad5a0 22-Jul-2006 foobar

MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo)


# 9a98904d 21-Jul-2006 Dmitry Stogov

Fixed wrong "type" argument to read_property() handler


Revision tags: php-4.4.3RC2
# 5ffbb851 20-Jun-2006 Antony Dovgal

MFH: init variables


# ada4e506 15-Jun-2006 Dmitry Stogov

MFH: Added automatic module globals management.


# 64c353ab 07-Jun-2006 Marcus Boerger

- MFH zend_fcall_info_*() and parameter parsing option 'f'
# Right now i see this as the best option but we might shuffle code around
# later if someone comes up with a better solution.


# 5cdefd07 07-Jun-2006 Marcus Boerger

- MFH Fix issue with interfaces being inherited multiple times


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


1...<<21222324252627282930>>...36