Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - At last I've had some time to move all execute() locals into one struct.experimental/namespaces | Andi Gutmans | 2001-09-30 | 1 | -416/+424 |
| | | | | | | - No immediate gain but it makes it more clear what variables are temps - and which ones are execute() locals. | ||||
* | - Good catch by Sterling | Andi Gutmans | 2001-09-26 | 1 | -1/+1 |
| | |||||
* | - More namespaces work | Andi Gutmans | 2001-09-24 | 1 | -2/+10 |
| | |||||
* | - Create a branch for namespaces. This isn't even remotely close to | Andi Gutmans | 2001-09-20 | 1 | -0/+3 |
| | | | | | - working. | ||||
* | - Get rid of warning and C++ comments | Andi Gutmans | 2001-08-30 | 1 | -2/+2 |
| | |||||
* | - Initial support for exceptions. | Andi Gutmans | 2001-08-30 | 1 | -7/+55 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-08-30 | 1 | -3/+3 |
| | |||||
* | - Merge Sterling's patches from ZE1 | Andi Gutmans | 2001-08-18 | 1 | -2/+2 |
| | |||||
* | MFZE1 | Andrei Zmievski | 2001-08-17 | 1 | -2/+3 |
| | |||||
* | - Try and nuke get_object_zval_ptr() | Andi Gutmans | 2001-08-16 | 1 | -1/+1 |
| | |||||
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -6/+5 |
| | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | ||||
* | - MFZE1 | Andi Gutmans | 2001-08-13 | 1 | -16/+20 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2001-08-13 | 1 | -0/+1 |
| | |||||
* | - Merge from Engine 1 | Andi Gutmans | 2001-08-13 | 1 | -4/+23 |
| | |||||
* | - Sync Engine2 CVS with latest Engine CVS | Andi Gutmans | 2001-08-07 | 1 | -17/+72 |
| | |||||
* | - Move to using Z_ macros | Andi Gutmans | 2001-08-06 | 1 | -16/+20 |
| | |||||
* | require_once()/include_once will return true in case a file was not included | Zeev Suraski | 2001-08-02 | 1 | -2/+6 |
| | | | | | | | because it was already included earlier. Changed the default return value type of the include() family from long to boolean | ||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -16/+16 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -3/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | Avoid TSRMLS_FETCH()'s (still lots of work left) | Zeev Suraski | 2001-07-30 | 1 | -5/+5 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+5 |
| | |||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -74/+74 |
| | | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Revert bogus patch | Zeev Suraski | 2001-07-19 | 1 | -7/+2 |
| | |||||
* | Fix bug #11970 | Zeev Suraski | 2001-07-15 | 1 | -2/+7 |
| | |||||
* | Improved interactive mode - it is now available in all builds, without any ↵ | Zeev Suraski | 2001-07-15 | 1 | -24/+6 |
| | | | | significant slowdown | ||||
* | Fix leak in the patch, and revert a couple of lines I didn't mean to commit | Zeev Suraski | 2001-06-27 | 1 | -6/+4 |
| | |||||
* | - Warn about illegal offsets | Zeev Suraski | 2001-06-27 | 1 | -7/+28 |
| | | | | | | - Allow assignments to uninitialized string offsets (automatically pads the string with spaces) | ||||
* | - Hopefully fix bug #11476 and improve garbage to be freed very quickly. | Andi Gutmans | 2001-06-21 | 1 | -0/+3 |
| | | | | | Tree tagged as PRE_GRANULAR_GARBAGE_FIX before commiting. | ||||
* | - Nuke dependency of all of PHP on zend_execute_locks.h. | Andi Gutmans | 2001-06-21 | 1 | -0/+52 |
| | |||||
* | Eliminate the leak that the original bogus code tried to solve | Zeev Suraski | 2001-06-21 | 1 | -0/+1 |
| | |||||
* | parent::methodname() now works better with runtime classes (fix bug #11589) | Zeev Suraski | 2001-06-21 | 1 | -6/+1 |
| | |||||
* | Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6) | Zeev Suraski | 2001-06-21 | 1 | -1/+0 |
| | |||||
* | - Fix string offsets crash. | Andi Gutmans | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Add missing exports | Zeev Suraski | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Fix warning | Zeev Suraski | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Floating point keys didn't work in array() (fix bug #6662) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | - Patch by Andrei to prevent crash in error situation when not all | Andi Gutmans | 2001-05-02 | 1 | -2/+12 |
| | | | | | object overloading handles are defined. | ||||
* | - Fix for crash bug when using invalid arguments in the foreach() loop. | Andi Gutmans | 2001-04-20 | 1 | -3/+7 |
| | | | | | - Reported by Yasuo Ohgaki | ||||
* | - Whitespace | Andi Gutmans | 2001-03-10 | 1 | -1/+1 |
| | |||||
* | Make parent:: work in runtime bindings as well | Zeev Suraski | 2001-03-07 | 1 | -4/+9 |
| | |||||
* | Fix bug #8899 (thanks Jani) | Zeev Suraski | 2001-03-04 | 1 | -1/+1 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Remove duplicate code and do a tiny optimization in DO_FCALL | Andi Gutmans | 2001-02-09 | 1 | -14/+9 |
| | |||||
* | Fix string offset data corruption | Zeev Suraski | 2001-02-05 | 1 | -0/+2 |
| | |||||
* | - That doesn't seem like a smart thing to do :) | Andi Gutmans | 2001-01-27 | 1 | -1/+1 |
| | | | | | - I wonder if gcc optimized it out. | ||||
* | - Fix leak in fetch_dim_address() which was already fixed in | Andi Gutmans | 2001-01-17 | 1 | -78/+52 |
| | | | | | | - fetch_dim_object(). Take the oppertunity to make both use the same - function and not duplicate the code. | ||||
* | - Remove unreachable code | Andi Gutmans | 2001-01-01 | 1 | -1/+1 |
| | |||||
* | Allow get_current_key() not to return the key itself, instead of a duplicate | Zeev Suraski | 2000-12-22 | 1 | -1/+1 |
| | |||||
* | - Allow passing references which are returned from functions and new | Andi Gutmans | 2000-11-27 | 1 | -21/+39 |
| | | | | | - statements to be passed by reference. |