Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | This broke the xml extension, and pres2, commented out for now | Sterling Hughes | 2003-03-21 | 1 | -2/+2 | |
| | ||||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 | |
| | ||||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -6/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -17/+12 | |
| | ||||||
* | use FREE_ZVAL when freeing zvals | Thies C. Arntzen | 2002-11-18 | 1 | -1/+1 | |
| | ||||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -3/+0 | |
| | | | | | instances | |||||
* | remove uneeded def | James Cox | 2002-09-06 | 1 | -1/+0 | |
| | ||||||
* | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-06 | 1 | -1/+2 | |
| | ||||||
* | - Fix a possible memory leak in xml_set_handler(). | Markus Fischer | 2002-04-13 | 1 | -0/+5 | |
| | | | | | | | | | I stumbled over this while trying out 'pear package' which, while doing xml parsing, re-assigns the variaous callback handlers depending on the version during xml processing. If this check causes problems, let me know. | |||||
* | * remove extra end-fold | Stig Bakken | 2002-04-09 | 1 | -1/+0 | |
| | ||||||
* | proto fixes | Hartmut Holzgraefe | 2002-03-21 | 1 | -21/+21 | |
| | ||||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 | |
| | ||||||
* | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+2 | |
| | ||||||
* | - Fix bug in XML extension which exists due to a not perfect work around | Andi Gutmans | 2001-12-29 | 1 | -6/+9 | |
| | | | | | - with ZE1. In ZE2 the correct code seems to work well. | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-17 | 1 | -1/+1 | |
| | ||||||
* | add todo | Thies C. Arntzen | 2001-12-14 | 1 | -0/+3 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 | |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 | |
| | | | | | I've got pretty much everything now... | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -40/+40 | |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 | |
| | ||||||
* | null terminate the returned string in here too. | foobar | 2001-08-18 | 1 | -1/+2 | |
| |