Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-21 | 2 | -6/+22 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-21 | 2 | -6/+22 |
| |\ | |||||
| | * | Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces) | Xinchen Hui | 2017-07-21 | 2 | -6/+22 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| * | | fix typo | Anatol Belski | 2016-10-14 | 1 | -1/+1 |
| * | | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML() | Stanislav Malyshev | 2016-10-14 | 1 | -3/+16 |
* | | | "Countable" interface is moved from SPL to Core | Dmitry Stogov | 2017-05-25 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 5 | -5/+5 |
* | | | Remove the binary cast from unrelated tests | Pedro Magalhães | 2016-11-20 | 6 | -6/+6 |
* | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 1 | -2/+2 |
* | | | Fix tests: don't count non-countables | Christoph M. Becker | 2016-11-13 | 2 | -12/+4 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-12 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | fix typo | Anatol Belski | 2016-10-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-12 | 1 | -3/+16 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML() | Stanislav Malyshev | 2016-10-12 | 1 | -3/+16 |
* | | | Merge branch 'PHP-7.1' | Christoph M. Becker | 2016-09-09 | 1 | -2/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-09 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-09 | 1 | -2/+0 |
| | |\ | |||||
| | | * | Remove ignored --FAIL-- section from test case | Christoph M. Becker | 2016-09-09 | 1 | -2/+0 |
* | | | | Drop SXE_ELEMENT_BY_NAME | Nikita Popov | 2016-09-04 | 1 | -12/+0 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-30 | 3 | -13/+58 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #72957 | Nikita Popov | 2016-08-30 | 2 | -12/+22 |
| * | | Followup for bug #72971 | Nikita Popov | 2016-08-30 | 2 | -1/+36 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-30 | 2 | -2/+23 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #72971 | Nikita Popov | 2016-08-30 | 2 | -2/+23 |
* | | | Avoid uncollectable cycle in sxe_property_get_adr | Nikita Popov | 2016-07-16 | 1 | -1/+0 |
* | | | Remove unnecessary use of sxe->tmp | Nikita Popov | 2016-07-16 | 1 | -5/+1 |
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-07-13 | 2 | -26/+81 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML ele... | Xinchen Hui | 2016-07-13 | 2 | -26/+81 |
* | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 2 | -8/+14 |
|\ \ \ | |||||
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 1 | -5/+5 |
| * | | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 7 | -23/+48 |
| |\ \ \ | |||||
| * | | | | Update memory freeing and other issues, revert some changes | Aaron Piotrowski | 2015-07-05 | 1 | -2/+5 |
| * | | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 2 | -6/+9 |
* | | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 2 | -2/+5 |
* | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -5/+5 |
* | | | | | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 2 | -0/+60 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-08 | 2 | -1/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-08 | 2 | -1/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | fix regression introduced in 5683b6fa39 | Anatol Belski | 2016-03-08 | 2 | -1/+3 |
* | | | | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -3/+0 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
| * | | fixed test | Christoph M. Becker | 2015-08-01 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-05-31 | 3 | -1/+52 |
| |\ \ | |||||
| | * | | split the original test to check behaviour diff on 32- and 64-bit | Christoph M. Becker | 2015-05-31 | 2 | -0/+44 |
| | * | | recovered original meaning of SXE xpath test | Christoph M. Becker | 2015-05-31 | 1 | -1/+8 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-05-29 | 7 | -1/+299 |
| |\ \ \ | | |/ / | |||||
| | * | | Refactored the fix for bug #66084, by cmb@php.net | Anatol Belski | 2015-05-29 | 7 | -1/+299 |