Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fix foreach() that receives a non array argument | Zeev Suraski | 1999-06-09 | 1 | -0/+2 | |
| | | | | | * Clean up some C++ comments | |||||
* | Fix that GLOBALS leak. We were explicitly adding GLOBALS to the main symbol ↵ | Zeev Suraski | 1999-06-04 | 1 | -12/+0 | |
| | | | | | | | table, but there's no reason to do it (INIT_GLOBALS takes care of it if necessary.) | |||||
* | Fixes | Andi Gutmans | 1999-05-31 | 1 | -1/+3 | |
| | ||||||
* | * fix some casts | Sascha Schumann | 1999-05-30 | 1 | -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_zval | Zeev Suraski | 1999-05-29 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-05-29 | 1 | -1/+1 | |
| | ||||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -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 Suraski | 1999-05-25 | 1 | -2/+12 | |
| | ||||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -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 reports | Zeev Suraski | 1999-05-22 | 1 | -3/+2 | |
| | ||||||
* | * Fix debugger+interactive mode bug | Zeev Suraski | 1999-04-27 | 1 | -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, and | Zeev Suraski | 1999-04-21 | 1 | -1/+1 | |
| | | | | | more logic has been implemented. | |||||
* | - Fix various memory leaks. | Andi Gutmans | 1999-04-13 | 1 | -16/+17 | |
| | ||||||
* | * Optimize argument_stack top lookup | Andi Gutmans | 1999-04-13 | 1 | -1/+1 | |
| | | | | | * Fix a nasty bug in zend_ptr_stack_clean() | |||||
* | Remove unnecessary stack | Zeev Suraski | 1999-04-12 | 1 | -4/+0 | |
| | ||||||
* | Destroy the resource list after destroying the symbol table, otherwise the | Zeev Suraski | 1999-04-12 | 1 | -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 Suraski | 1999-04-12 | 1 | -2/+37 | |
| | | | | | Prepatch tagged as BEFORE_STACK_PATCH. | |||||
* | Remove an unused variable | Zeev Suraski | 1999-04-07 | 1 | -1/+0 | |
| | ||||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+446 | |