summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-31/+21
* Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-271-1/+1
* [ci skip] Add missing return types to protosGabriel Caruso2018-02-241-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2020-20/+20
* Add a test for iterating SXE properties by referenceCraig Duncan2018-02-191-0/+24
* Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* Merge branch 'PHP-7.2'Joe2018-02-081-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-1/+1
| |\
| | * Fixes bug #75871 Use pkg-config for libxml2 if availablePedro Magalhães2018-02-081-1/+1
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+1
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-031-1/+1
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-035-1/+10
* | | Scalar types don't have reference counterDmitry Stogov2018-01-171-5/+0
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-263-0/+45
* | | Remove unnecessary readobj==writeobj checksNikita Popov2017-12-251-4/+0
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* | | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-4/+4
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+4
* | | Remove PHP examples from simplexmlPeter Kokot2017-10-056-64/+0
* | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-4/+2
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-111-3/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-3/+1
| |\
| | * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-3/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-08-151-0/+1
|\ \ \ | |/ /
| * | Skip 64-bit related testDmitry Stogov2017-08-151-0/+1
* | | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-2/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-212-6/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-212-6/+22
| |\ \ | | |/
| | * Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces)Xinchen Hui2017-07-212-6/+22
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| * | fix typoAnatol Belski2016-10-141-1/+1
| * | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-141-3/+16
* | | "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* | | Remove the binary cast from unrelated testsPedro Magalhães2016-11-206-6/+6
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-2/+2
* | | Fix tests: don't count non-countablesChristoph M. Becker2016-11-132-12/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-1/+1
|\ \ \ | | |/ | |/|
| * | fix typoAnatol Belski2016-10-121-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-3/+16
|\ \ \ | |/ /
| * | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-121-3/+16
* | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-091-2/+0
|\ \ \ | | |/ | |/|