summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Convert CRLF to LFPeter Kokot2019-05-131-34/+34
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1516-16/+12
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1462-79/+79
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+4
* Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
* 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
* | 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
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-091-2/+0
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-091-2/+0
| | |\
| | | * Remove ignored --FAIL-- section from test caseChristoph M. Becker2016-09-091-2/+0
* | | | Drop SXE_ELEMENT_BY_NAMENikita Popov2016-09-041-12/+0
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-303-13/+58
|\ \ \ | |/ /
| * | Fix bug #72957Nikita Popov2016-08-302-12/+22
| * | Followup for bug #72971Nikita Popov2016-08-302-1/+36
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-302-2/+23
|\ \ \ | |/ /
| * | Fix bug #72971Nikita Popov2016-08-302-2/+23
* | | Avoid uncollectable cycle in sxe_property_get_adrNikita Popov2016-07-161-1/+0
* | | Remove unnecessary use of sxe->tmpNikita Popov2016-07-161-5/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-132-26/+81
|\ \ \ | |/ /
| * | Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML ele...Xinchen Hui2016-07-132-26/+81
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-052-8/+14
|\ \ \
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-5/+5
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-107-23/+48
| |\ \ \
| * | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-2/+5
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-052-6/+9