summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * Fix foreach() that receives a non array argumentZeev Suraski1999-06-091-0/+2
| | | | | * Clean up some C++ comments
* Fix that GLOBALS leak. We were explicitly adding GLOBALS to the main symbol ↵Zeev Suraski1999-06-041-12/+0
| | | | | | | table, but there's no reason to do it (INIT_GLOBALS takes care of it if necessary.)
* FixesAndi Gutmans1999-05-311-1/+3
|
* * fix some castsSascha Schumann1999-05-301-1/+1
| | | | | * introduce unary_op_type - cleaner than casting data voids to function ptrs
* That got fucked up when we went back to using uninitialized_zvalZeev Suraski1999-05-291-1/+1
|
* *** empty log message ***Zeev Suraski1999-05-291-1/+1
|
* * Support getThis() for internal functions.Zeev Suraski1999-05-281-1/+1
| | | | | | | | * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent.
* Avoid crashing if an error occurs before we open the first file.Zeev Suraski1999-05-251-2/+12
|
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-6/+12
| | | | | | | | | | * 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
* Give more information and save log lines in memory leak reportsZeev Suraski1999-05-221-3/+2
|
* * Fix debugger+interactive mode bugZeev Suraski1999-04-271-2/+3
| | | | | * Recognize whether an extension is with debug information or not
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-1/+1
| | | | | more logic has been implemented.
* - Fix various memory leaks.Andi Gutmans1999-04-131-16/+17
|
* * Optimize argument_stack top lookupAndi Gutmans1999-04-131-1/+1
| | | | | * Fix a nasty bug in zend_ptr_stack_clean()
* Remove unnecessary stackZeev Suraski1999-04-121-4/+0
|
* Destroy the resource list after destroying the symbol table, otherwise theZeev Suraski1999-04-121-0/+2
| | | | | auto-destructor for resources are run when the resource list is no longer valid
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-2/+37
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* Remove an unused variableZeev Suraski1999-04-071-1/+0
|
* Zend LibraryAndi Gutmans1999-04-071-0/+446