Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented compatibility mode | Zeev Suraski | 2003-01-12 | 1 | -5/+6 | |
| | | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set() | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -1/+1 | |
| | ||||||
* | MFZE1 | Stanislav Malyshev | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | - Nuke persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -31/+0 | |
| | ||||||
* | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 1 | -4/+12 | |
| | ||||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -2/+2 | |
| | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | - Sync with ZE1 | Andi Gutmans | 2001-08-16 | 1 | -4/+2 | |
| | ||||||
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -4/+7 | |
| | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | |||||
* | MFZE1 | Zeev Suraski | 2001-08-14 | 1 | -0/+34 | |
| | ||||||
* | - Sync Engine2 CVS with latest Engine CVS | Andi Gutmans | 2001-08-07 | 1 | -10/+3 | |
| | ||||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -5/+11 | |
| | ||||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 | |
| | | | | | | 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... | |||||
* | Fix bug #10287 - avoid crashing under a bogus usage of list() | Zeev Suraski | 2001-07-16 | 1 | -2/+2 | |
| | ||||||
* | Time to bid this old timer goodbye - get rid of var_uninit() | Zeev Suraski | 2001-07-15 | 1 | -6/+0 | |
| | ||||||
* | Get rid of some inlines | Zeev Suraski | 2001-07-11 | 1 | -13/+0 | |
| | ||||||
* | cleaned up the RETVAL_ RETURN_ and ZVAL_ macros | Thies C. Arntzen | 2001-07-10 | 1 | -0/+2 | |
| | | | | | | | 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. | |||||
* | - Remove check for ht == NULL in copy_ctor. | Andi Gutmans | 2001-05-12 | 1 | -4/+1 | |
| | | | | | | If ht is NULL at this point then we are better off crashing and fixing the bug that caused it. | |||||
* | - Nuke zval_del_ref() | Andi Gutmans | 2001-02-27 | 1 | -10/+0 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix a bug in static initializers/default values/class member variables that ↵ | Zeev Suraski | 2000-05-31 | 1 | -2/+4 | |
| | | | | | | | contained array values | |||||
* | Fix - forgot to split away if refcount>1 | Zeev Suraski | 2000-04-26 | 1 | -0/+1 | |
| | ||||||
* | export zval_add-ref and zvale_del_ref | Thies C. Arntzen | 2000-04-21 | 1 | -2/+2 | |
| | ||||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -1/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | Use the fast cache here too | Zeev Suraski | 2000-02-25 | 1 | -2/+2 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -2/+2 | |
| | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | |||||
* | Get rid of the IsPointer functionality in the hash. | Zeev Suraski | 2000-01-17 | 1 | -1/+1 | |
| | ||||||
* | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -7/+6 | |
| | | | | solve is long gone now... | |||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -3/+3 | |
| | ||||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -10/+4 | |
| | | | | | - Introduce IS_UNSET | |||||
* | - Change var_reset() to set bool(0) instead of string("") | Zeev Suraski | 1999-12-29 | 1 | -0/+5 | |
| | | | | | | Authors should go over their code and change it to use var_reset() instead of manually setting it to string(""), in case they're interested in the false value. | |||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -2/+2 | |
| | | | | | - Add the HashTable struct to the fast cache mechanism | |||||
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | them. | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -2/+2 | |
| | ||||||
* | added zval_del_ref() function | Thies C. Arntzen | 1999-10-07 | 1 | -2/+10 | |
| | ||||||
* | Let $GLOBALS actually work... | Zeev Suraski | 1999-09-03 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-08-28 | 1 | -1/+1 | |
| | ||||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 1 | -3/+3 | |
| | ||||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -5/+26 | |
| | ||||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | ||||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -24/+3 | |
| | ||||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -1/+11 | |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | |||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -2/+3 | |
| | | | | | Use a single bit to mark IS_REF variables | |||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 | |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | |||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+167 | |