History log of /PHP-5.5/Zend/zend_API.h (Results 201 – 225 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 11e5d2f2 30-Jul-2001 Zeev Suraski

Get rid of more TSRMLS_FETCH's


# b5770382 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s (still lots of work left)


# 2c254ba7 27-Jul-2001 Zeev Suraski

Get rid of ELS_*(), and use TSRMLS_*() instead.
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...


Revision tags: PRE_TSRM_MERGE_PATCH
# 43ebb868 16-Jul-2001 Zeev Suraski

Fix bug #10287 - avoid crashing under a bogus usage of list()


# 07ea0684 11-Jul-2001 Thies C. Arntzen

fixed ZVAL_FALSE and ZVAL_TRUE


# bcddfd47 10-Jul-2001 Thies C. Arntzen

cleaned up the RETVAL_ RETURN_ and ZVAL_ macros

added check for \0 at end-of-string at some places. all strings in PHP
have to be terminated with \0 because 3th party libraries might not

cleaned up the RETVAL_ RETURN_ and ZVAL_ macros

added check for \0 at end-of-string at some places. all strings in PHP
have to be terminated with \0 because 3th party libraries might not be
binary-safe.

show more ...


# 58f88057 09-Jul-2001 Andrei Zmievski

Adding new parameter parsing API.


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# 02af513c 19-Apr-2001 Andi Gutmans

- Patch from Jason Greene.
- Make it easier to write PHP function definitions in more than just one .c
file while accessing the same module globals.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# 13148b54 12-Mar-2001 Andrei Zmievski

Improve zend_is_callable() to the point where it's actually useful.
Now it just needs to be invoked everywhere in PHP where a callback is
expected.


# 7080fa5b 26-Feb-2001 Andi Gutmans

- Rename modules.h to zend_modules.h


# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


# 8fe03659 01-Feb-2001 Andrei Zmievski

Added zend_is_callable() function that checks whether passed zval
represents a valid and exiting callable construct.


# 0611acb9 31-Jan-2001 Andi Gutmans

- Change unset() functions to null(). unset() is legacy


# 2f2d32fa 31-Jan-2001 Andi Gutmans

- Quick fix. I'm for changing these to add_property_null() as we've nuked
- unset.


# 57f99633 22-Jan-2001 Andrei Zmievski

Make add_index_zval() available to the outside world.


# ef95a346 20-Jan-2001 Andi Gutmans

- Patch from Sterling. Add API calls to add zval's as array indeces/
object properties. Add _ex functions which take the string length as an
argument for better performance.


# 0a3761e2 19-Jan-2001 Andi Gutmans

- For Sterling. I wonder if not all of the API functions should take the
- key_length as a parameter in order to save that strlen().


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# be895bcb 13-Dec-2000 Zeev Suraski

Fix call_user_function() with objects - it could leak under certain circumstances


Revision tags: php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 1f793fd0 17-Aug-2000 Stanislav Malyshev

Fix EMPTY_STRING macros


Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# b982307d 02-Jul-2000 Sascha Schumann

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.

show more ...


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 3cda6a75 17-Jun-2000 Zeev Suraski

Allow the symbol_table to be passed to call_user_function_ex()


# df74f1df 13-Jun-2000 Sascha Schumann

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
l

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
later.

show more ...


# fce92e3c 12-Jun-2000 Zeev Suraski

Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# eb0e6946 09-Jun-2000 Andi Gutmans

- Andrei, this is for you!
- Add zend_register_internal_class_ex() which allows you to specify a
- parent to inherit from. You can either specify the parent directly or via
- its name.


# 6ce07a85 09-Jun-2000 Andi Gutmans

- Change register_internal_class to zend_register_internal_class for
- consistency.
- Andrei: I'm still thinking about the _ex you want me to implement


12345678910>>...12