Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |||||
* | - Fix a very old legacy memory leak in break(n) statements | Zeev Suraski | 1999-12-22 | 1 | -13/+33 | |
| | ||||||
* | Fix for the array() initialization bug Stas found | Zeev Suraski | 1999-12-22 | 1 | -0/+2 | |
| | ||||||
* | Fix the highlighting problem. STR_REALLOC() should be used instead of plain ↵ | Zeev Suraski | 1999-12-21 | 1 | -0/+2 | |
| | | | | | | | | erealloc() whenever you're dealing with strings that might be coming back from the engine - there seem to be a few other places like this in PHP. | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -2/+2 | |
| | ||||||
* | - Fix Sascha's leak. Good report! | Zeev Suraski | 1999-12-21 | 1 | -9/+22 | |
| | ||||||
* | - Fix the crash Thies was experiencing (returning a function call could ↵ | Zeev Suraski | 1999-12-20 | 1 | -0/+2 | |
| | | | | | | | cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked) | |||||
* | - Made things work again (Thies, everybody - please check the latest CVS and ↵ | Zeev Suraski | 1999-12-19 | 1 | -30/+35 | |
| | | | | | | | | see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references | |||||
* | - More fixes related to the return references patch | Andi Gutmans | 1999-12-19 | 1 | -12/+28 | |
| | | | | | | - eval_string() and call_user_function_ex() still don't work. - The libzend tree is untested and might not be stabl yet. | |||||
* | - Implement return by reference: | Zeev Suraski | 1999-12-15 | 1 | -17/+67 | |
| | | | | | | | - In function declaration instead of the return statement - In the assignment phase - Implement ability to turn off support for call-time pass by reference | |||||
* | Fix warnings surfacing in maintainer-mode. | Stig S. Bakken | 1999-12-01 | 1 | -1/+1 | |
| | ||||||
* | - Forgot to check for BP_VAR_IS in the fix made for Thies' string offset | Andi Gutmans | 1999-12-01 | 1 | -1/+1 | |
| | | | | | problem. | |||||
* | - Add use support (behaves like require, but will not use the same file twice) | Andi Gutmans | 1999-11-30 | 1 | -1/+4 | |
| | | | | | | | - Add import support (behaves like include, but requires parentheses; will not use the same file twice; Currently, it is not yet properly implemented, and only behaves like include) | |||||
* | - Fix problem Thies reported. We by mistake separated variables which were | Andi Gutmans | 1999-11-30 | 1 | -1/+1 | |
| | | | | | being fetched for read only. | |||||
* | That's a more thorough fix... | Zeev Suraski | 1999-11-25 | 1 | -1/+3 | |
| | ||||||
* | Fix bug #2817 - assignments to string offsets could erronously modify ↵ | Zeev Suraski | 1999-11-25 | 1 | -0/+2 | |
| | | | | unrelated strings | |||||
* | That slipped away | Andi Gutmans | 1999-11-21 | 1 | -1/+1 | |
| |