| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Get rid of C++ comments | Andi Gutmans | 1999-07-20 | 1 | -1/+0 |
| * | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| * | Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner) | Zeev Suraski | 1999-07-16 | 1 | -0/+1 |
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| * | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -1/+1 |
| * | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -12/+6 |
| * | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -6/+6 |
| * | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| * | Support definition of classes that are derived from classes that are defined ... | Zeev Suraski | 1999-07-08 | 1 | -20/+70 |
| * | Fix Thies's bug report | Zeev Suraski | 1999-06-22 | 1 | -0/+1 |
| * | * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead | Zeev Suraski | 1999-06-22 | 1 | -0/+1 |
| * | E_ERROR -> E_COMPILE_ERROR in the compiler | Zeev Suraski | 1999-06-11 | 1 | -2/+2 |
| * | Two fixes: | Zeev Suraski | 1999-06-11 | 1 | -1/+3 |
| * | - Fix the static array() initializing | Andi Gutmans | 1999-06-09 | 1 | -1/+1 |
| * | * Fix a by-name call/method call bug | Andi Gutmans | 1999-06-08 | 1 | -12/+8 |
| * | Work around a compiler bug - mark variables that are sent to functions that a... | Andi Gutmans | 1999-06-06 | 1 | -8/+18 |
| * | * Centralized shutdown | Zeev Suraski | 1999-06-05 | 1 | -1/+0 |
| * | Call the request_shutdown on modules before destroying symbol tables, so that | Zeev Suraski | 1999-06-05 | 1 | -1/+1 |
| * | - Fixed Karl's bug report. It's not really a thorough fix, we really need to... | Zeev Suraski | 1999-06-05 | 1 | -0/+1 |
| * | New $GLOBALS init | Zeev Suraski | 1999-06-04 | 1 | -7/+2 |
| * | Fixes | Andi Gutmans | 1999-05-31 | 1 | -0/+1 |
| * | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -0/+4 |
| * | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -2/+9 |
| * | Avoid leaking fd's in case of failures | Zeev Suraski | 1999-05-22 | 1 | -0/+2 |
| * | - Updates we did today | Andi Gutmans | 1999-05-20 | 1 | -1/+1 |
| * | - Fix a small problem with class decelerations. | Andi Gutmans | 1999-05-20 | 1 | -1/+1 |
| * | * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed | Zeev Suraski | 1999-05-15 | 1 | -4/+72 |
| * | * Fix a bug that occured in case of parse errors. We need to restore the lex... | Zeev Suraski | 1999-05-11 | 1 | -0/+1 |
| * | * Fix a problem with constant quoted strings, that was causing Thies's problem | Zeev Suraski | 1999-04-30 | 1 | -1/+0 |
| * | Another small fix | Zeev Suraski | 1999-04-24 | 1 | -1/+1 |
| * | Cleanups, remove old ts code | Zeev Suraski | 1999-04-24 | 1 | -14/+6 |
| * | Make token names uniform, they all begin with T_ now. | Zeev Suraski | 1999-04-22 | 1 | -11/+11 |
| * | Thread safety patch. It works now with 'just in time' resource initialization! | Zeev Suraski | 1999-04-21 | 1 | -1/+1 |
| * | 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 | -1/+1 |
| * | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -0/+2 |
| * | - Should fix the pass by reference problem. This happened because we moved | Andi Gutmans | 1999-04-15 | 1 | -4/+4 |
| * | -Tiny patches | Andi Gutmans | 1999-04-14 | 1 | -1/+1 |
| * | - Fix various memory leaks. | Andi Gutmans | 1999-04-13 | 1 | -0/+5 |
| * | Destroy the resource list after destroying the symbol table, otherwise the | Zeev Suraski | 1999-04-12 | 1 | -1/+0 |
| * | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 1 | -7/+7 |
| * | Minor fixes: | Zeev Suraski | 1999-04-12 | 1 | -0/+1 |
| * | Prevent class redeclarations | Zeev Suraski | 1999-04-09 | 1 | -1/+3 |
| * | $GLOBALS support | Zeev Suraski | 1999-04-08 | 1 | -0/+18 |
| * | Fix static assignment | Zeev Suraski | 1999-04-08 | 1 | -1/+2 |
| * | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+1822 |