summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
...
* updating license information in the headers.James Cox2003-06-101-3/+3
* 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
* 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-221-22/+25
* Added an encoding detection option for expat XML parser.Moriyoshi Koizumi2003-05-111-70/+36
* 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
* Added even better allocator codes for both expat & libxmlMoriyoshi Koizumi2003-05-071-6/+26
* Bundle libxml and add compatibility layerSterling Hughes2003-05-061-6/+10
* no need to comment out, it doesn't belong there '.'Sterling Hughes2003-05-011-7/+0
* Fixed segfault in xml_parser_create()Moriyoshi Koizumi2003-04-031-4/+4
* This broke the xml extension, and pres2, commented out for nowSterling Hughes2003-03-211-2/+2
* * email address changeStig Bakken2003-03-181-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-051-17/+12
* use FREE_ZVAL when freeing zvalsThies C. Arntzen2002-11-181-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+0
* remove uneeded defJames Cox2002-09-061-1/+0
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-061-1/+2
* - Fix a possible memory leak in xml_set_handler().Markus Fischer2002-04-131-0/+5
* * remove extra end-foldStig Bakken2002-04-091-1/+0
* proto fixesHartmut Holzgraefe2002-03-211-21/+21
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Add a note that this statement will never be reached.Jon Parise2002-01-271-1/+2
* - Fix bug in XML extension which exists due to a not perfect work aroundAndi Gutmans2001-12-291-6/+9
* proto fixHartmut Holzgraefe2001-12-171-1/+1
* add todoThies C. Arntzen2001-12-141-0/+3
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-16/+16
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-40/+40
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* null terminate the returned string in here too.foobar2001-08-181-1/+2
* ws fix.foobar2001-08-181-117/+74
* Fix warning.Sebastian Bergmann2001-08-121-1/+1
* tags need to be UTF8-decoded as well.Thies C. Arntzen2001-08-121-54/+52
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+5
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-0/+2
* - Use object macrosAndi Gutmans2001-07-281-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-3/+2
* Nuke zval_resetZeev Suraski2001-07-111-1/+1
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-1/+1