Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-11 | 1 | -2/+2 |
|\ | |||||
| * | Fix test compatibility with libxml2 2.9.5 | Anatol Belski | 2017-09-11 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-05-02 | 2 | -1/+17 |
|\ \ | |/ | |||||
| * | Fix bug #74457 Wrong reflection on XMLReader::expand | Fabien Villepinte | 2017-05-02 | 2 | -1/+17 |
| * | 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 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-11 | 3 | -0/+59 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-11 | 3 | -0/+59 |
| |\ | |||||
| | * | Add regression test for bug #73053 | Christoph M. Becker | 2016-09-11 | 3 | -0/+59 |
* | | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 1 | -0/+84 |
|/ / | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-05-03 | 3 | -0/+53 |
|\ \ | |/ | |||||
| * | add test fo rbug 71805 | Anatol Belski | 2016-05-03 | 3 | -0/+53 |
* | | 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 |
| * | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | make this test Windows only | Anatol Belski | 2015-08-21 | 1 | -0/+1 |
* | | add test for bug 70309 | Anatol Belski | 2015-08-21 | 1 | -0/+42 |
* | | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 1 | -1/+1 |
* | | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -1/+1 |
* | | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 1 | -1/+4 |
* | | improve searchability for libxml2 headers | Anatol Belski | 2015-05-10 | 1 | -1/+5 |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | more fixes to the shared compilation | Anatol Belski | 2015-03-23 | 3 | -1/+3 |
* | | fix wars about importing of locally defined symbols | Anatol Belski | 2015-02-04 | 1 | -0/+8 |
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 2 | -76/+76 |
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -114/+0 |
* | | Reverts some unwanted changes | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
* | | | Deletes patch leftovers | Florian MARGAINE | 2014-09-20 | 1 | -5/+0 |
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 4 | -5/+10 |
|/ / | |||||
* | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -5/+10 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -45/+45 |
* | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -33/+33 |
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -3/+3 |
* | | Fixed memory leak in prop_handlers registering | Xinchen Hui | 2014-05-05 | 1 | -3/+8 |
* | | Port XMLReader | Xinchen Hui | 2014-05-04 | 2 | -90/+84 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | Merge branch 'PHP-5.5' | Michael Wallner | 2013-10-04 | 2 | -2/+50 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-04 | 2 | -2/+50 |
| |\ | |||||
| | * | Fixed bug #64230 (XMLReader does not suppress errors) | Michael Wallner | 2013-10-04 | 2 | -2/+50 |
* | | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency | Michael Wallner | 2013-10-03 | 1 | -6/+0 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-03 | 1 | -1/+1 |
|\ \ | |/ |