summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Micro optimizationsDmitry Stogov2018-10-173-35/+26
* Classify object handlers are required/optionalNikita Popov2018-10-161-4/+2
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15135-149/+50
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1459-101/+101
* Trim trailing whitespace in testsGabriel Caruso2018-10-14133-298/+298
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+3
* Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* Restore array_key_exists() compatibility for ArrayObjectNikita Popov2018-10-112-2/+3
* More straightforward count() on ArrayObject with objectNikita Popov2018-10-111-21/+17
* Remove unnecessary get_hash_table return value checksNikita Popov2018-10-111-90/+2
* Don't overload get_properties for ArrayObjectNikita Popov2018-10-104-37/+105
* Fix testNikita Popov2018-09-301-2/+2
* Fix some tests and improve coverage for Windows in SPLKalle Sommer Nielsen2018-09-308-28/+31
* Remove and refactor ext/spl/examplesPeter Kokot2018-09-2930-1359/+2
* Sync ext/spl/README with current set of example filesPeter Kokot2018-09-231-4/+4
* Drop ext/spl/spl.phpNikita Popov2018-09-221-1160/+0
* Fix permissionsPeter Kokot2018-09-214-0/+0
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-167-7/+7
* Change some permissions from 755 to 644Peter Kokot2018-08-283-0/+0
* Remove Doxygen configurationPeter Kokot2018-08-251-217/+0
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-2/+5
* Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+5
* Merge branch 'PHP-7.3'Christoph M. Becker2018-08-222-0/+28
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-222-0/+28
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-222-0/+28
| | |\
| | | * Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-222-0/+28
* | | | Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-4/+4
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-182-1/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-182-1/+19
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-182-1/+19
| | |\ \ | | | |/
| | | * Add regression test for bug #68175Christoph M. Becker2018-08-181-0/+18
| | | * Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* | | | Drop spl/internal documentationGabriel Caruso2018-08-1225-2938/+0
* | | | Fix some misspellingsGabriel Caruso2018-08-1211-16/+16
|/ / /
* | | Removed useless IS_UNDEF checksDmitry Stogov2018-07-314-17/+10
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2522-42/+0
* | | Give a meaningful nameXinchen Hui2018-07-241-5/+5
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | | Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+4
* | | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-124-51/+47
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-097-67/+34
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* | | retval shouldn't be NULLDmitry Stogov2018-06-221-3/+5
* | | Reduce spl_autoload() overheadDmitry Stogov2018-06-221-11/+37
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-317-28/+28
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-296-10/+3
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-287-39/+39