History log of /php-src/ext/simplexml/simplexml.c (Results 501 – 525 of 544)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.0.0b1
# a2259344 28-Jun-2003 Rob Richards

fix mem leak in sxe_property_read
fix compiler warning

# 3e67c2a6 28-Jun-2003 Sterling Hughes

for now we let xml support build with versions older than 2.5.7, as we want
users to actually test this...

# a4f41fbb 25-Jun-2003 Sterling Hughes

allow the root element to be accessed as a text node

Revision tags: php-4.3.3RC1
# d1bfc58a 14-Jun-2003 Rob Richards

use xmlInitParser instead of xmlInitThreads
reentrant safe as well no need for xml_parser_inited

# 09eb38ec 14-Jun-2003 Rob Richards

interoperability support
fix some memleak scenarios

# e4db6159 14-Jun-2003 Sterling Hughes

make alan happy

# 34b36fd5 14-Jun-2003 Sterling Hughes

delete + no C++ comments

# ec3823a5 14-Jun-2003 Sterling Hughes

fix some more leaks

# cc0c4e49 14-Jun-2003 Sterling Hughes

This shouldn't be refcount = 0, causes a memory overrun

# 785bc24a 13-Jun-2003 Rob Richards

fix compile when ZTS enabled
fix bunch of memory leaks

# 21d90d6a 09-Jun-2003 Sterling Hughes

ok, this is a zend bug.

# 6fc9fdee 09-Jun-2003 Sterling Hughes

simon says leaking is better than crashing

# 568aecd9 09-Jun-2003 Sterling Hughes

get rid of a memleak
make namespaces work properly

# a1488787 03-Jun-2003 Sterling Hughes

god bless valgrind.
fix double free where object is prematurely dtor'd. I should probably convert
the simplexml nodes over to this system too. Actually the new dom extension
and everywhe

god bless valgrind.
fix double free where object is prematurely dtor'd. I should probably convert
the simplexml nodes over to this system too. Actually the new dom extension
and everywhere else should use the same type of methods.. :)

show more ...

# 0ecbdc55 01-Jun-2003 Sterling Hughes

earn my keep and allow one to register a namespace name to access a namespace
value.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2
# 94136f0c 27-May-2003 Sterling Hughes

fix __clone()
add schema support

# c60879db 27-May-2003 Sterling Hughes

plane hacking

Revision tags: php-4.3.2RC4
# afc21967 26-May-2003 Sterling Hughes

add support for querying nodes with xpath expressions.

# 3c511d9f 26-May-2003 Sterling Hughes

add namespace support

# ea1437d7 26-May-2003 Shane Caraveo

get rid of crudy stuff

# 8e581693 26-May-2003 Shane Caraveo

now builds on windows

# fb148667 26-May-2003 Sterling Hughes

add a new function simplexml_load_string()

# 1410e818 26-May-2003 Sterling Hughes

several changes improvements, including the new
simplexml_save_document_string() function which saves a XML document to a
string variable

# 97b5a5df 26-May-2003 Sterling Hughes

sascha points out this is more purdy-like

# 3192da2d 26-May-2003 Sterling Hughes

this is right
but it shouldn't be

1...<<2122