| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix newly introduced problem reported by Sam Ruby | Zeev Suraski | 2000-03-15 | 1 | -9/+0 |
| | | |||||
| * | - Remove inline from functions which are pretty large and besides eating up | Andi Gutmans | 2000-03-11 | 1 | -8/+8 |
| | | | | | | memory in compile time probably doesn't boost performance. | ||||
| * | - Quick way of supporting include_once(). | Andi Gutmans | 2000-03-10 | 1 | -0/+18 |
| | | | | | | Good enough for RC1. | ||||
| * | - Cleanup old IMPORT stuff | Andi Gutmans | 2000-03-10 | 1 | -1/+0 |
| | | |||||
| * | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | | |||||
| * | - Fix typos | Andi Gutmans | 2000-03-01 | 1 | -1/+1 |
| | | |||||
| * | Fix typo. | Andrei Zmievski | 2000-02-26 | 1 | -1/+1 |
| | | |||||
| * | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | | |||||
| * | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | | |||||
| * | -Fix bug 3504 concerning leaks with unset() | Andi Gutmans | 2000-02-16 | 1 | -0/+7 |
| | | |||||
| * | - Hopefully fix Thies' bug report. | Andi Gutmans | 2000-02-16 | 1 | -7/+7 |
| | | |||||
| * | - Fix bug #3309 | Andi Gutmans | 2000-02-16 | 1 | -3/+11 |
| | | |||||
| * | - Put in the infrastructure for the unset() fix. Right now it has the old | Andi Gutmans | 2000-02-14 | 1 | -0/+15 |
| | | | | | | behavior but I just need time tomorrow to add the correct behavior. | ||||
| * | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 |
| | | |||||
| * | - Finally beautify those WIN32|WINNT checks | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | | |||||
| * | - Shouldn't be there | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | | |||||
| * | - Cleanup the code | Andi Gutmans | 2000-02-10 | 1 | -14/+11 |
| | | |||||
| * | Fix last known nasty bugs in Zend. It'll be cool if there are no new ones :) | Zeev Suraski | 2000-02-09 | 1 | -10/+33 |
| | | |||||
| * | foreach() works now for objects as well. | Thies C. Arntzen | 2000-02-09 | 1 | -7/+11 |
| | | |||||
| * | Fix an elusive bug | Zeev Suraski | 2000-02-08 | 1 | -1/+3 |
| | | |||||
| * | More cleanup | Zeev Suraski | 2000-02-05 | 1 | -3/+3 |
| | | |||||
| * | Pass the executor globals to internal functions | Zeev Suraski | 2000-02-05 | 1 | -2/+2 |
| | | |||||
| * | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -2/+2 |
| | | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | ||||
| * | Maintain a state of whether we're compiling and/or executing | Zeev Suraski | 2000-02-04 | 1 | -0/+3 |
| | | |||||
| * | Improve dependencies | Zeev Suraski | 2000-02-01 | 1 | -0/+1 |
| | | |||||
| * | Sort out a gdb problem | Zeev Suraski | 2000-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix warning | Zeev Suraski | 2000-02-01 | 1 | -10/+9 |
| | | |||||
| * | - Optimized garbage mechanism | Zeev Suraski | 2000-01-31 | 1 | -12/+0 |
| | | | | | | - Fixed another buglet in the parser | ||||
| * | - Fix foreach() | Zeev Suraski | 2000-01-31 | 1 | -14/+26 |
| | | | | | | - Fix indirect reference with object properties | ||||
| * | - Fix the bug Thies found where I forgot to change a break; to NEXT_OPCODE(); | Andi Gutmans | 2000-01-30 | 1 | -1/+1 |
| | | | | | | - If you find anymore let me know | ||||
| * | - Yet another tiny optimization. | Andi Gutmans | 2000-01-29 | 1 | -68/+70 |
| | | |||||
| * | - Make loop a bit faster. | Andi Gutmans | 2000-01-28 | 1 | -1/+9 |
| | | |||||
| * | - Double the speed of some key switch() tests for Win32. | Andi Gutmans | 2000-01-28 | 1 | -21/+16 |
| | | |||||
| * | - This makes the switch() statement twice as quick. Moving to enum | Andi Gutmans | 2000-01-28 | 1 | -0/+4 |
| | | | | | | might make this a general speed up for other platforms too | ||||
| * | - Make foreach() now copy the array but use the original array. It can | Andi Gutmans | 2000-01-24 | 1 | -4/+18 |
| | | | | | | | still be optimized A LOT but it's only a performance issue and not a feature issue. | ||||
| * | - Implement declare() with declarables framework | Zeev Suraski | 2000-01-24 | 1 | -0/+8 |
| | | | | | | - Implement ticks - Germany&Norway - 5 points! | ||||
| * | Fixes | Zeev Suraski | 2000-01-24 | 1 | -1/+1 |
| | | |||||
| * | Leak fix | Zeev Suraski | 2000-01-18 | 1 | -4/+8 |
| | | |||||
| * | Functionality & crash fixes | Zeev Suraski | 2000-01-09 | 1 | -2/+2 |
| | | |||||
| * | - Separate the overloaded objects' types from Zend's data types. | Andi Gutmans | 2000-01-04 | 1 | -4/+4 |
| | | | | | | | There is no reason for them to be the same, and IS_METHOD just cluttered there data types. | ||||
| * | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -5/+5 |
| | | |||||
| * | Fix a bug when using [] on a string | Zeev Suraski | 2000-01-03 | 1 | -0/+4 |
| | | |||||
| * | Fix | Zeev Suraski | 2000-01-03 | 1 | -20/+29 |
| | | |||||
| * | Fix | Zeev Suraski | 2000-01-02 | 1 | -0/+1 |
| | | |||||
| * | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -33/+29 |
| | | | | | | - Introduce IS_UNSET | ||||
| * | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -4/+4 |
| | | | | | | - Add the HashTable struct to the fast cache mechanism | ||||
| * | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -0/+1 |
| | | |||||
| * | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -26/+34 |
| | | |||||
| * | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -27/+27 |
| | | | | | | them. | ||||
| * | - require() of a dynamic expression now has the standard require() semantics | Zeev Suraski | 1999-12-23 | 1 | -4/+3 |
| | | | | | | - Fixed a memory leak in require() of a dynamic expression | ||||
