162 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
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
Moriyoshi Koizumi 21661d3bde Added even better allocator codes for both expat & libxml 23 years ago
Sterling Hughes a0351b093f Bundle libxml and add compatibility layer 23 years ago
Sterling Hughes 1d32bcf0bc no need to comment out, it doesn't belong there '.' 23 years ago
Moriyoshi Koizumi cb38be1bd2 Fixed segfault in xml_parser_create() 23 years ago
Sterling Hughes ecef1df39c This broke the xml extension, and pres2, commented out for now 23 years ago
Stig Bakken 0e6fca4f22 * email address change 23 years ago
Ilia Alshanetsky 72b356c1bc Removed pointless memory allocation checks. 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 23 years ago