History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 251 – 275 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f55b83cb 07-Jul-2003 foobar

ws + missing fold tag


# 73d98824 05-Jul-2003 Sterling Hughes

not a temp var unless its a singular var


# e0347ab2 04-Jul-2003 Sterling Hughes

"real" fix


# 2935efb4 04-Jul-2003 Sterling Hughes

fix memory cverrun when accessing an empty xml element.
guess how many lines it took me to write a basic WSDL parser + API? 20 using
curl + simplexml


# a6d0972c 01-Jul-2003 Marcus Boerger

Fix warnings


# 57e1c829 30-Jun-2003 Sterling Hughes

and my first user doesn't even like goto's. sniffle


# 2505cf7c 30-Jun-2003 Sterling Hughes

satisfy my very first user :)


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.


1...<<111213