summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks
* 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 ↵Zeev Suraski2000-01-171-7/+6
| | | | solve is long gone now...
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-3/+3
|
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-10/+4
| | | | | - Introduce IS_UNSET
* - Change var_reset() to set bool(0) instead of string("")Zeev Suraski1999-12-291-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 mechanismZeev Suraski1999-12-271-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 useAndi Gutmans1999-12-241-1/+1
| | | | | them.
* 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
| | | | | Move to a 7-bit counter (not fully implemented yet)
* Phase 3:Zeev Suraski1999-07-091-2/+3
| | | | | Use a single bit to mark IS_REF variables
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+1
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* Zend LibraryAndi Gutmans1999-04-071-0/+167