summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed compilation warningsDmitry Stogov2016-06-222-2/+5
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-5/+5
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+60
| |/ |/|
* | Merge branch 'PHP-7.0'Anatol Belski2016-03-082-1/+3
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-082-1/+3
| |\ \
| | * | fix regression introduced in 5683b6fa39Anatol Belski2016-03-082-1/+3
* | | | Remove HAVE_SPL checksNikita Popov2016-01-301-3/+0
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| * | fixed testChristoph M. Becker2015-08-011-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-313-1/+52
| |\ \
| | * | split the original test to check behaviour diff on 32- and 64-bitChristoph M. Becker2015-05-312-0/+44
| | * | recovered original meaning of SXE xpath testChristoph M. Becker2015-05-311-1/+8
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-297-1/+299
| |\ \ \ | | |/ /
| | * | Refactored the fix for bug #66084, by cmb@php.netAnatol Belski2015-05-297-1/+299
| | * | Bump yearXinchen Hui2015-01-155-5/+5
| * | | bump yearXinchen Hui2015-01-155-5/+5
* | | | fix testAnatol Belski2015-08-261-7/+2
* | | | 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
* | | Fix some missed testsAaron Piotrowski2015-06-151-1/+1
* | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1411-26/+368
|\ \ \
| * | | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-2/+9
| * | | 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
| * | | split simplexml tests for 7Christoph M. Becker2015-05-313-12/+53
| * | | removed test for unrelated bug #68946Christoph M. Becker2015-05-291-16/+0
| * | | fixed whitespace dependend behavior of casting SimpleXMLElements to booleanChristoph M. Becker2015-05-291-1/+1
| * | | added tests for bug #61335, bug #67572 and bug #68946 (the latter already pas...Christoph M. Becker2015-05-293-0/+68
| * | | fixed whitespace depending (mis)behavior of var_dump'ing and print_r'ing Simp...Christoph M. Becker2015-05-291-1/+1
| * | | added failing tests for bug #62639, bug #67116, bug #69169 and bug #69491Christoph M. Becker2015-05-294-0/+246
* | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-162-3/+3
|/ / /
* | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* | | improve searchability for libxml2 headersAnatol Belski2015-05-101-2/+4
* | | 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