summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-211-6/+6
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-211-6/+6
| |\
| | * Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces)Xinchen Hui2017-07-211-6/+6
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | fix typoAnatol Belski2016-10-141-1/+1
| * | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-141-3/+16
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | 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
* | | Drop SXE_ELEMENT_BY_NAMENikita Popov2016-09-041-12/+0
| |/ |/|
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-301-13/+7
|\ \ | |/
| * Fix bug #72957Nikita Popov2016-08-301-12/+6
| * Followup for bug #72971Nikita Popov2016-08-301-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-301-2/+2
|\ \ | |/
| * Fix bug #72971Nikita Popov2016-08-301-2/+2
* | 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-131-26/+40
|\ \ | |/
| * Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML ele...Xinchen Hui2016-07-131-26/+40
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-7/+10
|\ \
| * | 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-101-9/+40
| |\ \ | | |/
| * | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-2/+5
| * | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-5/+5
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+4
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-5/+5
| |/ |/|
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-081-1/+1
|\ \
| * | fix regression introduced in 5683b6fa39Anatol Belski2016-03-081-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | Refactored the fix for bug #66084, by cmb@php.netAnatol Belski2015-05-291-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | add range checks to simplexmlAnatol Belski2015-08-261-3/+34
* | | Fix simplexml warningsNikita Popov2015-07-171-4/+4
| |/ |/|
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | Cleanup (removed dead code)Dmitry Stogov2015-07-011-5/+0
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-9/+5
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-1/+1
* | fixed whitespace dependend behavior of casting SimpleXMLElements to booleanChristoph M. Becker2015-05-291-1/+1
* | fixed whitespace depending (mis)behavior of var_dump'ing and print_r'ing Simp...Christoph M. Becker2015-05-291-1/+1
* | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-05-061-40/+70
|\ \
| * | Loop splitting and specializationDmitry Stogov2015-05-051-12/+35
| * | Fixed compilation warningDmitry Stogov2015-05-051-1/+1