| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize this a bit to ensure the object memory is destructed before | Marcus Boerger | 2003-07-02 | 1 | -27/+31 |
* | Bug #24399: is_subclass_of(): fix memleak, too | Marcus Boerger | 2003-07-02 | 1 | -0/+1 |
* | Throughly fix scoping change. Fixes, among other things, bug #24403 | Zeev Suraski | 2003-07-02 | 1 | -8/+21 |
* | - Nuke CG(in_clone_method) | Andi Gutmans | 2003-07-02 | 2 | -5/+0 |
* | Fix for bug #22367. | Zeev Suraski | 2003-07-02 | 1 | -0/+5 |
* | optimize the case where the object is really a class name, as we don't need | Sterling Hughes | 2003-07-02 | 1 | -24/+31 |
* | Timm Friebe points out that object detection should be done regardless of | Sterling Hughes | 2003-07-02 | 1 | -54/+50 |
* | Finally fix property cloning and fix the tests accordingly. | Marcus Boerger | 2003-07-02 | 1 | -1/+7 |
* | Fix bug #24445 | Sterling Hughes | 2003-07-02 | 1 | -9/+1 |
* | ChangeLog update | | 2003-07-02 | 1 | -0/+58 |
* | Fix __clone(). | Marcus Boerger | 2003-07-01 | 1 | -7/+4 |
* | Use both destructor and shutdown | Marcus Boerger | 2003-07-01 | 1 | -2/+7 |
* | small bugfix | Marcus Boerger | 2003-07-01 | 1 | -0/+1 |
* | Rename test to correct extension | Marcus Boerger | 2003-07-01 | 1 | -0/+0 |
* | __clone might not be defined | Marcus Boerger | 2003-07-01 | 1 | -13/+15 |
* | Fix __clone visibility | Marcus Boerger | 2003-07-01 | 1 | -0/+20 |
* | Fix destructor visibility | Marcus Boerger | 2003-07-01 | 3 | -3/+20 |
* | - Added test for bug #24436 | Derick Rethans | 2003-07-01 | 1 | -0/+26 |
* | Timm Friebe's patches for code celanup and additional functions. | George Schlossnagle | 2003-07-01 | 1 | -243/+217 |
* | Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt | foobar | 2003-07-01 | 2 | -2/+3 |
* | ZTS fixes. | Sebastian Bergmann | 2003-07-01 | 1 | -4/+4 |
* | more incremental changes. add anything that needs a class factory. | George Schlossnagle | 2003-07-01 | 1 | -1/+72 |
* | all the easy parts of Reflection_Class | George Schlossnagle | 2003-07-01 | 1 | -7/+260 |
* | ChangeLog update | | 2003-07-01 | 1 | -0/+60 |
* | this fixes including this header in a c++ file (vs6) | Shane Caraveo | 2003-06-30 | 1 | -1/+1 |
* | nuke "main" as a reserved keyword | Sterling Hughes | 2003-06-30 | 1 | -2/+1 |
* | - ZE coding style requires if ( instead of if( | Andi Gutmans | 2003-06-30 | 9 | -46/+46 |
* | ZTS fixes. Remove unused local variables. | Sebastian Bergmann | 2003-06-30 | 1 | -12/+11 |
* | added support for Reflection_Function, the first part of | George Schlossnagle | 2003-06-30 | 7 | -1/+408 |
* | move the check down a little so it catches all cases | Sterling Hughes | 2003-06-30 | 1 | -3/+4 |
* | Fix bug #24399 from an excellent test case by edin | Sterling Hughes | 2003-06-30 | 1 | -0/+3 |
* | Semantically it's a refcount increase, not a lock... | Zeev Suraski | 2003-06-30 | 1 | -1/+1 |
* | Fix 'global' implementation (fixes, at least, bug #24396 | Zeev Suraski | 2003-06-30 | 1 | -5/+3 |
* | revert back the optimization for now. | Sterling Hughes | 2003-06-30 | 1 | -5/+1 |
* | ChangeLog update | | 2003-06-30 | 1 | -0/+17 |
* | Fixed bug #24279 (__get() crash when no value is returned) | Ilia Alshanetsky | 2003-06-29 | 1 | -2/+3 |
* | Remove namespace references. | Sebastian Bergmann | 2003-06-29 | 1 | -50/+1 |
* | Very simple, but very effective optimization. Provides a signifigant speed | Sterling Hughes | 2003-06-29 | 1 | -1/+5 |
* | ChangeLog update | | 2003-06-24 | 1 | -0/+10 |
* | Fix crash :) | Zeev Suraski | 2003-06-23 | 1 | -3/+7 |
* | FIx leak | Stanislav Malyshev | 2003-06-23 | 1 | -1/+1 |
* | ChangeLog update | | 2003-06-23 | 1 | -0/+9 |
* | Fix complex expressions for class names in NEW | Zeev Suraski | 2003-06-22 | 2 | -17/+36 |
* | Simplify | Zeev Suraski | 2003-06-22 | 1 | -7/+2 |
* | ChangeLog update | | 2003-06-22 | 1 | -0/+10 |
* | WS | Marcus Boerger | 2003-06-21 | 1 | -1/+1 |
* | Add final classes | Marcus Boerger | 2003-06-21 | 3 | -0/+5 |
* | ChangeLog update | | 2003-06-17 | 1 | -0/+14 |
* | no need to init zval - assignment will init | Stanislav Malyshev | 2003-06-16 | 1 | -1/+1 |
* | Fix bug #22592 - cascading assignments to string offsets | Stanislav Malyshev | 2003-06-16 | 1 | -2/+12 |