summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* Major bugfix for consistency.Marcus Boerger2004-01-171-311/+324
* Fix parameter list and protosMarcus Boerger2004-01-171-4/+4
* Make inherited sxe classes workMarcus Boerger2004-01-171-9/+42
* Drop userspace iteration correctly.Marcus Boerger2004-01-151-20/+2
* This is no longer usefull in any way.Marcus Boerger2004-01-141-32/+0
* test user define namespace aliasesRob Richards2004-01-141-9/+17
* add support for $foo["a:bar"]Rob Richards2004-01-131-143/+87
* - Cleanup class_entryMarcus Boerger2004-01-101-68/+46
* Remove these initializers as they are unused.Sterling Hughes2004-01-091-21/+9
* Fix dumping, when dumping a text element, for example:Sterling Hughes2004-01-081-2/+11
* Fix windows build issueMarcus Boerger2004-01-081-3/+3
* Cannot use shared SPLMarcus Boerger2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* two new methods were addedDmitry Stogov2003-12-181-0/+65
* accessing singular subnode as arrayDmitry Stogov2003-12-171-0/+3
* free nodes correctly to clear node proxiesRob Richards2003-12-171-2/+2
* Better commentMarcus Boerger2003-12-161-3/+3
* Add error handling for element/attribute creation/changingMarcus Boerger2003-12-161-4/+24
* Removed duplicate php_libxml_(init|shutdown) they are already done byIlia Alshanetsky2003-12-161-4/+0
* - Update header + added missing Id tags.foobar2003-12-091-4/+4
* allow $node['not_yet_existing_attribute'] = $value; to workWez Furlong2003-12-071-1/+12
* Fix return value.Marcus Boerger2003-11-291-1/+1
* Remove test codeMarcus Boerger2003-11-291-1/+0
* Fix bug #26159 - SimpleXML XPath support (patch by Adam Trachtenberg)Rob Richards2003-11-241-3/+42
* Several improvements to the simplexml_element object:Marcus Boerger2003-11-231-115/+208
* Adjust to latest conversion cast changesMarcus Boerger2003-11-141-1/+1
* Fix classname, CDATA handling (semantically identical to text) andMarcus Boerger2003-11-131-12/+22
* Split into element=property and attribute=dimension overloading.Marcus Boerger2003-11-101-15/+44
* Kill unused variables.Ilia Alshanetsky2003-11-051-1/+0
* make this macro safeSterling Hughes2003-11-031-2/+2
* remove attributes from this checkSterling Hughes2003-11-031-9/+0
* - Stop a crash in xpathSterling Hughes2003-11-031-2/+9
* Oops.Moriyoshi Koizumi2003-10-291-1/+1
* Do not use convert_to_*_ex() for ordinary zval pointers.Moriyoshi Koizumi2003-10-291-10/+43
* Add simplexml array handlers that allow to explicitly work with attributes.Marcus Boerger2003-10-291-87/+152
* cannot import nodes without documentRob Richards2003-10-271-0/+4
* add interop with dom - simplexml_import_domRob Richards2003-10-261-174/+258
* Fix memory corruptionMarcus Boerger2003-10-261-1/+1
* Add iterator to make foreach workMarcus Boerger2003-10-261-2/+116
* And get the last thing workingMarcus Boerger2003-10-261-1/+1
* Fix casting (the question is when & what should be freed here).Marcus Boerger2003-10-261-2/+4
* Fix test 4 with the help of RobMarcus Boerger2003-10-251-1/+6
* Show if Schemas are supportedMarcus Boerger2003-10-251-0/+6
* Fix memleaksMarcus Boerger2003-10-251-9/+20
* Fix warningMarcus Boerger2003-10-251-1/+0
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-191-2/+3
* Fix cast callbacksZeev Suraski2003-10-071-3/+8
* Forgot about this oneMoriyoshi Koizumi2003-10-061-0/+1
* Fixed bug #25756 (SimpleXML's validate_schema_file() broken)Moriyoshi Koizumi2003-10-061-11/+31
* Sync with new APIZeev Suraski2003-10-051-37/+1