Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 57 | -113/+113 |
* | MFZE1 (AIX fixes) | Sebastian Bergmann | 2001-12-11 | 2 | -3/+20 |
* | MFZE1 (added zend_strip mode in the highliter) | Sebastian Bergmann | 2001-12-11 | 2 | -0/+62 |
* | - More namespaces work. | Andi Gutmans | 2001-12-10 | 6 | -15/+33 |
* | - Fix crash with unhandled exceptions | Andi Gutmans | 2001-12-08 | 1 | -1/+3 |
* | - Support constants. The following works now: | Andi Gutmans | 2001-12-06 | 1 | -10/+19 |
* | - Initial work on changing namespace scope. Only methods & variables | Andi Gutmans | 2001-12-06 | 5 | -4/+19 |
* | - Nuke the namespace work I did. It'll be redone differently. | Andi Gutmans | 2001-12-06 | 6 | -59/+6 |
* | Document recent changes. | Sebastian Bergmann | 2001-12-05 | 1 | -0/+23 |
* | - Damn Zeev :) | Andi Gutmans | 2001-12-04 | 1 | -2/+49 |
* | - Revert one of the changes because it might be before the memory | Andi Gutmans | 2001-12-01 | 1 | -5/+2 |
* | - Use alloca() when possible. | Andi Gutmans | 2001-12-01 | 2 | -5/+12 |
* | - Initial support for class constants. There are still a few semantic | Andi Gutmans | 2001-11-30 | 9 | -27/+133 |
* | - Fix typo | Andi Gutmans | 2001-11-30 | 1 | -2/+2 |
* | - Support syntax for class constants (doesn't do anything yet but | Andi Gutmans | 2001-11-27 | 1 | -9/+13 |
* | - Support static $var = 0; style initialization of static class | Andi Gutmans | 2001-11-26 | 3 | -8/+16 |
* | - Fix crash and leak | Andi Gutmans | 2001-11-25 | 2 | -1/+1 |
* | - Whitespace | Andi Gutmans | 2001-11-25 | 1 | -1/+1 |
* | - Support static members. The following script works: | Andi Gutmans | 2001-11-25 | 8 | -5/+44 |
* | - MFZE1 | Andi Gutmans | 2001-11-24 | 3 | -21/+20 |
* | MFZE1 | Zeev Suraski | 2001-11-15 | 1 | -0/+3 |
* | add newline at end of file to avoid warnings | Stig S. Bakken | 2001-11-05 | 1 | -1/+1 |
* | non-zts compile fix | Stig S. Bakken | 2001-11-05 | 1 | -4/+4 |
* | - Support instantiation of nested class. The following script now should | Andi Gutmans | 2001-11-04 | 4 | -32/+35 |
* | - RISC OS patch by Alex Waugh | Andi Gutmans | 2001-11-03 | 1 | -0/+3 |
* | - Add some initializations | Andi Gutmans | 2001-11-03 | 3 | -0/+5 |
* | - Add constructor to the zend_class_entry instead of looking it up each | Andi Gutmans | 2001-11-03 | 3 | -8/+27 |
* | - Fix internal classes | Andi Gutmans | 2001-10-29 | 2 | -2/+2 |
* | - Initial support for nested class definitions | Andi Gutmans | 2001-10-29 | 8 | -50/+94 |
* | MFTGZE1 | Zeev Suraski | 2001-10-27 | 1 | -1/+1 |
* | - Fix Zeev's MFZE1 | Andi Gutmans | 2001-10-26 | 1 | -2/+3 |
* | MFZE1 | Zeev Suraski | 2001-10-23 | 3 | -9/+20 |
* | MFHZ1 | Andrei Zmievski | 2001-10-20 | 1 | -4/+4 |
* | MFZE1: Introduced extension version numbers (Stig) | Sebastian Bergmann | 2001-10-12 | 3 | -4/+22 |
* | MFZE1 | Sebastian Bergmann | 2001-10-04 | 1 | -1/+1 |
* | - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when | Andi Gutmans | 2001-09-30 | 9 | -416/+527 |
* | - Bump it up in the right place | Andi Gutmans | 2001-09-27 | 1 | -1/+1 |
* | Keep ZEND_CHANGES up-to-date. | Sebastian Bergmann | 2001-09-22 | 1 | -111/+232 |
* | MFZE1 | Zeev Suraski | 2001-09-22 | 1 | -3/+3 |
* | MFZE1 | Zeev Suraski | 2001-09-22 | 5 | -17/+55 |
* | - Nuke unused enum | Andi Gutmans | 2001-09-20 | 1 | -4/+0 |
* | MFZE1 | Zeev Suraski | 2001-09-19 | 5 | -35/+46 |
* | - MFZE1 | Andi Gutmans | 2001-09-19 | 1 | -1/+1 |
* | MFZE1 | Sebastian Bergmann | 2001-09-19 | 8 | -18/+152 |
* | MFZE1 | Sebastian Bergmann | 2001-09-19 | 2 | -0/+16 |
* | adding RFC for loose type requirements for functions | Brian Moon | 2001-09-17 | 1 | -0/+72 |
* | MFZE1 | Zeev Suraski | 2001-09-16 | 1 | -2/+4 |
* | MFZE1 (nuke cplusplus code) | Zeev Suraski | 2001-09-10 | 6 | -283/+0 |
* | MFZE1 (support return value in execute_scripts) | Zeev Suraski | 2001-09-10 | 3 | -12/+12 |
* | remove bogus comment :) | Stig S. Bakken | 2001-09-08 | 1 | -3/+1 |