170 Commits (5cd01fa48ba8c2876e6a1cbffe5c2689650ca420)

Author SHA1 Message Date
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Rasmus Lerdorf 529092df9b Copy-paste typo 18 years ago
Rasmus Lerdorf 7b624a37bc Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char) 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 24124518ab MFH 19 years ago
Rob Richards adf10989b0 fix bug #38454 (warning upon disabling handler via xml_set_element_handler) 20 years ago
Ilia Alshanetsky e79e9fade6 Expose the xml_utf8_encode function. 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Antony Dovgal db7195ee0c nuke unused variable 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Rob Richards 855f7dfd95 MFH: Fixed Bug #27908 (xml default_handlers not being called) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar 7c6ba77780 Use new dependency system 21 years ago
Rob Richards 1ed5c14fe2 - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser 21 years ago
Marcus Boerger 299a17ba37 - Fix #30266 21 years ago
Rasmus Lerdorf 9c530d79e7 No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here 21 years ago
Christian Stocker 5950725144 fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 22 years ago
Rob Richards e32f012e65 Fix bug #27821 xml_parse segfaults when xml_set_object called from class method 22 years ago
Christian Stocker 1d0596dbef - omit WARNING instead of ERROR for x_p_c_ns 22 years ago
Christian Stocker 830d453a2f remove compiler warnings 22 years ago
Christian Stocker 2f310c3e4f - make it compile with libxml2 2.5 again 22 years ago
Andrey Hristov 8b763f14b7 HEAD is bundled with ZE2 22 years ago
foobar 69e6b296e0 Kill warning (bug #26937) 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky bf36e351ba Removed duplicate php_libxml_(init|shutdown) they are already done by 23 years ago
Moriyoshi Koizumi cbddbca787 NULL pointers can be passed to free_fcn. This is the correct behaviour. 23 years ago
Moriyoshi Koizumi f0725828f0 Add XML_SAX_IMPL constant to determine which implementation (libxml / expat) 23 years ago
Shane Caraveo 052f9378b2 add global init/shutdown functions for libxml. this is required as 23 years ago
Zeev Suraski 8767205afa Fix Win32 linkage problems 23 years ago
Ilia Alshanetsky 93bcd55eaf emalloc -> safe_emalloc 23 years ago
Zeev Suraski 90b29aa076 Replace fast_call_user_function() with zend_call_function() 23 years ago
Zeev Suraski 538d58dd5f Use new infrastructure. 23 years ago
Rob Richards a5a859361b increment refcount for arrays passed to xml_set_handler 23 years ago
Rob Richards 4d31aa4444 Fix bug #24801 (xml_call_handler() causes segmentation fault) 23 years ago
Sterling Hughes e158cd285e Not really the best way to solve this. But it doesn't give a segfault on 23 years ago
Rob Richards c104c0d676 use xmlInitParser instead of xmlInitThreads 23 years ago
Rob Richards e6502514fb fix common libxml init and deinit routines 23 years ago
Rob Richards 68ff4becab export xml_parser_inited under win32 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Sterling Hughes 7b42eccfd6 prevent double destroy and double init badness 23 years ago
Ilia Alshanetsky 8dc90d446f Fix compiler warnings. 23 years ago
Sebastian Bergmann 70fa1ff7f5 Hopefully get correct display of version information. 23 years ago
Sterling Hughes bf022fd49f use zval_ptr_dtor() instead of the more verbose and less correct version 23 years ago
Sterling Hughes 8b50ea61a7 take advantage of the fast_call_user_function() api call for all of the 23 years ago
Moriyoshi Koizumi ebd92654c1 Added an encoding detection option for expat XML parser. 23 years ago
Moriyoshi Koizumi 83ad8e3ae3 Added initialisation for thread safety 23 years ago
Moriyoshi Koizumi 1ba4e590ef WS fix 23 years ago
Moriyoshi Koizumi 2b5cebba16 Fixed memleak when the libxml compat layer is used. 23 years ago