History log of /PHP-7.3/Zend/zend_API.c (Results 476 – 500 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# c54f6df9 06-Aug-2009 Scott MacVicar

Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.


# bffd0807 15-Jul-2009 Felipe Pena

- MFH: Fixed bug #48899 (is_callable returns true even if method does not exist in parent class)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# b907aa43 04-Jun-2009 Matt Wilmas

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
* See bug #42868 (presumably-rare platform with different results in 5.2)
* On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
otherwise it's the same as 5.2
* Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
* Essentially what 5.3's new conversion was doing in most cases
* Functions with "limit" or "length" type params could be updated to use this,
and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
- See bug #47854, for example; or even #42868 again

# Test updates coming

show more ...


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 82b86c1c 06-Apr-2009 Dmitry Stogov

Bug #47880 (crashes in call_user_func_array())


# 875a27b7 02-Apr-2009 Dmitry Stogov

Fixed bug #47851 (is_callable throws fatal error)


# 343bcc26 24-Mar-2009 Dmitry Stogov

Fixed double efree()


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 5d060ebe 14-Jan-2009 Dmitry Stogov

Fixed __call() to be invoked on private/protected method access through callbacks


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


# 2016a84c 25-Nov-2008 Stanislav Malyshev

cleanup


# fce39ed9 24-Nov-2008 Stanislav Malyshev

add object-compatible array modes


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.


Revision tags: php-5.2.7RC2
# 3c5ff0f8 10-Oct-2008 Dmitry Stogov

Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())


Revision tags: php-5.2.7RC1
# b6a2c272 22-Aug-2008 Antony Dovgal

MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal)


# f90255c6 14-Aug-2008 Etienne Kneuss

MFH: Handlerify get_closure


# 3a9f17df 13-Aug-2008 Felipe Pena

- Fix build


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


# 106864bc 11-Aug-2008 Marcus Boerger

- MFH Fix memleak with new error handling stack'ing


# 3f7a4b7e 08-Aug-2008 Marcus Boerger

- MFH error handling, now with save, replace, restore


# 43f278cc 07-Aug-2008 Dmitry Stogov

Fixed bug #45744 (Case sensitive callback behaviour)


Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()


# 11bc1de7 02-Aug-2008 Felipe Pena

- MFH: Removed unnecessary TSRMLS_FETCH()


Revision tags: php-5.3.0alpha1
# 8ee5b58b 26-Jul-2008 Dmitry Stogov

Added checks for destroied objects


# af05ce0a 26-Jul-2008 Dmitry Stogov

Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"


# 0fbe6a0c 24-Jul-2008 Felipe Pena

- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.


1...<<11121314151617181920>>...36