summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Beta 2Andi Gutmans2003-10-301-12/+26
|
* ChangeLog update2003-10-301-0/+5
|
* Use pretty macro instead.Moriyoshi Koizumi2003-10-291-3/+1
|
* ChangeLog update2003-10-291-0/+24
|
* - Head up! I'm reverting the patch which allows for expressions in constantAndi Gutmans2003-10-281-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 Boerger2003-10-281-3/+15
|
* fix crash in do_implement_interface when compilingShane Caraveo2003-10-281-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 update2003-10-261-0/+35
|
* Add zend_make_callable() which allows to make zval's callable zval's.Marcus Boerger2003-10-252-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 Boerger2003-10-253-0/+3
|
* And use things to throw an exception hereMarcus Boerger2003-10-252-4/+6
|
* You shall not clone Exception instancesMarcus Boerger2003-10-252-0/+14
|
* You shall not clone reflection_xx instancesMarcus Boerger2003-10-251-1/+18
|
* UpdateMarcus Boerger2003-10-251-0/+3
|
* UpdateMarcus Boerger2003-10-251-4/+86
|
* Fugbix typo.Sebastian Bergmann2003-10-251-1/+1
|
* s/Throwable/Printable: Exception has become an internal class since I ↵Sebastian Bergmann2003-10-251-4/+4
| | | | initially documented interfaces.
* ChangeLog update2003-10-251-0/+16
|
* - Fix typoAndi Gutmans2003-10-241-1/+1
|
* Revert accidental commitMarcus Boerger2003-10-242-38/+3
|
* Zend/ZEND_CHANGESMarcus Boerger2003-10-243-3/+111
|
* ChangeLog update2003-10-241-0/+6
|
* Add zend_interfaces.{c|h}.Sebastian Bergmann2003-10-232-0/+16
|
* ChangeLog update2003-10-231-0/+26
|
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-221-7/+7
|
* Impement userspace iterator interfaces and tests. See tests for detailsMarcus Boerger2003-10-224-0/+428
| | | | | on the names.
* Expand Interface C API.Marcus Boerger2003-10-226-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 Boerger2003-10-222-10/+10
|
* ChangeLog update2003-10-221-0/+5
|
* Make this clearMarcus Boerger2003-10-211-2/+2
|
* ChangeLog update2003-10-211-0/+11
|
* - Add comment from TimmAndi Gutmans2003-10-201-2/+9
|
* UpdateMarcus Boerger2003-10-201-1/+6
|
* UpdateMarcus Boerger2003-10-201-5/+102
|
* ChangeLog update2003-10-201-0/+6
|
* - Nuke const in function parameters. I just can't remember why this existsAndi Gutmans2003-10-191-2/+0
| | | | | - and it seems no one else remembers either. It has no semantic meaning.
* ChangeLog update2003-10-191-0/+15
|
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-184-3/+9
|
* Fallback to old behavior until we have a default iterator that respectsMarcus Boerger2003-10-181-1/+2
| | | | | visibility we do the array trick.
* Change order: Optional rewind() to end of structureMarcus Boerger2003-10-181-3/+3
|
* ChangeLog update2003-10-181-0/+28
|
* WSMarcus Boerger2003-10-171-1/+1
|
* Show if a class/object is iterateableMarcus Boerger2003-10-171-0/+18
|
* Added c-api for iteratorsMarcus Boerger2003-10-178-14/+276
| | | | | # After 4 Month work and endless discussions...
* Fix showing final/abstract for classesMarcus Boerger2003-10-171-2/+2
|
* Fixed formatting issue.Ilia Alshanetsky2003-10-171-1/+1
|
* Fixed if() condition.Ilia Alshanetsky2003-10-171-2/+2
|
* ChangeLog update2003-10-161-0/+9
|
* Add oo support function zend_class_implements()Marcus Boerger2003-10-152-0/+21
|
* Fix cast functionMarcus Boerger2003-10-152-6/+6
|