Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Joe | 2018-02-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Joe | 2018-02-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixes bug #75871 Use pkg-config for libxml2 if available | Pedro Magalhães | 2018-02-08 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Remi Collet | 2017-11-28 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-11-28 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-11-28 | 1 | -1/+0 |
| | |\ | |||||
| | | * | Fixed bug #64938 libxml_disable_entity_loader setting is shared between reque... | Remi Collet | 2017-11-28 | 1 | -1/+0 |
* | | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | | | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -2/+3 |
* | | | | Refactored array creation API. array_init() and array_init_size() are convert... | Dmitry Stogov | 2017-09-20 | 1 | -3/+1 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-11 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-11 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Add symbol to libxml exports | Anatol Belski | 2017-09-11 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-03 | 2 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-03 | 2 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #69373 | Tim Toohey | 2017-06-03 | 2 | -1/+2 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | | | Use new param API in libxml | Sara Golemon | 2016-12-31 | 1 | -13/+16 |
|/ / | |||||
* | | Merge branch 'PHP-7.0' | Christoph M. Becker | 2016-07-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix bug #66502: DOM document dangling reference | Christoph M. Becker | 2016-07-15 | 1 | -1/+1 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2016-07-14 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Extend libxml exports | Anatol Belski | 2016-07-14 | 1 | -0/+2 |
| | | * | backport af2b0669 into 5.5 | Anatol Belski | 2015-03-16 | 1 | -0/+15 |
* | | | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 2 | -0/+23 |
* | | | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ... | Dmitry Stogov | 2016-06-16 | 1 | -4/+6 |
|/ / / | |||||
* | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
* | | | Fix bug #71536 Access Violation crashes php-cgi.exe | Anatol Belski | 2016-02-28 | 1 | -0/+3 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
* | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -1/+0 |
* | | | Fixed bug #70535 (XSLT: free(): invalid pointer) | Xinchen Hui | 2015-09-20 | 1 | -1/+1 |
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+3 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -4/+4 |
* | | | added LIBXML_BIGLINES constant | Christoph M. Becker | 2015-06-08 | 1 | -0/+3 |
* | | | added tests for bug #54138 | Christoph M. Becker | 2015-06-08 | 3 | -0/+72 |
* | | | replaced / in filename with DIRECTORY_SEPARATOR according to performance warn... | Christoph M. Becker | 2015-06-08 | 1 | -1/+1 |
* | | | added SKIPIF conditional to check for DOM availability | Christoph M. Becker | 2015-06-08 | 1 | -0/+1 |
* | | | added XFAIL test for bug #69753 | Christoph M. Becker | 2015-06-08 | 2 | -0/+22 |
* | | | introduced DllMain for the main php DLL | Anatol Belski | 2015-06-02 | 1 | -1/+1 |
* | | | extend libxml exports | Anatol Belski | 2015-05-13 | 1 | -0/+2 |
* | | | improve searchability for libxml2 headers | Anatol Belski | 2015-05-10 | 1 | -1/+2 |