301 Commits (a06f0f3d3aba53e766046221ee44fb9720389ecc)

Author SHA1 Message Date
Christoph M. Becker b33124239a Add support for getting SKIP_TAGSTART and SKIP_WHITE options 7 years ago
Peter Kokot 902d39a3a7 Trim trailing whitespace in source code files 7 years ago
Peter Kokot 7f6387b59a Trim trailing whitespace in source code files 7 years ago
Christoph M. Becker 2845f859c1 Fix #30875: xml_parse_into_struct() does not resolve entities 7 years ago
Nikita Popov 3e4b977df6 Remove PHP_XML_INTERNAL defines 7 years ago
Nikita Popov 1d0252a1c0 Remove IS_EXT_MODULE defines 7 years ago
Nikita Popov ca6caa0cb2 Make ext/xml API private 7 years ago
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident 8 years ago
Dmitry Stogov 5eb1f92f31 Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 8 years ago
Anatol Belski b2d38ed9ca Reduce variable scope 8 years ago
Gabriel Caruso 6400264856 Trailing whitespaces 8 years ago
Xinchen Hui a6519d0514 year++ 8 years ago
Xinchen Hui 7a7ec01a49 year++ 8 years ago
Xinchen Hui ccd4716ec7 year++ 8 years ago
Dmitry Stogov 83e495e0fd Move constants into read-only data segment 8 years ago
Dmitry Stogov 9e709e2fa0 Move constants into read-only data segment 8 years ago
Dmitry Stogov 6a9d2b2190 Cleanup type conversion 8 years ago
Kalle Sommer Nielsen 2a965bbd00 Kill compiler warnings in ext/xml 8 years ago
Sammy Kaye Powers dac6c639bb Update copyright headers to 2017 9 years ago
Sammy Kaye Powers 478f119ab9 Update copyright headers to 2017 9 years ago
Sammy Kaye Powers 9e29f841ce Update copyright headers to 2017 9 years ago
Anatol Belski 5e9b4c26a5 remove TSRMLS_* 9 years ago
Andrea Faulds 1a512eed44 Move utf8_encode and utf8_decode to ext/standard 9 years ago
Stanislav Malyshev 19866fb76c Fix various int size overflows. 9 years ago
Christoph M. Becker 52793c14d9 Improvements to fix #72714, suggested by nikic 9 years ago
Christoph M. Becker 9164dc11e2 Fix #72714: _xml_startElementHandler() segmentation fault 9 years ago
Xinchen Hui f3231a7c76 Unused var 9 years ago
Christoph M. Becker 1bb92d5212 #72085: SEGV on unknown address zif_xml_parse 9 years ago
Stanislav Malyshev 0ac5144836 Fix bug #72099: xml_parse_into_struct segmentation fault 10 years ago
Dmitry Stogov adc95c5114 Fixed compilation warnings 10 years ago
Xinchen Hui 8c41df5480 Unused var 10 years ago
Joe Watkins 4a42fbbbc7 fix #72206 (xml_parser_create/xml_parser_free leaks mem) 10 years ago
Joe Watkins b165114013 fix #72206 (xml_parser_create/xml_parser_free leaks mem) 10 years ago
Dmitry Stogov f0a2e8eb13 Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. 10 years ago
Stanislav Malyshev dccda88f27 Fix bug #72099: xml_parse_into_struct segmentation fault 10 years ago
Nikita Popov 1ac152938c Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 10 years ago
Dmitry Stogov c67c166f93 Removed zend_fcall_info.symbol_table 10 years ago
Stanislav Malyshev 9cabc99fce Fix bug #71637: Multiple Heap Overflow due to integer overflows 10 years ago
Stanislav Malyshev 57b997ebf9 Fix bug #71637: Multiple Heap Overflow due to integer overflows 10 years ago
Nikita Popov 93dc91b386 Remove version checks 10 years ago
Lior Kaplan 49493a2dcf Happy new year (Update copyright to 2016) 10 years ago
Xinchen Hui 4171a8f6c6 Internal function argumensts cleanup (strict_types) 10 years ago
Nikita Popov fc2cedfb1d Make 2nd arg of xml_set_object by value 10 years ago
Dmitry Stogov 4a2e40bb86 Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 11 years ago
Anatol Belski 663074b6b1 cleanup mod version macros and mod defs, round x 11 years ago
Anatol Belski ffabfc703d fix exports 11 years ago
Dmitry Stogov d146d15003 Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate() 11 years ago
Anatol Belski af3ca74501 made ZEND_TSRMLS_CACHE_* macros look like function calls 11 years ago
Xinchen Hui 942809909e Cleanup resource handling APIs 11 years ago
Xinchen Hui fc33f52d8c bump year 11 years ago