History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 226 – 250 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6b57bb16 29-Oct-2003 Marcus Boerger

Add simplexml array handlers that allow to explicitly work with attributes.


# a807b344 27-Oct-2003 Rob Richards

cannot import nodes without document


# 5191cd3e 26-Oct-2003 Rob Richards

add interop with dom - simplexml_import_dom
change write behavior on elements to change actual contents
change clone method to clone node and not document
fix a few libxml mem leaks


# 14911a13 26-Oct-2003 Marcus Boerger

Fix memory corruption


# 6131454c 26-Oct-2003 Marcus Boerger

Add iterator to make foreach work


# 869ce07c 26-Oct-2003 Marcus Boerger

And get the last thing working


# 0d95b23a 26-Oct-2003 Marcus Boerger

Fix casting (the question is when & what should be freed here).


# 07d94c24 25-Oct-2003 Marcus Boerger

Fix test 4 with the help of Rob


# 46251fa3 25-Oct-2003 Marcus Boerger

Show if Schemas are supported


# 873bcefa 25-Oct-2003 Marcus Boerger

Fix memleaks


# 0a68fb02 25-Oct-2003 Marcus Boerger

Fix warning


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 052f9378 19-Oct-2003 Shane Caraveo

add global init/shutdown functions for libxml. this is required as
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific

add global init/shutdown functions for libxml. this is required as
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific order

show more ...


# 2cc9511c 07-Oct-2003 Zeev Suraski

Fix cast callbacks


# 506136f9 06-Oct-2003 Moriyoshi Koizumi

Forgot about this one


# 503d74aa 06-Oct-2003 Moriyoshi Koizumi

Fixed bug #25756 (SimpleXML's validate_schema_file() broken)


# c6c240a4 05-Oct-2003 Zeev Suraski

Sync with new API


Revision tags: BEFORE_HANDLERS_RESHUFFLE
# d7398813 02-Oct-2003 Moriyoshi Koizumi

A temporary voodoo hack to avoid memory leaks.
# Stuff of this kind must be removed if any neater way is out there.


Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3
# 21329c5e 22-Aug-2003 Wez Furlong

allow building without libxml2 under win32


# 9ada9e57 19-Aug-2003 Wez Furlong

fix build


# ed21ddd4 18-Aug-2003 Zeev Suraski

Fix a gazillion leaks in SimpleXML. One gazillion to go ;)


Revision tags: php-4.3.3RC4
# 1fb9d489 18-Aug-2003 Zeev Suraski

WTF was that doing here? :)
Fix crash


# 6fae803c 07-Aug-2003 Rob Richards

fix bug #24957 (var_dump of object segfaults)


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# 785130c0 23-Jul-2003 Zeev Suraski

Fix interface


# d6320007 07-Jul-2003 Zeev Suraski

Add missing elements


12345678910>>...13