323 Commits (7cb10e9620846dc5fe10d38816632a6265fe76cd)

Author SHA1 Message Date
Andrei Zmievski 83e0dbb3d2 - Add an extra parameter to the cast_object handler that can be used by 20 years ago
Antony Dovgal b2ade975ab MFB 20 years ago
Dmitry Stogov 128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 20 years ago
Nuno Lopes 984a56c9ab MFB 20 years ago
Sebastian Bergmann 8551b6d2dc Sync with php_trim() API change. 20 years ago
Rob Richards 71613983c0 MFB: fix bug #38424 (Different attribute assignment if new or existing) 20 years ago
Rob Richards a3e906515c add unicode support 20 years ago
Antony Dovgal dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode() 20 years ago
Rob Richards c7f8bace60 MFB: asXML() needs to return bool when serializing doc and filename is passed in 20 years ago
Antony Dovgal 9980f28f69 fix test 20 years ago
Antony Dovgal 2517da1a29 add test 20 years ago
Christian Stocker 92b3f6b90c Fix #38354 (Unwanted reformatting of XML when using AsXML) 20 years ago
Antony Dovgal 61312ae102 fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement) 20 years ago
Antony Dovgal 2103816e06 avoid extra strlen() call, we have the length of the data 20 years ago
Antony Dovgal ea4f125a87 comparing libxml documents and nodes is not yet possible and we can't fix it 20 years ago
Antony Dovgal bfceaaf1d1 unicode_semantics -> unicode.semantics 20 years ago
Hannes Magnusson e18bb1ce3d Fix/add SKIPIF 20 years ago
Hannes Magnusson 992ffac970 MFB: saveXML() -> asXML() alias 20 years ago
Antony Dovgal 3d0e1456e4 fix test 20 years ago
Antony Dovgal 381269b354 fix test 20 years ago
Marcus Boerger 16f403f79a - Readd NULL as allowed classname to skip parameter 20 years ago
Marcus Boerger b1154bd4f7 - Add new test 20 years ago
Marcus Boerger ccd2bc0005 - Fix SEGV in case class to generate is not derived from SimpleXMLElement 20 years ago
Marcus Boerger 2a36ccbaa6 - Proto fix/add 20 years ago
Marcus Boerger c3b47f5aa4 - Fix properties access to children() result 20 years ago
Marcus Boerger d1b5f0deaa - Do not provide ns info in first sxe creation 20 years ago
Marcus Boerger 311a7af62d - Allow access to namespaced root by specifying prefix on creation 20 years ago
Marcus Boerger 4e44e0b147 - If node no longer exists then there won't be any data 20 years ago
Marcus Boerger c4b1606466 - Coverity issue 59 20 years ago
Antony Dovgal 6a53a49c8b MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
Dmitry Stogov daca456e1a Fixed test 20 years ago
Antony Dovgal d4cdad2c2e add new tests 20 years ago
Dmitry Stogov 7c0e534157 Dropped zend.ze1_compatibility_mode 20 years ago
Rob Richards 032edbfb92 implement addChild() and addAttribute() methods 20 years ago
Antony Dovgal 7df141811e add test 20 years ago
Antony Dovgal def2ab1ac1 MF51: fix #36611 (assignment to SimpleXML object attribute changes argument type to string) 20 years ago
Rob Richards 6c2c57e2bd fix crash passing non-string member to sxe_prop_dim_exists 20 years ago
Dmitry Stogov c366cc6d1a Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 20 years ago
Rob Richards 96cb8329e5 nuke tests for libxml2 version - will always be > 2.6.0 20 years ago
Marcus Boerger 10a5901abf - Fix count/foreach interaction 20 years ago
Marcus Boerger d8b7f1dea0 - MFB 20 years ago
Marcus Boerger 3dd6bb16aa - Fix test 20 years ago
Marcus Boerger 30806dbc2b - Missing conversion 20 years ago
Marcus Boerger 1dd351d649 - Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785 20 years ago
Marcus Boerger 24d83ebd0f - Add another write case 20 years ago
Marcus Boerger ebef7961a3 - Unicode support 20 years ago
Marcus Boerger d1f3c48041 - Added ability to add elements by index if such elements already exist 20 years ago
Marcus Boerger b13105ee4c - Add ability to add new nodes via properties 20 years ago
Dmitry Stogov 0f1209ab3d Portable unicode string API: 20 years ago
Dmitry Stogov 09ca61c125 Made server wide switch for unicode on/off (according to PDM). 20 years ago