Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow the symbol_table to be passed to call_user_function_ex() | Zeev Suraski | 2000-06-17 | 1 | -1/+1 | |
| | ||||||
* | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -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 Suraski | 2000-06-12 | 1 | -1/+1 | |
| | | | | startup sequence | |||||
* | - Andrei, this is for you! | Andi Gutmans | 2000-06-09 | 1 | -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 for | Andi Gutmans | 2000-06-09 | 1 | -1/+1 | |
| | | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement | |||||
* | Allow disabling of functions for security reasons | Zeev Suraski | 2000-05-29 | 1 | -0/+1 | |
| | ||||||
* | Add ZEND_GET_MODULE(name). This is a short-cut for the common | Sascha Schumann | 2000-05-02 | 1 | -0/+2 | |
| | | | | | get_module function. | |||||
* | *** empty log message *** | Zeev Suraski | 2000-04-01 | 1 | -2/+4 | |
| | ||||||
* | Generalize some common thread-safety stuff | Zeev Suraski | 2000-04-01 | 1 | -0/+24 | |
| | ||||||
* | - Make sure zend_API.h has Zend'ish versions of the ZEND macros so that | Andi Gutmans | 2000-03-29 | 1 | -6/+22 | |
| | | | | | Zend'ish modules don't need to mix PHP & Zend notation. | |||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -0/+2 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | - Move #defines | Andi Gutmans | 2000-03-21 | 1 | -5/+0 | |
| | ||||||
* | 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 | |
| |