Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fix Win32 compilation (Use winsock2.h from now on) | Zeev Suraski | 2000-06-03 | 1 | -1/+1 | |
| | | | | | - Add lambda() support | |||||
* | Fix a crash bug in certain situations of class redeclarations | Zeev Suraski | 2000-05-25 | 1 | -3/+14 | |
| | ||||||
* | Refined fix | Zeev Suraski | 2000-05-11 | 1 | -1/+2 | |
| | ||||||
* | Fix a memory corruption bug with by-ref function arguments | Zeev Suraski | 2000-05-11 | 1 | -8/+9 | |
| | ||||||
* | make waning readable | Thies C. Arntzen | 2000-05-10 | 1 | -2/+2 | |
| | ||||||
* | Thoroughly initialize IS_UNUSED for proper cleanup | Andi Gutmans | 2000-05-08 | 1 | -0/+2 | |
| | ||||||
* | - Change the place CAST uses for the op_type | Andi Gutmans | 2000-05-03 | 1 | -1/+1 | |
| | ||||||
* | Beautify | Zeev Suraski | 2000-04-29 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-04-27 | 1 | -1/+1 | |
| | ||||||
* | Change to using the #define's | Zeev Suraski | 2000-04-27 | 1 | -1/+1 | |
| | ||||||
* | - Forgot to keep the ':' in the class_name | Zeev Suraski | 2000-04-24 | 1 | -0/+3 | |
| | ||||||
* | - Fix order of JMPZNZ arguments | Andi Gutmans | 2000-04-17 | 1 | -2/+2 | |
| | ||||||
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 1 | -1/+1 | |
| | | | | | - Prepare extended resource list destructor APIs (currently unused) | |||||
* | - Two more places needed changing | Andi Gutmans | 2000-04-10 | 1 | -2/+2 | |
| | ||||||
* | Clean up last/size definitions | Zeev Suraski | 2000-04-10 | 1 | -1/+1 | |
| | ||||||
* | - FIx JMPZNZ | Andi Gutmans | 2000-04-05 | 1 | -4/+3 | |
| | ||||||
* | The previous fix ended up being broken, this one should do it | Zeev Suraski | 2000-03-31 | 1 | -2/+3 | |
| | ||||||
* | - Fix bug | Andi Gutmans | 2000-03-31 | 1 | -2/+2 | |
| | ||||||
* | - Make the argument order for the stack applies more consistent with other Zend | Zeev Suraski | 2000-03-29 | 1 | -11/+13 | |
| | | | | | | data structures - Fix a possible corruption problem due to switch() C-level optimization | |||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -2/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | - Nuke hash_*_ptr functions | Andi Gutmans | 2000-03-24 | 1 | -1/+1 | |
| | ||||||
* | - | Zeev Suraski | 2000-03-13 | 1 | -1/+1 | |
| | ||||||
* | - Spare a byte :) | Zeev Suraski | 2000-03-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Andi Gutmans | 2000-03-13 | 1 | -1/+1 | |
| | ||||||
* | - Support require_once(). | Andi Gutmans | 2000-03-10 | 1 | -2/+2 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | - Fix typos | Andi Gutmans | 2000-03-01 | 1 | -1/+1 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | - Put in the infrastructure for the unset() fix. Right now it has the old | Andi Gutmans | 2000-02-14 | 1 | -3/+6 | |
| | | | | | behavior but I just need time tomorrow to add the correct behavior. | |||||
* | Syntax highlighting was erronously emitting more than one semicolon and/or ↵ | Zeev Suraski | 2000-02-07 | 1 | -0/+3 | |
| | | | | garbage with heredocs | |||||
* | - Support the string offset syntax $a{2} with the regular array opcodes. | Andi Gutmans | 2000-02-06 | 1 | -0/+1 | |
| | | | | | | Will need to write new opcodes sometime but right now it's good enough to announce the change to this string offset syntax for beta 4. | |||||
* | - This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list | Andi Gutmans | 2000-02-05 | 1 | -6/+2 | |
| | | | | | | | | by mistake contains the same variable twice. - BTW, there is no defined order of assignment. The value of $a after the previous example is undefined, and should not be assumed to be either 1 nor 2. | |||||
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -3/+3 | |
| | | | | | | - 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 | -2/+16 | |
| | ||||||
* | - Fix the annoying problem with list(), that surfaced up after our recent ↵ | Zeev Suraski | 2000-02-02 | 1 | -9/+16 | |
| | | | | | | | cleaning patches | |||||
* | - Get rid of remains of garbage. | Andi Gutmans | 2000-02-01 | 1 | -0/+2 | |
| | | | | | - This should fix Thies' UMR | |||||
* | Fix ``'s | Zeev Suraski | 2000-01-29 | 1 | -1/+1 | |
| | ||||||
* | - Add parser support for string offsets. This added three shift/reduce | Andi Gutmans | 2000-01-29 | 1 | -0/+5 | |
| | | | | | | | | conflicts but they all seem to be fine. - Cleaned up the parsing rules a bit and made them much more compact and elegant. - Please CVS update and see that I didn't break anything. | |||||
* | - Make loop a bit faster. | Andi Gutmans | 2000-01-28 | 1 | -0/+1 | |
| | ||||||
* | - Make foreach() now copy the array but use the original array. It can | Andi Gutmans | 2000-01-24 | 1 | -3/+5 | |
| | | | | | | 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/+51 | |
| | | | | | - Implement ticks - Germany&Norway - 5 points! | |||||
* | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -3/+2 | |
| | | | | solve is long gone now... | |||||
* | Allow module startup to be separate from the compiler/executor startup | Zeev Suraski | 2000-01-16 | 1 | -1/+0 | |
| | ||||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -3/+1 | |
| | | | | | - Introduce IS_UNSET | |||||
* | - Fix bug #3073. continue in do..while() loops should work now | Andi Gutmans | 1999-12-31 | 1 | -2/+2 | |
| | ||||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -3/+3 | |
| | | | | | - 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 | -3/+7 | |
| | ||||||
* | Optimize | Zeev Suraski | 1999-12-24 | 1 | -3/+4 | |
| | ||||||
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -3/+3 | |
| | | | | | them. |