History log of /PHP-5.5/Zend/zend_API.c (Results 226 – 250 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# add3c79a 14-Jan-2006 Marcus Boerger

- Fixed bug #36011


Revision tags: php-4.4.2
# 4972b455 06-Jan-2006 Antony Dovgal

fix typo in the code and related tests


Revision tags: 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
# 0cd997d7 16-Dec-2005 Marcus Boerger

- Simplify and synch is_callable_ex() with actual execution code
. Allow array($this, 'parent::method') for function 'pointers'
. Spit out E_STRICT in case of erroneous use of function 'p

- Simplify and synch is_callable_ex() with actual execution code
. Allow array($this, 'parent::method') for function 'pointers'
. Spit out E_STRICT in case of erroneous use of function 'pointers'

show more ...


Revision tags: 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)


Revision tags: php-5.1.1, php-5.1.0
# 794c2e8e 23-Nov-2005 Antony Dovgal

change zend_read_property() to allocate property zval too


# 1e93bb16 23-Nov-2005 Antony Dovgal

fix #35336 (crash on PDO::FETCH_CLASS + __set())


Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6
# b5c8fcb5 17-Nov-2005 Ilia Alshanetsky

Allow zend_parse_parameters to handle non-well formed integers, but raise
E_NOTICE in the process.


Revision tags: php-5.1.0RC5, RELEASE_2_0_1
# 83bdbe5b 03-Nov-2005 Marcus Boerger

- Fix static check in zend_is_callable_ex()
- Fix/speedup zend_make_callable()
# Actually the ...STATIC... flag in zend_is_callable_ex() *must* go, too.
# We keep it for the moment to sup

- Fix static check in zend_is_callable_ex()
- Fix/speedup zend_make_callable()
# Actually the ...STATIC... flag in zend_is_callable_ex() *must* go, too.
# We keep it for the moment to support old stuff and skip analyzing them
# in detail...

show more ...


# a4bd0d6a 02-Nov-2005 Marcus Boerger

- Add missing cases and checks


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4
# b05b949a 28-Oct-2005 Dmitry Stogov

Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)


# 3a9cdbfd 27-Oct-2005 Ilia Alshanetsky

Fixed memory leak on error


Revision tags: RELEASE_0_9_2, RELEASE_0_9_1
# 2486b846 25-Oct-2005 Marcus Boerger

- MFH zend_is_callable_ex() returns zend_class_entry* if available


Revision tags: php-5.1.0RC3, php-5.1.0RC2
# d67821cd 13-Oct-2005 Antony Dovgal

ws fix


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# 594fd87c 03-Oct-2005 Dmitry Stogov

Fixed bug #34678 (__call(), is_callable() and static methods)


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 248345d9 01-Sep-2005 Dmitry Stogov

Support for class constants and static members for internal classes


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1
# a0d47999 12-Aug-2005 Dmitry Stogov

Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE())


Revision tags: BEFORE_UNICODE_MERGE
# 0f2986fe 08-Aug-2005 foobar

- Show the dependancy name we could not find (req_mod is null here when it is not found :)


Revision tags: RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


# 53e52606 28-Jul-2005 Marcus Boerger

- Add convenience function zend_is_callable_ex() and base zend_is_callable
and zend_make_callable on it. This functions allows to check if a php
variable is a callable function and return

- Add convenience function zend_is_callable_ex() and base zend_is_callable
and zend_make_callable on it. This functions allows to check if a php
variable is a callable function and returns its function pointer as well
as object if possible.
# Commit this now so we can use it in 5.1.* series as discussed with Andi.

show more ...


Revision tags: RELEASE_0_9
# 1fad73d1 25-Jul-2005 Marcus Boerger

- Fix #33853
# When a static class function is being called then we first look for the
# class with name unchanged. If the class is then not available it the
# method can never be callabl

- Fix #33853
# When a static class function is being called then we first look for the
# class with name unchanged. If the class is then not available it the
# method can never be callable, thus we return 0. If the class is available
# the lowercased name will be broken up into class and function and 1 is
# being returned.

show more ...


# 70bd938b 18-Jul-2005 Dmitry Stogov

Fixed bug in new module statrup mechanism


Revision tags: php-5.1.0b3, php-4.4.0
# 345e0255 07-Jul-2005 Dmitry Stogov

Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)


Revision tags: php-4.4.0RC2
# 2ca2dc0b 30-Jun-2005 Dmitry Stogov

Restored old behavior of zend_statup_module()


# 9727e938 29-Jun-2005 Stanislav Malyshev

add comment


12345678910>>...22