| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | | |||||
| * | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | | |||||
| * | - Fix a nasty bug in the hash, introduced in the recent migration to macros | Zeev Suraski | 2000-02-19 | 1 | -3/+6 |
| | | | | | | - Make array_init() and friends trackable | ||||
| * | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 |
| | | |||||
| * | - Finally beautify those WIN32|WINNT checks | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 2000-02-03 | 1 | -1/+1 |
| | | |||||
| * | Added add_property_unset() and add_property_bool(). | Andrei Zmievski | 2000-02-01 | 1 | -0/+2 |
| | | |||||
| * | RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet | Thies C. Arntzen | 2000-01-19 | 1 | -2/+2 |
| | | |||||
| * | RETURN_NULL & RETVAL_NULL don't need (). | Thies C. Arntzen | 2000-01-18 | 1 | -2/+2 |
| | | |||||
| * | added ZVAL_*() macros. | Thies C. Arntzen | 2000-01-04 | 1 | -0/+55 |
| | | |||||
| * | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -2/+2 |
| | | |||||
| * | renamed RET???_UNSET -> RET???_NULL | Thies C. Arntzen | 2000-01-02 | 1 | -2/+2 |
| | | |||||
| * | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -4/+11 |
| | | | | | | - Introduce IS_UNSET | ||||
| * | new constant: SQL_NULL | Thies C. Arntzen | 1999-12-28 | 1 | -0/+4 |
| | | | | | | new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL | ||||
| * | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -1/+1 |
| | | | | | | - Add the HashTable struct to the fast cache mechanism | ||||
| * | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -0/+1 |
| | | |||||
| * | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -4/+8 |
| | | |||||
| * | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -5/+5 |
| | | | | | | them. | ||||
| * | - Fix function_exists() | Zeev Suraski | 1999-12-22 | 1 | -0/+11 |
| | | |||||
| * | - Made things work again (Thies, everybody - please check the latest CVS and ↵ | Zeev Suraski | 1999-12-19 | 1 | -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 again | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | | |||||
| * | - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) | Zeev Suraski | 1999-12-18 | 1 | -5/+6 |
| | | | | | | - Rename getParameters() and friends for consistency and namespace cleanliness | ||||
| * | Added zend_set_hash_symbol() function. | Andrei Zmievski | 1999-12-04 | 1 | -1/+4 |
| | | |||||
| * | backed out last change after andi decided on a different approach. | Thies C. Arntzen | 1999-12-04 | 1 | -8/+4 |
| | | |||||
| * | - Call ZEND_SET_SYMBOL_WITH_LENGTH() with refcount 1 from the standard | Andi Gutmans | 1999-12-04 | 1 | -1/+1 |
| | | | | | | ZEND_SET_SYMBOL() | ||||
| * | the new SET_VAR_* macros forgot to set the refcount! | Thies C. Arntzen | 1999-12-04 | 1 | -4/+8 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 1999-12-03 | 1 | -5/+2 |
| | | |||||
| * | Added ZEND_SET_GLOBAL_VAR_WITH_LENGTH_EX() macro. | Andrei Zmievski | 1999-12-03 | 1 | -0/+3 |
| | | |||||
| * | - Remove _EX and make it the old _LENGTH | Andi Gutmans | 1999-12-03 | 1 | -9/+6 |
| | | |||||
| * | - Add _EX macro for Andrei | Andi Gutmans | 1999-12-02 | 1 | -2/+4 |
| | | |||||
| * | Make it possible to explicitly set refcount in ↵ | Zeev Suraski | 1999-12-01 | 1 | -0/+3 |
| | | | | | ZEND_SET_SYMBOL_WITH_LENGTH(), part 2 | ||||
| * | Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH() | Zeev Suraski | 1999-12-01 | 1 | -7/+10 |
| | | |||||
| * | - Add support for BYREF_FORCE_REST | Andi Gutmans | 1999-11-03 | 1 | -0/+1 |
| | | |||||
| * | Be safe, use (). | Andrei Zmievski | 1999-10-18 | 1 | -5/+5 |
| | | |||||
| * | added add_*_resource() and add_*_bool() functions | Thies C. Arntzen | 1999-10-04 | 1 | -4/+14 |
| | | |||||
| * | - Move is_ref back to being an unsigned char and not a bit field. | Andi Gutmans | 1999-10-01 | 1 | -1/+1 |
| | | |||||
| * | - Remove locking support completely | Andi Gutmans | 1999-10-01 | 1 | -1/+0 |
| | | |||||
| * | added add_property_resource | Thies C. Arntzen | 1999-09-29 | 1 | -0/+1 |
| | | |||||
| * | - Add some internal functions to Zend | Andi Gutmans | 1999-09-20 | 1 | -0/+2 |
| | | |||||
| * | Now that's an annoying bug. | Zeev Suraski | 1999-08-06 | 1 | -1/+1 |
| | | |||||
| * | Introduce call_user_func_ex() | Zeev Suraski | 1999-08-06 | 1 | -0/+1 |
| | | |||||
| * | These aren't necessary | Zeev Suraski | 1999-07-31 | 1 | -3/+0 |
| | | |||||
| * | Support symbols in any symbol table, not just the active one | Zeev Suraski | 1999-07-30 | 1 | -8/+15 |
| | | |||||
| * | * Setting variables in the global scope wasn't handling is_ref's properly | Zeev Suraski | 1999-07-30 | 1 | -40/+68 |
| | | |||||
| * | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | | |||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | | |||||
| * | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -8/+4 |
| | | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
| * | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -4/+4 |
| | | | | | | Rename is_ref to EA | ||||
| * | added RETVAL_RESOURCE and RETURN_RESOURCE | Thies C. Arntzen | 1999-07-05 | 1 | -0/+9 |
| | | |||||
