| Commit message (Expand) | Author | Age | Files | Lines |
* | make compatible with current PHP | Stanislav Malyshev | 2002-04-07 | 1 | -0/+8 |
* | sync | Stanislav Malyshev | 2002-04-07 | 1 | -1/+1 |
* | ChangeLog update | | 2002-03-30 | 1 | -0/+4 |
* | - revert patch | Derick Rethans | 2002-03-29 | 1 | -3/+1 |
* | ChangeLog update | | 2002-03-26 | 1 | -0/+4 |
* | - MFZE1 | Derick Rethans | 2002-03-25 | 1 | -1/+3 |
* | ChangeLog update | | 2002-03-24 | 1 | -0/+6 |
* | - Fix build without ZTS. If someone has a nicer fix let me know. | Andi Gutmans | 2002-03-23 | 2 | -2/+9 |
* | ChangeLog update | | 2002-03-22 | 1 | -0/+5 |
* | - No idea how this slipped in. Fix delete $obj statement. | Andi Gutmans | 2002-03-21 | 1 | -1/+1 |
* | ChangeLog update | | 2002-03-21 | 1 | -0/+8 |
* | added thread safe hashtable which allows concurrent | Harald Radi | 2002-03-20 | 4 | -1/+464 |
* | ChangeLog update | | 2002-03-20 | 1 | -0/+11 |
* | - Finish covering all parsed methods to check for validity in parser. | Andi Gutmans | 2002-03-19 | 2 | -48/+44 |
* | ChangeLog update | | 2002-03-19 | 1 | -0/+6 |
* | - More fixes to check for member/function call legality. | Andi Gutmans | 2002-03-18 | 2 | -4/+4 |
* | ChangeLog update | | 2002-03-18 | 1 | -0/+7 |
* | - Start putting error handling where method calls are being used in a | Andi Gutmans | 2002-03-17 | 2 | -16/+21 |
* | ChangeLog update | | 2002-03-16 | 1 | -0/+44 |
* | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 5 | -25/+29 |
* | - Scope fix. When calling an imported function the scope will change | Andi Gutmans | 2002-03-15 | 1 | -5/+4 |
* | - Fix issues with $this when using it by itself without indirection such as | Andi Gutmans | 2002-03-15 | 4 | -78/+54 |
* | ChangeLog update | | 2002-03-15 | 1 | -0/+10 |
* | more cleanup | Stanislav Malyshev | 2002-03-14 | 1 | -1/+4 |
* | Update howto | Stanislav Malyshev | 2002-03-14 | 1 | -3/+13 |
* | fix for delete $this and unset $this | Stanislav Malyshev | 2002-03-14 | 1 | -17/+32 |
* | Fix call_user_function | Stanislav Malyshev | 2002-03-14 | 1 | -8/+8 |
* | ChangeLog update | | 2002-03-13 | 1 | -0/+34 |
* | - Forgot to close comment. | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
* | - Macro for duality between Engine 1 and 2 | Andi Gutmans | 2002-03-12 | 1 | -0/+2 |
* | - Another couple of indirection fixes. | Andi Gutmans | 2002-03-12 | 6 | -25/+16 |
* | - Fix bug introduced with latest class hash table change. | Andi Gutmans | 2002-03-12 | 4 | -5/+5 |
* | Fix standard object creation | Stanislav Malyshev | 2002-03-12 | 1 | -1/+1 |
* | - make class tables contain class_entry *, not class_entry | Stanislav Malyshev | 2002-03-12 | 9 | -148/+196 |
* | ChangeLog update | | 2002-03-11 | 1 | -0/+14 |
* | - Fix build in ZTS mode. | Andi Gutmans | 2002-03-10 | 1 | -8/+10 |
* | New stuff for objects API: | Stanislav Malyshev | 2002-03-10 | 5 | -23/+450 |
* | ChangeLog update | | 2002-03-10 | 1 | -0/+5 |
* | - Add the original example script to the CVS so that it's always available. | Andi Gutmans | 2002-03-09 | 1 | -0/+339 |
* | ChangeLog update | | 2002-03-09 | 1 | -0/+16 |
* | Add 'import const' example. | Sebastian Bergmann | 2002-03-08 | 1 | -0/+11 |
* | - Support importing constants. e.g.: | Andi Gutmans | 2002-03-08 | 1 | -1/+44 |
* | ChangeLog update | | 2002-03-08 | 1 | -0/+5 |
* | Add another 'import' example and merge 'import' section into 'Namespaces' sec... | Sebastian Bergmann | 2002-03-07 | 1 | -23/+39 |
* | ChangeLog update | | 2002-03-07 | 1 | -0/+26 |
* | - Add function * and class * functionality. Only constants are left. | Andi Gutmans | 2002-03-06 | 1 | -2/+6 |
* | ChangeLog update | | 2002-03-03 | 1 | -0/+45 |
* | Consistency. | Sebastian Bergmann | 2002-03-02 | 1 | -1/+1 |
* | Add 'import statement' section. | Sebastian Bergmann | 2002-03-02 | 1 | -0/+29 |
* | - Initial patch to support importing from class scopes (for Stig). | Andi Gutmans | 2002-03-02 | 6 | -11/+166 |