summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* new constant: SQL_NULLThies C. Arntzen1999-12-281-0/+4
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-1/+1
* 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
* - 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
* - The tree compiles againZeev Suraski1999-12-181-2/+2
* - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)Zeev Suraski1999-12-181-5/+6
* 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
* 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 ZEND_SET_SYMBOL_WITH_LENGTH(),...Zeev Suraski1999-12-011-0/+3
* 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
* added add_property_resourceThies C. Arntzen1999-09-291-0/+1
* - Add some internal functions to ZendAndi Gutmans1999-09-201-0/+2
* Now that's an annoying bug.Zeev Suraski1999-08-061-1/+1
* Introduce call_user_func_ex()Zeev Suraski1999-08-061-0/+1
* These aren't necessaryZeev Suraski1999-07-311-3/+0
* Support symbols in any symbol table, not just the active oneZeev Suraski1999-07-301-8/+15
* * Setting variables in the global scope wasn't handling is_ref's properlyZeev Suraski1999-07-301-40/+68
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* Step 4:Zeev Suraski1999-07-091-8/+4
* Step 2:Zeev Suraski1999-07-091-4/+4
* added RETVAL_RESOURCE and RETURN_RESOURCEThies C. Arntzen1999-07-051-0/+9