History log of /PHP-5.3/ext/libxml/libxml.c (Results 51 – 75 of 80)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4901a8e2 28-Feb-2005 Pierre Joye

- create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants


# b7cf6f45 20-Feb-2005 Rob Richards

add function to allow extensions to use new error handling if set by user


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# 49671385 10-Feb-2005 Rob Richards

initial cut of new error handling


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# 6a644188 02-Jan-2005 Rob Richards

add NONET flag to disable network access when loading xml


# 8450fae8 02-Jan-2005 Rob Richards

Fixed bug #31361 (simplexml/domxml segfault when adding node twice)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 4cea708b 05-Dec-2004 Rob Richards

define options that can be used when loading documents


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# 9c5661f0 09-Nov-2004 Dmitry Stogov

Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# ccb99d0a 08-Sep-2004 Rob Richards

implement php_libxml_xmlCheckUTF8
- workaround for pre libxml2-2.6.13 function


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH
# 963200c7 06-Sep-2004 Rob Richards

Fixed bug #29945 (simplexml_load_file URL limitation 255 char)


Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# a1c33af7 25-Jul-2004 Rob Richards

export php_libxml_error_handler for win32 build


# a497e9bf 25-Jul-2004 Christian Stocker

use php_error_docref for libxml2 errors


Revision tags: RELEASE_0_1
# 22b70fcb 18-Jul-2004 Rob Richards

MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object)


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 1d82c424 31-May-2004 Rob Richards

fix leak when using relaxng
interim fix for isolating our streams handling
- once libxml supports overriding streams this should be changed
for security reasons


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2
# 838d30a5 23-Apr-2004 Rob Richards

move libxml error handler ro rinit/rshutdown to keep it local to php


Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 76ee5707 01-Mar-2004 Rob Richards

Fix bug #27436 dom_import_simplexml innaccurate
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions


Revision tags: php-4.3.5RC3
# 7c710a9f 15-Feb-2004 Zeev Suraski

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_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...

show more ...


Revision tags: php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# c66c9e71 10-Jan-2004 Marcus Boerger

Fix memory corruption with libxml's error handling.


# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 620cb2e2 22-Dec-2003 Rob Richards

only test url_stat in read mode


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 4dd0dbfd 12-Dec-2003 Rob Richards

consolidate error handling


# 1f33239c 09-Dec-2003 Rob Richards

buffer error messages until newline is hit


# 026d4c9e 28-Nov-2003 Sara Golemon

Route php_stat() via streams/url_stat API (php_stream_stat_path).
This enables fopen-wrappers support on stat() and related family calls.


# 2016ac0a 07-Nov-2003 Ilia Alshanetsky

Fixed write support.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# d29fb55b 26-Oct-2003 Rob Richards

common functions for interoperability


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 56930976 20-Oct-2003 Moriyoshi Koizumi

Fix compiler warnings


1234