Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | fix bug #38454 (warning upon disabling handler via xml_set_element_handler) | Rob Richards | 2006-08-15 | 1 | -0/+24 |
| | | | | | | fix bug #38427 (unicode causes xml_parser to misbehave) add test | ||||
* | Expose the xml_utf8_encode function. | Ilia Alshanetsky | 2006-08-02 | 1 | -2/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -16/+9 |
| | |||||
* | nuke unused variable | Antony Dovgal | 2006-02-02 | 1 | -2/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed Bug #27908 (xml default_handlers not being called) | Rob Richards | 2005-10-12 | 1 | -5/+0 |
| | | | | | | Fix memleak when entitydecls are parsed remove old ifdefs | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Use new dependency system | foobar | 2005-06-17 | 1 | -0/+12 |
| | |||||
* | - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser | Rob Richards | 2005-04-28 | 1 | -0/+11 |
| | | | | | gives a segfault) | ||||
* | - Fix #30266 | Marcus Boerger | 2005-03-11 | 1 | -4/+8 |
| | |||||
* | No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here | Rasmus Lerdorf | 2005-02-07 | 1 | -25/+3 |
| | |||||
* | fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 | Christian Stocker | 2004-08-19 | 1 | -2/+2 |
| | | | | | | fix for bug #29711 libxml and non iso-8859-1. If no encoding specified, it defaults to UTF-8 now | ||||
* | Fix bug #27821 xml_parse segfaults when xml_set_object called from class method | Rob Richards | 2004-04-07 | 1 | -2/+8 |
| | | | | | fix memleaks in compat.c | ||||
* | - omit WARNING instead of ERROR for x_p_c_ns | Christian Stocker | 2004-02-23 | 1 | -1/+2 |
| | | | | | - fix SKIPIF code in tests | ||||
* | remove compiler warnings | Christian Stocker | 2004-02-23 | 1 | -1/+1 |
| | |||||
* | - make it compile with libxml2 2.5 again | Christian Stocker | 2004-02-23 | 1 | -0/+4 |
| | | | | | | - disable xml_parser_create_ns with libxml2 2.5 for the time being - the #if s can be removed, once we insist on libxml2 2.6 | ||||
* | HEAD is bundled with ZE2 | Andrey Hristov | 2004-01-17 | 1 | -2/+0 |
| | |||||
* | Kill warning (bug #26937) | foobar | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Removed duplicate php_libxml_(init|shutdown) they are already done by | Ilia Alshanetsky | 2003-12-16 | 1 | -7/+1 |
| | | | | | ext/libxml. | ||||
* | NULL pointers can be passed to free_fcn. This is the correct behaviour. | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+3 |
| | |||||
* | Add XML_SAX_IMPL constant to determine which implementation (libxml / expat) | Moriyoshi Koizumi | 2003-11-04 | 1 | -1/+7 |
| | | | | | is selected for SAX interface. | ||||
* | add global init/shutdown functions for libxml. this is required as | Shane Caraveo | 2003-10-19 | 1 | -2/+5 |
| | | | | | | shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order | ||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -3/+3 |
| | |||||
* | Replace fast_call_user_function() with zend_call_function() | Zeev Suraski | 2003-08-05 | 1 | -1/+13 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -1/+7 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | increment refcount for arrays passed to xml_set_handler | Rob Richards | 2003-07-29 | 1 | -1/+2 |
| | |||||
* | Fix bug #24801 (xml_call_handler() causes segmentation fault) | Rob Richards | 2003-07-27 | 1 | -2/+0 |
| | |||||
* | Not really the best way to solve this. But it doesn't give a segfault on | Sterling Hughes | 2003-07-02 | 1 | -6/+6 |
| | | | | | self-referential structures, which is always a bonus | ||||
* | use xmlInitParser instead of xmlInitThreads | Rob Richards | 2003-06-14 | 1 | -10/+2 |
| | | | | | reentrant safe as well | ||||
* | fix common libxml init and deinit routines | Rob Richards | 2003-06-14 | 1 | -7/+10 |
| | |||||
* | export xml_parser_inited under win32 | Rob Richards | 2003-06-14 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | prevent double destroy and double init badness | Sterling Hughes | 2003-06-05 | 1 | -1/+6 |
| | |||||
* | Fix compiler warnings. | Ilia Alshanetsky | 2003-05-27 | 1 | -3/+3 |
| | |||||
* | Hopefully get correct display of version information. | Sebastian Bergmann | 2003-05-25 | 1 | -1/+5 |
| | |||||
* | use zval_ptr_dtor() instead of the more verbose and less correct version | Sterling Hughes | 2003-05-22 | 1 | -20/+10 |
| | |||||
* | take advantage of the fast_call_user_function() api call for all of the | Sterling Hughes | 2003-05-22 | 1 | -22/+25 |
| | | | | | callbacks. | ||||
* | Added an encoding detection option for expat XML parser. | Moriyoshi Koizumi | 2003-05-11 | 1 | -70/+36 |
| | |||||
* | Added initialisation for thread safety | Moriyoshi Koizumi | 2003-05-08 | 1 | -0/+3 |
| | |||||
* | WS fix | Moriyoshi Koizumi | 2003-05-08 | 1 | -1/+1 |
| | |||||
* | Fixed memleak when the libxml compat layer is used. | Moriyoshi Koizumi | 2003-05-08 | 1 | -1/+4 |
| | |||||
* | Added even better allocator codes for both expat & libxml | Moriyoshi Koizumi | 2003-05-07 | 1 | -6/+26 |
| | |||||
* | Bundle libxml and add compatibility layer | Sterling Hughes | 2003-05-06 | 1 | -6/+10 |
| | |||||
* | no need to comment out, it doesn't belong there '.' | Sterling Hughes | 2003-05-01 | 1 | -7/+0 |
| | |||||
* | Fixed segfault in xml_parser_create() | Moriyoshi Koizumi | 2003-04-03 | 1 | -4/+4 |
| | | | | | # due to too many %s in printf spec |