summaryrefslogtreecommitdiff
path: root/ext/libxml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-222-2/+45
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-222-2/+45
| |\
| | * Fixed bug #76777 and added testVille Hukkamaki2018-08-222-2/+45
* | | Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | 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-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Merge branch 'PHP-7.2'Remi Collet2017-11-281-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-281-1/+0
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-281-1/+0
| | |\
| | | * Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque...Remi Collet2017-11-281-1/+0
* | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+3
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-3/+1
|/ / /
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-111-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-111-0/+1
| |\ \ | | |/
| | * Add symbol to libxml exportsAnatol Belski2017-09-111-0/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-06-032-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-032-1/+2
| |\ \ | | |/
| | * Fixed bug #69373Tim Toohey2017-06-032-1/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Use new param API in libxmlSara Golemon2016-12-311-13/+16
|/ /
* | Merge branch 'PHP-7.0'Christoph M. Becker2016-07-151-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-1/+1
| |\
| | * Fix bug #66502: DOM document dangling referenceChristoph M. Becker2016-07-151-1/+1
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-07-141-0/+2
| | |\
| | | * Extend libxml exportsAnatol Belski2016-07-141-0/+2
| | | * backport af2b0669 into 5.5Anatol Belski2015-03-161-0/+15
* | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-0/+23
* | | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-161-4/+6
|/ / /
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | | Fix bug #71536 Access Violation crashes php-cgi.exeAnatol Belski2016-02-281-0/+3
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | | Fixed bug #70535 (XSLT: free(): invalid pointer)Xinchen Hui2015-09-201-1/+1
* | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | | added LIBXML_BIGLINES constantChristoph M. Becker2015-06-081-0/+3
* | | added tests for bug #54138Christoph M. Becker2015-06-083-0/+72
* | | replaced / in filename with DIRECTORY_SEPARATOR according to performance warn...Christoph M. Becker2015-06-081-1/+1
* | | added SKIPIF conditional to check for DOM availabilityChristoph M. Becker2015-06-081-0/+1