summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-14/+14
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* fixed SEGFAULT when using xml_set_object. Zend does not yes supportThies C. Arntzen2001-02-151-17/+10
* remove stupid ifdef'sDaniel Beulshausen2001-01-051-6/+0
* include config.w32.h under win32Daniel Beulshausen2001-01-051-0/+6
* added libxml-1.95 support and some new functions related to namespace support...Rui Hirokawa2001-01-051-2/+173
* revert last fix. the problem is now fixed globally in Zend.Thies C. Arntzen2000-12-241-4/+1
* fix #8363.Thies C. Arntzen2000-12-231-1/+4
* Fix call_user_function() with objects - it could leak under certain circumsta...Zeev Suraski2000-12-131-1/+1
* update my email.Thies C. Arntzen2000-10-291-1/+1
* Remove second_arg_force_ref, defined in ZendSascha Schumann2000-10-261-1/+0
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-3/+4
* @- Fixed problem with having $this as the XML parser object. (Andrei)Andrei Zmievski2000-08-311-6/+0
* @- Added ability for each xml_set_*_handler() function to take theAndrei Zmievski2000-08-221-33/+34
* Fix XML by-reference passingStanislav Malyshev2000-08-201-2/+5
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-21/+21
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* phpinfo() prettyingColin Viebrock2000-04-051-2/+5
* export xml_utf8_decode for wddx moduleThies C. Arntzen2000-04-041-2/+1
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* More protos.Egon Schmid2000-02-241-5/+4
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Fixed ^#[ ]+preprocessor directive$ constructions which breakSascha Schumann2000-02-101-0/+1
* - Make Win32 compile againAndi Gutmans2000-02-051-3/+0
* Add expat to the distributionZeev Suraski2000-02-021-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* killed warning + added reminderThies C. Arntzen1999-12-231-1/+1
* - The tree compiles againZeev Suraski1999-12-181-22/+22
* More php3_ annihilationZeev Suraski1999-12-181-20/+10
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* # Added date/time stamping to php3_log_errorJoey Smith1999-12-141-1/+1
* Fixed #2952.Andrei Zmievski1999-12-101-3/+3
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-091-1/+1
* Thies, can you provide some docs? I need something to show to my German trans...Egon Schmid1999-12-051-1/+1
* @- added XML_Set_Object() function, now you can use the XML-Parser fromThies C. Arntzen1999-12-051-9/+53
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* Fix shared mode for gd/xml/mysql extensions.Stig Bakken1999-12-041-5/+3
* @- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)Thies C. Arntzen1999-11-191-1/+1
* (PHP xml_parse_into_struct) sometimes the value was truncatedThies C. Arntzen1999-10-201-2/+14
* (PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML.Thies C. Arntzen1999-10-201-0/+3
* _php3/_php3i -> php renameAndrei Zmievski1999-10-161-4/+4
* fixed hopefully last XML problem. that one was hard!Thies C. Arntzen1999-10-071-8/+8