History log of /PHP-5.3/Zend/zend_API.c (Results 151 – 175 of 451)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# d5a12960 27-Jun-2005 Stanislav Malyshev

fix various "Class entry requested for an object without PHP class" messages
when working with non-PHP objects.
# Using Z_OBJCE(object)->name is usually bad idea unless you know it's
# a

fix various "Class entry requested for an object without PHP class" messages
when working with non-PHP objects.
# Using Z_OBJCE(object)->name is usually bad idea unless you know it's
# a pure PHP object

show more ...


Revision tags: php-5.1.0b2
# baf8cade 17-Jun-2005 Antony Dovgal

improve error messages when error raised from an internal class (do not hide class name)


# c0c7a9f0 17-Jun-2005 Dmitry Stogov

Improved PHP extension loading mechanism with support for module dependencies and conflicts.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 8b7a03c8 29-Apr-2005 Dmitry Stogov

Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with array_push())


# c81db6bc 27-Apr-2005 Dmitry Stogov

Fixed bug #29210 (Function: is_callable - no support for private and protected classes)


# 5f600cdf 26-Apr-2005 Dmitry Stogov

Fixed bug #30702 (cannot initialize class variable from class constant)


# 67a226d9 19-Apr-2005 Marcus Boerger

- Add ReflectionProperty::getDocComment()


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 9bf6a7f2 21-Mar-2005 Andrei Zmievski

internal_function->fn_flags is not initialized at this point


# 7de1d279 16-Mar-2005 Wez Furlong

don't call rshutdown twice for dl()'d modules.
Spotted by Andrei.


# 35b0b8de 15-Mar-2005 Wez Furlong

fix shutdown so that dl()'d modules are unloaded after all the dtors have
been called.


Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# c17d3dbb 17-Feb-2005 Marcus Boerger

- A little optimization to prevent problems when trying to reimplement an
interface inherited from an interfaces that was just implemented......


12345678910>>...19