Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove checks for unicode.semantics ini option | Nikita Popov | 2018-02-03 | 1 | -1/+1 |
* | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 5 | -1/+10 |
* | Scalar types don't have reference counter | Dmitry Stogov | 2018-01-17 | 1 | -5/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
* | Add _IS_NUMBER as cast_object() target type | Nikita Popov | 2017-12-26 | 3 | -0/+45 |
* | Remove unnecessary readobj==writeobj checks | Nikita Popov | 2017-12-25 | 1 | -4/+0 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -2/+1 |
* | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
* | Avoid unnecessary reference-counting on strings. | Dmitry Stogov | 2017-11-16 | 1 | -4/+4 |
* | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -2/+4 |
* | Remove PHP examples from simplexml | Peter Kokot | 2017-10-05 | 6 | -64/+0 |
* | Refactored array creation API. array_init() and array_init_size() are convert... | Dmitry Stogov | 2017-09-20 | 1 | -4/+2 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-11 | 1 | -3/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-11 | 1 | -3/+1 |
| |\ | |||||
| | * | Fix test compat with libxml2 2.9.5 | Anatol Belski | 2017-09-11 | 1 | -3/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-08-15 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Skip 64-bit related test | Dmitry Stogov | 2017-08-15 | 1 | -0/+1 |
* | | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -2/+2 |
* | | | 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 |