Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Beta 2 | Andi Gutmans | 2003-10-30 | 1 | -12/+26 |
| | |||||
* | ChangeLog update | 2003-10-30 | 1 | -0/+5 | |
| | |||||
* | Use pretty macro instead. | Moriyoshi Koizumi | 2003-10-29 | 1 | -3/+1 |
| | |||||
* | ChangeLog update | 2003-10-29 | 1 | -0/+24 | |
| | |||||
* | - Head up! I'm reverting the patch which allows for expressions in constant | Andi Gutmans | 2003-10-28 | 1 | -2/+2 |
| | | | | | | | | | - declerations. Allowing the access of other constants in this code is - flawed. We are reverting back to PHP 4's static scalars. - Don't worry if you get the following msg when compiling: - "zend_language_parser.y contains 3 useless nonterminals and 22 useless rules" - I didn't nuke the code in case we have some brilliant ideas after beta 2 | ||||
* | Give some freedon to c iterators but not in userspace. | Marcus Boerger | 2003-10-28 | 1 | -3/+15 |
| | |||||
* | fix crash in do_implement_interface when compiling | Shane Caraveo | 2003-10-28 | 1 | -0/+2 |
| | | | | | | | pear/PHPUnit/Framework/TestCase.php line 63 while only interface_gets_implemented is the issue in this instance, both these vars were unitialized, causing potential other issues | ||||
* | ChangeLog update | 2003-10-26 | 1 | -0/+35 | |
| | |||||
* | Add zend_make_callable() which allows to make zval's callable zval's. | Marcus Boerger | 2003-10-25 | 2 | -1/+29 |
| | | | | | | At the moment this function only converts strings of the form class::method to an array(class,method). | ||||
* | This forces a better error message for non working clone calls. | Marcus Boerger | 2003-10-25 | 3 | -0/+3 |
| | |||||
* | And use things to throw an exception here | Marcus Boerger | 2003-10-25 | 2 | -4/+6 |
| | |||||
* | You shall not clone Exception instances | Marcus Boerger | 2003-10-25 | 2 | -0/+14 |
| | |||||
* | You shall not clone reflection_xx instances | Marcus Boerger | 2003-10-25 | 1 | -1/+18 |
| | |||||
* | Update | Marcus Boerger | 2003-10-25 | 1 | -0/+3 |
| | |||||
* | Update | Marcus Boerger | 2003-10-25 | 1 | -4/+86 |
| | |||||
* | Fugbix typo. | Sebastian Bergmann | 2003-10-25 | 1 | -1/+1 |
| | |||||
* | s/Throwable/Printable: Exception has become an internal class since I ↵ | Sebastian Bergmann | 2003-10-25 | 1 | -4/+4 |
| | | | | initially documented interfaces. | ||||
* | ChangeLog update | 2003-10-25 | 1 | -0/+16 | |
| | |||||
* | - Fix typo | Andi Gutmans | 2003-10-24 | 1 | -1/+1 |
| | |||||
* | Revert accidental commit | Marcus Boerger | 2003-10-24 | 2 | -38/+3 |
| | |||||
* | Zend/ZEND_CHANGES | Marcus Boerger | 2003-10-24 | 3 | -3/+111 |
| | |||||
* | ChangeLog update | 2003-10-24 | 1 | -0/+6 | |
| | |||||
* | Add zend_interfaces.{c|h}. | Sebastian Bergmann | 2003-10-23 | 2 | -0/+16 |
| | |||||
* | ChangeLog update | 2003-10-23 | 1 | -0/+26 | |
| | |||||
* | Fixed bug #25922 (Crash in error handler when 5th argument is modified). | Ilia Alshanetsky | 2003-10-22 | 1 | -7/+7 |
| | |||||
* | Impement userspace iterator interfaces and tests. See tests for details | Marcus Boerger | 2003-10-22 | 4 | -0/+428 |
| | | | | | on the names. | ||||
* | Expand Interface C API. | Marcus Boerger | 2003-10-22 | 6 | -32/+76 |
| | | | | | | In short: zend_class_entry->interface_gets_implemented() allows to modify the class entry of a class when an interface gets implemented. | ||||
* | The string conversion method should be named __toString() | Marcus Boerger | 2003-10-22 | 2 | -10/+10 |
| | |||||
* | ChangeLog update | 2003-10-22 | 1 | -0/+5 | |
| | |||||
* | Make this clear | Marcus Boerger | 2003-10-21 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2003-10-21 | 1 | -0/+11 | |
| | |||||
* | - Add comment from Timm | Andi Gutmans | 2003-10-20 | 1 | -2/+9 |
| | |||||
* | Update | Marcus Boerger | 2003-10-20 | 1 | -1/+6 |
| | |||||
* | Update | Marcus Boerger | 2003-10-20 | 1 | -5/+102 |
| | |||||
* | ChangeLog update | 2003-10-20 | 1 | -0/+6 | |
| | |||||
* | - Nuke const in function parameters. I just can't remember why this exists | Andi Gutmans | 2003-10-19 | 1 | -2/+0 |
| | | | | | - and it seems no one else remembers either. It has no semantic meaning. | ||||
* | ChangeLog update | 2003-10-19 | 1 | -0/+15 | |
| | |||||
* | Fix class/iterator relationship & handling | Marcus Boerger | 2003-10-18 | 4 | -3/+9 |
| | |||||
* | Fallback to old behavior until we have a default iterator that respects | Marcus Boerger | 2003-10-18 | 1 | -1/+2 |
| | | | | | visibility we do the array trick. | ||||
* | Change order: Optional rewind() to end of structure | Marcus Boerger | 2003-10-18 | 1 | -3/+3 |
| | |||||
* | ChangeLog update | 2003-10-18 | 1 | -0/+28 | |
| | |||||
* | WS | Marcus Boerger | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | Show if a class/object is iterateable | Marcus Boerger | 2003-10-17 | 1 | -0/+18 |
| | |||||
* | Added c-api for iterators | Marcus Boerger | 2003-10-17 | 8 | -14/+276 |
| | | | | | # After 4 Month work and endless discussions... | ||||
* | Fix showing final/abstract for classes | Marcus Boerger | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | Fixed formatting issue. | Ilia Alshanetsky | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | Fixed if() condition. | Ilia Alshanetsky | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2003-10-16 | 1 | -0/+9 | |
| | |||||
* | Add oo support function zend_class_implements() | Marcus Boerger | 2003-10-15 | 2 | -0/+21 |
| | |||||
* | Fix cast function | Marcus Boerger | 2003-10-15 | 2 | -6/+6 |
| |