summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Collapse)AuthorAgeFilesLines
* - Unset support for spl_array_access by method set($index)Marcus Boerger2003-08-041-3/+5
| | | | | - Parameter names for array interface methods
* Latest zend updatesMarcus Boerger2003-08-031-9/+52
|
* Add class spl_array which is an array wrapperMarcus Boerger2003-07-191-0/+1
|
* Add directory iterator classMarcus Boerger2003-07-161-0/+2
|
* Update and remove parts no longer possibleMarcus Boerger2003-07-161-39/+3
|
* - Remove namespace leftoversMarcus Boerger2003-06-171-44/+30
| | | | | | - Convert some static inline functions to macros - Faster was of function call parameter stack building
* License updateMarcus Boerger2003-06-121-5/+5
|
* WS and removing unecessary thingsMarcus Boerger2003-06-111-0/+2
|
* Goodbye namespacesMarcus Boerger2003-06-041-4/+18
|
* - Fix handling of abstract methods. They must be inherited when inheritingMarcus Boerger2003-05-261-1/+1
| | | | | | | a method. - Fix entry more (should be amed has_more). - Add a check against that bug.
* Make foreach on spl'ed objects work with break, tooMarcus Boerger2003-05-251-0/+2
|
* SpelingMarcus Boerger2003-05-251-1/+1
|
* Interfaces only implement interfacesMarcus Boerger2003-05-021-5/+5
|
* Add spl extensionMarcus Boerger2003-05-011-0/+310