History log of /PHP-5.5/Zend/zend_API.h (Results 76 – 100 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.3RC2
# 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.


Revision tags: BEFORE_NEW_OUTPUT_API
# 9dd24c6d 25-May-2006 Antony Dovgal

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


Revision tags: php-4.4.3RC1
# 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, php-5.1.3RC2, php-5.1.3RC1
# 35ce5db2 05-Mar-2006 Marcus Boerger

- Add missing function for completeness


Revision tags: RELEASE_1_2
# 941b0651 25-Feb-2006 Marcus Boerger

- MFH: Function deprecation flag


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, 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, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, 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)


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, php-4.4.1RC1, RELEASE_0_9_0, 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, BEFORE_UNICODE_MERGE, 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
# 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)


# 1d33a3e9 04-Jul-2005 Dmitry Stogov

Fixed bug #31158 (array_splice on $GLOBALS crashes)


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

Restored old behavior of zend_statup_module()


# 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
# c0c7a9f0 17-Jun-2005 Dmitry Stogov

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


# aedbdb08 16-Jun-2005 Dmitry Stogov

Allowed return by refrence from internal functions


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 1a723413 26-May-2005 Dmitry Stogov

Added array type hinting. (This patch requires full re-make)


# c81db6bc 27-Apr-2005 Dmitry Stogov

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


# 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, php-5.0.4RC1, php-4.3.11RC1
# c087f072 27-Feb-2005 Marcus Boerger

- These must be initailized


12345678910>>...12