summaryrefslogtreecommitdiff
path: root/Zend/zend_ptr_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-261-114/+0
|
* * header file cleanupStig S. Bakken1999-09-061-3/+2
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* - Damn that's more like it.Andi Gutmans1999-07-301-1/+1
|
* - Cut&paste crapAndi Gutmans1999-07-301-1/+1
|
* - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.Andi Gutmans1999-07-301-5/+42
| | | | | | There seems to be no reason for stack->top in the ptr_stack except for when realloc()'in the stack. I think I'll remove it.
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* * Optimize argument_stack top lookupAndi Gutmans1999-04-131-0/+1
| | | | | * Fix a nasty bug in zend_ptr_stack_clean()
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-0/+2
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* Zend LibraryAndi Gutmans1999-04-071-0/+71