Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 1 | -556/+0 |
| | |||||
* | - Changed Ts{}.var to Ts{}.var.ptr_ptr. | Andi Gutmans | 1999-09-26 | 1 | -1/+1 |
| | |||||
* | no // in the sources please | Thies C. Arntzen | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | Fix a crash bug in case of aborted execution | Zeev Suraski | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | - Damn. It wasn't a correct fix. This should do it. | Andi Gutmans | 1999-08-26 | 1 | -1/+1 |
| | | | | | | When the zval ** are equal we don't want to assign_ref, in any other case I can think of we do want to assign_ref. | ||||
* | - Fix leak when global is used in the global scope. | Andi Gutmans | 1999-08-26 | 1 | -1/+2 |
| | |||||
* | Fix #2012 | Zeev Suraski | 1999-08-17 | 1 | -0/+2 |
| | |||||
* | Fix a few leaks | Zeev Suraski | 1999-08-07 | 1 | -2/+2 |
| | |||||
* | Fix a bug in call_user_func_ex() | Zeev Suraski | 1999-08-06 | 1 | -0/+1 |
| | |||||
* | Introduce call_user_func_ex() | Zeev Suraski | 1999-08-06 | 1 | -5/+44 |
| | |||||
* | - Fixed various inheritance problems & Andrey's leak | Andi Gutmans | 1999-07-28 | 1 | -1/+8 |
| | |||||
* | - Get rid of C++ comments | Andi Gutmans | 1999-07-20 | 1 | -1/+0 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | - Should fix the memory leak when returning from the main scope. | Andi Gutmans | 1999-07-18 | 1 | -0/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | disable zend_handle_sigsegv | Sascha Schumann | 1999-07-15 | 1 | -0/+3 |
| | |||||
* | Woops, fix. | Zeev Suraski | 1999-07-10 | 1 | -1/+2 |
| | |||||
* | Put the garbage in the garbage bin | Zeev Suraski | 1999-07-10 | 1 | -3/+0 |
| | |||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -1/+0 |
| | |||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -10/+16 |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | ||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -3/+3 |
| | | | | | Use a single bit to mark IS_REF variables | ||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -7/+7 |
| | | | | | Rename is_ref to EA | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+2 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | Fix the mess in SIGSEGV handling, hopefully | Zeev Suraski | 1999-07-09 | 1 | -5/+14 |
| | |||||
* | * Make the output handling of variables much, much cooler. | Zeev Suraski | 1999-06-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Uses zend_make_printable_zval() instead of convert_to_string() now: $foo = true; print "\$foo is $foo"; will now print $foo is true (instead of "$foo is 1", earlier). Also, with objects, it automatically tries to call __print() and use it as a printing function. For example: class foo { function __print() { return "Foo Object"; } }; $foo = new foo; print $foo; will print "Foo Object". | ||||
* | * 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 |