php-src/ext/libxml
Zeev Suraski 7c710a9f9b Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.
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...
2004-02-15 12:58:19 +00:00
..
config0.m4 - Fixed bug #26072 (--disable-libxml does not work). 2003-11-12 23:42:38 +00:00
config.w32 Tweak xml related build. 2003-12-05 21:16:47 +00:00
CREDITS Add libxml extension for common code that is needed to be shared between 2003-10-19 21:48:46 +00:00
libxml.c Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. 2004-02-15 12:58:19 +00:00
php_libxml2.def libxml2 and iconv export file 2003-12-05 19:26:05 +00:00
php_libxml.h Fix memory corruption with libxml's error handling. 2004-01-10 13:23:58 +00:00