summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-42/+0
* Remove $errcontext argument to error handlersNikita Popov2019-02-052-2/+2
* Merge branch 'PHP-7.4'Nikita Popov2019-02-052-520/+0
|\
| * Remove zpp variation testsNikita Popov2019-02-052-520/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-048-196/+190
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-0323-200/+1
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-0323-200/+1
| * Remove yearly range from copyright noticeZeev Suraski2019-01-3022-22/+22
* | Remove support for __autoload()Nikita Popov2019-01-301-12/+4
* | Remove year range from copyright noticeZeev Suraski2019-01-3022-22/+22
* | Remove static calls to non-static methodsNikita Popov2019-01-304-6/+6
* | Remove fgetss and friendsNikita Popov2019-01-292-54/+0
|/
* Fixed bug #77518Nikita Popov2019-01-251-1/+1
* Merge branch 'PHP-7.3'Dmitry Stogov2019-01-141-0/+40
|\
| * Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator)Dmitry Stogov2019-01-141-0/+40
* | Implement typed propertiesNikita Popov2019-01-112-4/+4
* | Merge branch 'PHP-7.3'Nikita Popov2018-12-272-1/+20
|\ \ | |/
| * Fix #77360: class_uses causes segfaultLauri Kenttä2018-12-272-1/+20
* | Merge branch 'PHP-7.3'Nikita Popov2018-12-272-1/+15
|\ \ | |/
| * Fix #77359: spl_autoload causes segfaultLauri Kenttä2018-12-272-1/+15
* | Removed useless zval_ptr_dtor(return_value)Dmitry Stogov2018-12-261-1/+0
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-12-212-1/+31
|\ \ | |/
| * Fix #77298: segfault occurs when add property to unserialized empty ArrayObjectCHU Zhaowei2018-12-212-1/+31
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15135-149/+50
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14158-399/+399
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-1441-41/+40
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-136-8/+8
| * Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-5/+8
* | Allow empty $escape to eschew escaping CSVChristoph M. Becker2018-12-157-21/+116
* | Fix unused variable warningsNikita Popov2018-12-041-2/+2
* | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-032-4/+4
* | Fix leaksNikita Popov2018-11-151-8/+10
* | Check for zero SplPriorityQueue extract flags earlierNikita Popov2018-11-152-23/+31
* | Optimize SplPriorityQueue implementationNikita Popov2018-11-151-58/+71
* | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-157-296/+296
* | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-147-292/+292
* | 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