summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-2/+5
* Add regression test for bug #25666Moriyoshi Koizumi2003-09-301-0/+30
* fix for bug #25666 (XML namespaces broken in PHP5)Rob Richards2003-09-292-20/+140
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* move hash.h for libxml 2.6 compatibilityRob Richards2003-09-221-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-3/+3
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-1/+13
* Use new infrastructure.Zeev Suraski2003-08-031-1/+7
* increment refcount for arrays passed to xml_set_handlerRob Richards2003-07-291-1/+2
* Fix bug #24801 (xml_call_handler() causes segmentation fault)Rob Richards2003-07-271-2/+0
* boom bam bingSterling Hughes2003-07-091-0/+2
* Not really the best way to solve this. But it doesn't give a segfault onSterling Hughes2003-07-021-6/+6
* - Cleanup, simplifying, etc.foobar2003-06-301-4/+7
* fix libxml2 when dealing with character dataSterling Hughes2003-06-291-1/+5
* some friendly names...Sterling Hughes2003-06-261-16/+16
* these should be enabled by default. At least this much was agreed upon whenSterling Hughes2003-06-251-1/+1
* remove leftover parser->mem_hdlrs - compiles nowRob Richards2003-06-151-1/+0
* Removed xmlMemSetup() code as it doesn't help at all.Moriyoshi Koizumi2003-06-152-29/+3
* use xmlInitParser instead of xmlInitThreadsRob Richards2003-06-141-10/+2
* fix common libxml init and deinit routinesRob Richards2003-06-141-7/+10
* export xml_parser_inited under win32Rob Richards2003-06-141-2/+2
* updating license information in the headers.James Cox2003-06-104-12/+12
* XMLless build fixZeev Suraski2003-06-081-1/+1
* prevent double destroy and double init badnessSterling Hughes2003-06-051-1/+6
* Fix compiler warnings.Ilia Alshanetsky2003-05-271-3/+3
* Hopefully get correct display of version information.Sebastian Bergmann2003-05-251-1/+5
* rename namespace to use_namespace to avoid a c++ keyword conflictSterling Hughes2003-05-222-39/+39
* use zval_ptr_dtor() instead of the more verbose and less correct versionSterling Hughes2003-05-221-20/+10
* take advantage of the fast_call_user_function() api call for all of theSterling Hughes2003-05-222-23/+41
* - Go back to using --disable-xml and --enable-xmlfoobar2003-05-201-17/+16
* use libxml2 memory management throughout the file, which in turn uses theSterling Hughes2003-05-191-1/+1
* send some more data to the default handlerSterling Hughes2003-05-191-2/+29
* Allow build with expat too.foobar2003-05-191-1/+3
* Remove unnecessary test.foobar2003-05-191-8/+0
* - Unbundle libxml and expat. Now this compiles too..foobar2003-05-191-8/+47
* send comments to the default handler like done with expat, add aSterling Hughes2003-05-172-2/+36
* Allow libxml to detect the document encoding if encoding parameter passed toMoriyoshi Koizumi2003-05-161-1/+5
* Those pieces were not intended. Partly reverted.Moriyoshi Koizumi2003-05-111-3/+1
* Added an encoding detection option for expat XML parser.Moriyoshi Koizumi2003-05-111-70/+36
* Fixed compiler errors that occur when bundled libxml is not used.Moriyoshi Koizumi2003-05-111-26/+44
* Added initialisation for thread safetyMoriyoshi Koizumi2003-05-081-0/+3
* WS fixMoriyoshi Koizumi2003-05-081-1/+1
* Fixed memleak when the libxml compat layer is used.Moriyoshi Koizumi2003-05-081-1/+4
* Filled error_mappings[] with placeholders for actual error messagesMoriyoshi Koizumi2003-05-071-1/+99
* Added missing object initialisationMoriyoshi Koizumi2003-05-071-1/+30
* Fixed typosMoriyoshi Koizumi2003-05-072-3/+3
* This should be needed.Moriyoshi Koizumi2003-05-071-0/+1
* Added even better allocator codes for both expat & libxmlMoriyoshi Koizumi2003-05-073-19/+75