summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow the symbol_table to be passed to call_user_function_ex()Zeev Suraski2000-06-171-1/+1
|
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-0/+1
| | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.
* Avoid using E_CORE_* errorlevels in any place which is not in the global ↵Zeev Suraski2000-06-121-1/+1
| | | | startup sequence
* - Andrei, this is for you!Andi Gutmans2000-06-091-0/+3
| | | | | | | - 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.
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
| | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement
* Allow disabling of functions for security reasonsZeev Suraski2000-05-291-0/+1
|
* Add ZEND_GET_MODULE(name). This is a short-cut for the commonSascha Schumann2000-05-021-0/+2
| | | | | get_module function.
* *** empty log message ***Zeev Suraski2000-04-011-2/+4
|
* Generalize some common thread-safety stuffZeev Suraski2000-04-011-0/+24
|
* - Make sure zend_API.h has Zend'ish versions of the ZEND macros so thatAndi Gutmans2000-03-291-6/+22
| | | | | Zend'ish modules don't need to mix PHP & Zend notation.
* - Some header dependencies cleanupZeev Suraski2000-03-251-0/+2
| | | | | - Generalize zval_print() and zval_print_r()
* - Move #definesAndi Gutmans2000-03-211-5/+0
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* - Fix a nasty bug in the hash, introduced in the recent migration to macrosZeev Suraski2000-02-191-3/+6
| | | | | - Make array_init() and friends trackable
* Generalize macrosZeev Suraski2000-02-191-2/+2
|
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
|
* *** empty log message ***Andrei Zmievski2000-02-031-1/+1
|
* Added add_property_unset() and add_property_bool().Andrei Zmievski2000-02-011-0/+2
|
* RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnetThies C. Arntzen2000-01-191-2/+2
|
* RETURN_NULL & RETVAL_NULL don't need ().Thies C. Arntzen2000-01-181-2/+2
|
* added ZVAL_*() macros.Thies C. Arntzen2000-01-041-0/+55
|
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-2/+2
|
* renamed RET???_UNSET -> RET???_NULLThies C. Arntzen2000-01-021-2/+2
|
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-4/+11
| | | | | - Introduce IS_UNSET
* new constant: SQL_NULLThies C. Arntzen1999-12-281-0/+4
| | | | | new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-1/+1
| | | | | - Add the HashTable struct to the fast cache mechanism
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+1
|
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-4/+8
|
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-5/+5
| | | | | them.
* - Fix function_exists()Zeev Suraski1999-12-221-0/+11
|
* - Made things work again (Thies, everybody - please check the latest CVS and ↵Zeev Suraski1999-12-191-2/+2
| | | | | | | | see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references
* - The tree compiles againZeev Suraski1999-12-181-2/+2
|
* - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)Zeev Suraski1999-12-181-5/+6
| | | | | - Rename getParameters() and friends for consistency and namespace cleanliness
* Added zend_set_hash_symbol() function.Andrei Zmievski1999-12-041-1/+4
|
* backed out last change after andi decided on a different approach.Thies C. Arntzen1999-12-041-8/+4
|
* - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standardAndi Gutmans1999-12-041-1/+1
| | | | | ZEND_SET_SYMBOL()
* the new SET_VAR_* macros forgot to set the refcount!Thies C. Arntzen1999-12-041-4/+8
|
* *** empty log message ***Andrei Zmievski1999-12-031-5/+2
|
* Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro.Andrei Zmievski1999-12-031-0/+3
|
* - Remove _EX and make it the old _LENGTHAndi Gutmans1999-12-031-9/+6
|
* - Add _EX macro for AndreiAndi Gutmans1999-12-021-2/+4
|
* Make it possible to explicitly set refcount in ↵Zeev Suraski1999-12-011-0/+3
| | | | ZEND_SET_SYMBOL_WITH_LENGTH(), part 2
* Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH()Zeev Suraski1999-12-011-7/+10
|
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-031-0/+1
|
* Be safe, use ().Andrei Zmievski1999-10-181-5/+5
|
* added add_*_resource() and add_*_bool() functionsThies C. Arntzen1999-10-041-4/+14
|
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-011-1/+1
|
* - Remove locking support completelyAndi Gutmans1999-10-011-1/+0
|