History log of /PHP-5.6/Zend/zend_API.h (Results 101 – 125 of 310)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# d88c2b18 04-Feb-2005 Hartmut Holzgraefe

added some missing zend_[declare|update]_property_...() convenience
functions for bool, double and binary safe string data


# 1d5c13bd 22-Jan-2005 Marcus Boerger

- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 11bcaedf 04-Oct-2004 Andi Gutmans

- Rename delete_global_variable() to zend_delete_global_variable()


# db507dd1 04-Oct-2004 Andi Gutmans

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
-

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

show more ...


# e39f3f3f 28-Sep-2004 Marcus Boerger

Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 6bd3c36a 09-Sep-2004 Andi Gutmans

- Recommit:
- Check signature of magic methods
- Register __get/__set/__call for internal classes


# 96ab56e1 09-Sep-2004 Andi Gutmans

- Roll back VM commit


# be24e245 09-Sep-2004 Marcus Boerger

- Check signature of magic methods
- Register __get/__set/__call for internal classes


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


12345678910>>...13