summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-5/+0
|
* MFH: Visibility (bug #45557)Rob Richards2008-07-221-4/+4
|
* MFH: fix protoHannes Magnusson2008-07-211-1/+1
|
* MFH: fix bug #41562 (SimpleXML memory issue)Rob Richards2008-01-301-19/+4
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFHAntony Dovgal2007-08-011-4/+4
|
* Fixed Bug #42112 (deleting a node produces memory corruption)Rob Richards2007-07-281-1/+4
| | | | | add test
* MFH: cs+ws+compile warning fixesJani Taskinen2007-07-211-26/+31
|
* Fixed bug #41724 (libxml_get_last_error() - errors survice request scope).Ilia Alshanetsky2007-06-181-0/+1
|
* fix bug #40598 (libxml segfault)Rob Richards2007-02-231-0/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* mark a few variables and functions as staticNuno Lopes2006-11-101-28/+34
|
* Fixed bug #38190 (threading issues on windows 2003)Edin Kadribasic2006-09-061-0/+7
|
* int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
|
* MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ↵Antony Dovgal2006-08-061-1/+3
| | | | SimpleXMLElement)
* Fixed memory leakDmitry Stogov2006-07-041-0/+4
|
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
|
* MFH: arg ifnoHannes Magnusson2006-06-171-6/+31
|
* Added automatic module globals managementDmitry Stogov2006-06-151-20/+11
|
* MFH: move document property struct from xml_common.hRob Richards2006-05-221-0/+4
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* Missing }}}Rasmus Lerdorf2005-11-171-1/+1
|
* MFH: only need context set onceRob Richards2005-10-171-1/+1
|
* MFH: insure stream usageRob Richards2005-10-131-46/+77
|
* MFH: add additional constantsRob Richards2005-09-081-22/+6
| | | | | remove un-needed ifdefs
* MFH: Fix URI escapingRob Richards2005-08-261-6/+35
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - WSPierre Joye2005-02-281-0/+1
|
* - create LIBXML_VERSION and LIBXML_DOTTED_VERSION constantsPierre Joye2005-02-281-0/+2
|
* add function to allow extensions to use new error handling if set by userRob Richards2005-02-201-0/+9
|
* initial cut of new error handlingRob Richards2005-02-101-10/+227
|
* add NONET flag to disable network access when loading xmlRob Richards2005-01-021-0/+1
|
* Fixed bug #31361 (simplexml/domxml segfault when adding node twice)Rob Richards2005-01-021-0/+4
|
* define options that can be used when loading documentsRob Richards2004-12-051-0/+14
|
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-7/+21
|
* implement php_libxml_xmlCheckUTF8Rob Richards2004-09-081-0/+26
| | | | | - workaround for pre libxml2-2.6.13 function
* Fixed bug #29945 (simplexml_load_file URL limitation 255 char)Rob Richards2004-09-061-6/+14
|
* export php_libxml_error_handler for win32 buildRob Richards2004-07-251-1/+1
|
* use php_error_docref for libxml2 errorsChristian Stocker2004-07-251-1/+1
|
* MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object)Rob Richards2004-07-181-1/+1
|
* fix leak when using relaxngRob Richards2004-05-311-1/+11
| | | | | | | interim fix for isolating our streams handling - once libxml supports overriding streams this should be changed for security reasons
* move libxml error handler ro rinit/rshutdown to keep it local to phpRob Richards2004-04-231-5/+6
|
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-0/+42
| | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
| | | | | | | | | | Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're messing with the refcount directly and know what you're doing. Note #2: For clarity, if you want to initialize a new zval with a refcount of 0, it's best to do that directly, instead of using ZVAL_DELREF after allocating the zval...
* Fix memory corruption with libxml's error handling.Marcus Boerger2004-01-101-10/+6
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* only test url_stat in read modeRob Richards2003-12-221-4/+4
|