History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 151 – 175 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0
# 3064cb78 07-Jul-2005 Rasmus Lerdorf

Missing closing folding marker


Revision tags: php-4.4.0RC2
# 340bcffd 30-Jun-2005 foobar

- Unify (+ spl can't be build shared so COMPILE_DL_SPL


Revision tags: php-5.1.0b2
# 78a5b769 17-Jun-2005 foobar

Use the new dependency system


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# cb72e23c 05-Dec-2004 Rob Richards

add optional parameter to pass libxml document load options


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# a5016600 30-Aug-2004 Rob Richards

remove cloning under ze1_compatibility_mode
- minor BC break but doesnt work right under compat mode anyways


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# b48af415 06-Aug-2004 Sara Golemon

ZTS Fix


# ee656c4b 05-Aug-2004 Ilia Alshanetsky

php_error() -> php_error_docref()


# 58f9ed3a 04-Aug-2004 Antony Dovgal

nuke unused variable


# 84e6f8f0 04-Aug-2004 Zeev Suraski

Fix prototypes


# 0936bfa4 25-Jul-2004 Christian Stocker

renamed registerNamespace() to registerXPathNamespace()


# 0b244def 25-Jul-2004 Christian Stocker

added new method SimpleXMLElement->registerNamespace(string prefix, string uri)
"registers a prefix <-> namespaceURI combination for use in a later xpath query. "


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 263723ec 04-May-2004 Wez Furlong

Update for count_elements handler for overloaded objects.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# b6321d4e 29-Mar-2004 Marcus Boerger

Fix class names


# f8ff2ccf 28-Mar-2004 Marcus Boerger

Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
line of the latter. Add ext/SPL.


Revision tags: php-4.3.5
# b9c04fe1 24-Mar-2004 George Schlossnagle

fixed non-existent elements check
ref: http://news.php.net/article.php?group=php.internals&article=8660


# 5b0f6b1f 21-Mar-2004 Stanislav Malyshev

Update for new read_property API


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# f66c62ce 16-Mar-2004 Derick Rethans

- Fixed compilation on the 'broken' IRIX native compiler.


Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0
# 6b0f57ee 08-Mar-2004 Marcus Boerger

Rename hasMore() to valid() as discussed. (Part II)


# 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
# 16136dfe 13-Feb-2004 Rob Richards

Fix bug #27237: Working with simplexml crashes apache2
object dtor must be used to cleanup iterator data correctly
Fix asXML() outputing incorrect node


# cd4a39ed 12-Feb-2004 Derick Rethans

- Fixed start-up problem if both SPL and SimpleXML were enabled. The
double initialization of apache 1.3 was causing problems here.


Revision tags: php-5.0.0b4
# 30171a75 12-Feb-2004 Zeev Suraski

zend_default_classes.h -> zend_exceptions.h


Revision tags: php-5.0.0b4RC1
# c8c0e979 11-Feb-2004 Zeev Suraski

Prevent SimpleXML from silently modifying types of variables that are
assigned to its objects.

Implementation notes for overloaded object modules:

- If you return a zval which i

Prevent SimpleXML from silently modifying types of variables that are
assigned to its objects.

Implementation notes for overloaded object modules:

- If you return a zval which is not otherwise referenced by the extension
or the engine's symbol table, its reference count should be 0.
- If you receive a value zval in write_property/write_dimension, you
may only modify it if its reference count is 1. Otherwise, you must
create a copy of that zval before making any changes. You should NOT
modify the reference count of the value passed to you.

Have fun!

show more ...


# 6e4a4e8a 11-Feb-2004 Rob Richards

Fix compiler warnings
Update tests


12345678910>>...13