| Commit message (Expand) | Author | Age | Files | Lines |
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
* | Fix a lock issue | Andi Gutmans | 1999-07-15 | 1 | -3/+0 |
* | - Fixed a purify warning | Andi Gutmans | 1999-07-12 | 1 | -1/+3 |
* | Ok, so we do have to lock in there | Andi Gutmans | 1999-07-10 | 1 | -10/+10 |
* | Fix assignments of reference variables | Andi Gutmans | 1999-07-10 | 1 | -0/+2 |
* | Put the garbage in the garbage bin | Zeev Suraski | 1999-07-10 | 1 | -7/+0 |
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -41/+17 |
* | Final tweaks | Zeev Suraski | 1999-07-10 | 1 | -0/+6 |
* | More locking work | Zeev Suraski | 1999-07-10 | 1 | -7/+8 |
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
* | More stuff | Zeev Suraski | 1999-07-09 | 1 | -0/+9 |
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -27/+58 |
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -17/+17 |
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -32/+32 |
* | Support isset()/empty() for string offsets | Zeev Suraski | 1999-07-03 | 1 | -4/+21 |
* | * Use to_string() instead of __print() | Zeev Suraski | 1999-06-11 | 1 | -0/+3 |
* | * Make the output handling of variables much, much cooler. | Zeev Suraski | 1999-06-11 | 1 | -7/+4 |
* | * Fix cases where you assign an array element to the parent array (the array was | Zeev Suraski | 1999-06-09 | 1 | -4/+7 |
* | * Fix foreach() that receives a non array argument | Zeev Suraski | 1999-06-09 | 1 | -15/+7 |
* | * Fix a by-name call/method call bug | Andi Gutmans | 1999-06-08 | 1 | -20/+27 |
* | - Fixed Karl's bug report. It's not really a thorough fix, we really need to... | Zeev Suraski | 1999-06-05 | 1 | -2/+6 |
* | New $GLOBALS init | Zeev Suraski | 1999-06-04 | 1 | -10/+12 |
* | - We weren't counting newlines in heredocs. The only place which is still que... | Andi Gutmans | 1999-06-03 | 1 | -2/+3 |
* | - Make execute() use less stack in thread-safe win32 due to Microsoft's shitt... | Andi Gutmans | 1999-06-01 | 1 | -1/+1 |
* | Fixes | Andi Gutmans | 1999-05-31 | 1 | -4/+9 |
* | Correct fix | Zeev Suraski | 1999-05-29 | 1 | -4/+2 |
* | Fix a leak | Zeev Suraski | 1999-05-29 | 1 | -1/+3 |
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -5/+3 |
* | Fix the AiCount issue with objects | Zeev Suraski | 1999-05-27 | 1 | -1/+1 |
* | Sigh, another leak bites the dust. FREE_OP missing in case of a SEND_VAR. | Zeev Suraski | 1999-05-22 | 1 | -0/+1 |
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -0/+3 |
* | Optimize allocations into uninitialized_zval assignments | Zeev Suraski | 1999-05-20 | 1 | -22/+10 |
* | * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed | Zeev Suraski | 1999-05-15 | 1 | -1/+4 |
* | Cleanups, remove old ts code | Zeev Suraski | 1999-04-24 | 1 | -20/+20 |
* | Make token names uniform, they all begin with T_ now. | Zeev Suraski | 1999-04-22 | 1 | -20/+20 |
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 1 | -3/+3 |
* | Support =unset as arguments | Andi Gutmans | 1999-04-19 | 1 | -0/+4 |
* | AiCount needs to be decreased here | Zeev Suraski | 1999-04-18 | 1 | -0/+1 |
* | - one more place which seems to have needed fixing. I don't have time to look | Andi Gutmans | 1999-04-15 | 1 | -2/+2 |
* | Better detection | Zeev Suraski | 1999-04-13 | 1 | -5/+3 |
* | Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge | Zeev Suraski | 1999-04-13 | 1 | -8/+16 |
* | - Fix various memory leaks. | Andi Gutmans | 1999-04-13 | 1 | -0/+3 |
* | Refcount bugfix | Andi Gutmans | 1999-04-13 | 1 | -0/+1 |
* | Minor optimization | Zeev Suraski | 1999-04-12 | 1 | -3/+2 |
* | This should take care of "this" for user-defined functions. It wasn't yet wo... | Zeev Suraski | 1999-04-12 | 1 | -27/+21 |
* | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 1 | -30/+37 |
* | Minor fixes: | Zeev Suraski | 1999-04-12 | 1 | -0/+1 |
* | $GLOBALS support | Zeev Suraski | 1999-04-08 | 1 | -0/+10 |
* | Fix static assignment | Zeev Suraski | 1999-04-08 | 1 | -0/+4 |
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+1885 |