History log of /PHP-5.6/Zend/zend_API.h (Results 126 – 150 of 310)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# c7566096 10-Jun-2004 Marcus Boerger

Add missing declaration


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1
# 33cdc9ed 12-Apr-2004 Marcus Boerger

Fix order of macro parameter (synch with other macros)


Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 52303217 30-Mar-2004 Marcus Boerger

- Fix Reflection class names
- Add ability to get the extension an internal class was defined in
# This is the patch Andi and me used to search for underscrores...


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 6535933f 16-Mar-2004 Derick Rethans

- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (Derick)


Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0
# 8d45fece 02-Mar-2004 Marcus Boerger

Fix zend_parse_method_parameters_ex() and make it consistant with
zend_parse_method_parameters().
# Obviously its only place of use is in pdo just right now.


# 7086634a 25-Feb-2004 Zeev Suraski

- Improve ARG_INFO() macros to support supplying required_num_args
- Initial fix for foreach($o->mthd()->arr) crash (now leaks)


# 1727c6a2 20-Feb-2004 Hartmut Holzgraefe

more EXTERN_C wrapping of ZEND_API prototypes


Revision tags: php-4.3.5RC3, php-5.0.0b4
# e7e0f7d4 12-Feb-2004 Zeev Suraski

- Check return-by-reference bit when implementing interface prototypes
- Add infrastructure for built-in functions to hint whether they
return by reference or not. It is NOT currently used

- Check return-by-reference bit when implementing interface prototypes
- Add infrastructure for built-in functions to hint whether they
return by reference or not. It is NOT currently used for anything,
except for interface prototypes (you can use it to request that the
function that implements your prototype returns by reference or
doesn't return by reference).
For downwards compatibility - by default, interface prototypes are
agnostic as to whether the function that implements them returns
by reference or not. Use ZEND_BEGIN_ARG_INFO_EX() with
ZEND_RETURN_VALUE/ZEND_RETURN_REFERENCE to change that.
- Fix ArrayAccess::getOffset() to conduct additional checks.
If your getOffset() should work with multidimensional arrays - it
must return by reference.

show more ...


Revision tags: php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 805dfab8 19-Jan-2004 Marcus Boerger

Add zend_get_module_started() to quickly check whether a module is present
and its MINIT function has been called.


Revision tags: php-4.3.5RC1
# 61fc2a92 12-Jan-2004 Marcus Boerger

Add missing macro
# by popular demand, more and more exts need this


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 15964bb3 28-Dec-2003 Marcus Boerger

Fix order of class_entry member initialization (needed for example for DOM)
# You need to completley rebuild PHP after this patch.


# 273c1933 22-Dec-2003 Wez Furlong

export these symbols for use by SPL as a shared extension


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 32927a9f 02-Dec-2003 Marcus Boerger

Free the zval container only if it should be freed and was not copied.


# 6344f662 29-Nov-2003 Marcus Boerger

This takes the address of a zval ptr


# c7d27ad9 29-Nov-2003 Marcus Boerger

Add macros to return values of other zvals.
This is needed because one cannot use REPLACE_ZVAL_VALUE with return_value.


# c21d5974 18-Nov-2003 Marcus Boerger

Add method alias macro


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 26bfe3f8 25-Oct-2003 Marcus Boerger

Add zend_make_callable() which allows to make zval's callable zval's.
At the moment this function only converts strings of the form class::method
to an array(class,method).


Revision tags: php-5.0.0b2RC1
# 3c62b3b5 22-Oct-2003 Marcus Boerger

Expand Interface C API.
In short: zend_class_entry->interface_gets_implemented() allows to modify
the class entry of a class when an interface gets implemented.


Revision tags: php-4.3.4RC2, RELEASE_1_3b3
# b0b82541 18-Oct-2003 Marcus Boerger

Fix class/iterator relationship & handling


# 25aa8b71 17-Oct-2003 Marcus Boerger

Added c-api for iterators
# After 4 Month work and endless discussions...


# 4073a084 15-Oct-2003 Marcus Boerger

Add oo support function zend_class_implements()


Revision tags: BEFORE_HANDLERS_RESHUFFLE
# 05152d38 05-Oct-2003 Shane Caraveo

this little piggy broke lots of things...eg. _function_check_flag in reflection api.


# be5cbf99 03-Oct-2003 Moriyoshi Koizumi

Ensure lval to have a *boolean* value.


Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 7bbbd503 03-Sep-2003 Marcus Boerger

Fix handling of static properties initialized to arrays


12345678910>>...13