summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateZeev Suraski1999-07-161-4/+8
|
* - License updateAndi Gutmans1999-07-141-1/+3
| | | | | - Fix multithreaded constants startup
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+3
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-211-15/+17
|
* Zend LibraryAndi Gutmans1999-04-071-0/+53