summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
Commit message (Expand)AuthorAgeFilesLines
* - Nuke persist_alloc().Andi Gutmans2002-06-221-31/+0
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+12
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-2/+2
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Sync with ZE1Andi Gutmans2001-08-161-4/+2
* - Fix a bug in method calls.Andi Gutmans2001-08-161-4/+7
* MFZE1Zeev Suraski2001-08-141-0/+34
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-10/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-5/+11
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Fix bug #10287 - avoid crashing under a bogus usage of list()Zeev Suraski2001-07-161-2/+2
* Time to bid this old timer goodbye - get rid of var_uninit()Zeev Suraski2001-07-151-6/+0
* Get rid of some inlinesZeev Suraski2001-07-111-13/+0
* cleaned up the RETVAL_ RETURN_ and ZVAL_ macrosThies C. Arntzen2001-07-101-0/+2
* - Remove check for ht == NULL in copy_ctor.Andi Gutmans2001-05-121-4/+1
* - Nuke zval_del_ref()Andi Gutmans2001-02-271-10/+0
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-2/+4
* Fix - forgot to split away if refcount>1Zeev Suraski2000-04-261-0/+1
* export zval_add-ref and zvale_del_refThies C. Arntzen2000-04-211-2/+2
* - Some header dependencies cleanupZeev Suraski2000-03-251-1/+0
* It's official now...Zeev Suraski2000-03-061-3/+3
* Use the fast cache here tooZeev Suraski2000-02-251-2/+2
* (c) patchZeev Suraski2000-02-191-1/+1
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-2/+2
* Get rid of the IsPointer functionality in the hash.Zeev Suraski2000-01-171-1/+1
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-7/+6
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-3/+3
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-10/+4
* - Change var_reset() to set bool(0) instead of string("")Zeev Suraski1999-12-291-0/+5
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-2/+2
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-1/+1
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* added zval_del_ref() functionThies C. Arntzen1999-10-071-2/+10
* Let $GLOBALS actually work...Zeev Suraski1999-09-031-1/+3
* *** empty log message ***Zeev Suraski1999-08-281-1/+1
* Beef up debug macrosZeev Suraski1999-08-281-3/+3
* Better debug macrosZeev Suraski1999-08-271-5/+26
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* Get rid of AiCount completelyZeev Suraski1999-07-101-24/+3
* Step 4:Zeev Suraski1999-07-091-1/+11
* Phase 3:Zeev Suraski1999-07-091-2/+3
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+1
* Zend LibraryAndi Gutmans1999-04-071-0/+167