summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* MFB - This isn't a DOM thing anymore, just libxmlRasmus Lerdorf2005-11-051-4/+1
* optimize sxe_add_registered_namespacesRob Richards2005-11-012-17/+24
* - Test no namespace case, tooMarcus Boerger2005-11-011-0/+18
* - Handle default namespacesMarcus Boerger2005-11-012-4/+38
* - Implement count interfaceMarcus Boerger2005-10-312-10/+66
* check node type before accessing ns - prevent corruption under compact modeRob Richards2005-10-311-2/+4
* - We don't need thoseMarcus Boerger2005-10-311-3/+0
* - Add functions to check for registered/in use namespacesMarcus Boerger2005-10-312-7/+186
* - Bugfix #35028 XML object fails FALSE testMarcus Boerger2005-10-302-7/+40
* - Fix unicode expectationsMarcus Boerger2005-10-3011-0/+600
* - Add new testMarcus Boerger2005-10-301-0/+175
* - Protect against some edge case that is currently imossible, but will beMarcus Boerger2005-10-301-1/+1
* - Simplify & speedup, once moreMarcus Boerger2005-10-301-68/+29
* - Simplify & speedupMarcus Boerger2005-10-301-10/+6
* - Fix attribute handling when using xpath expressions that lead to attributesMarcus Boerger2005-10-291-18/+77
* - Change var_dump to include all that is reachable, incl. @attributesMarcus Boerger2005-10-2925-326/+648
* - Fix issue with entities in attributesMarcus Boerger2005-10-232-5/+10
* - Add new testMarcus Boerger2005-10-231-0/+33
* Fixed compilation errorDmitry Stogov2005-10-061-1/+1
* - Update cast_object handlersMarcus Boerger2005-10-051-9/+1
* - Really allow SXE being shared by not using anything from it directly in SPLMarcus Boerger2005-10-032-5/+6
* - MFB spl/simplexml integration (when sxe is shared)Marcus Boerger2005-10-011-0/+1
* Fixed test fileDmitry Stogov2005-09-191-1/+1
* - Add E_RECOVERABLE.Derick Rethans2005-09-152-1/+3
* make sxe_properties_get respect namespace scopeRob Richards2005-08-311-2/+9
* Unicode support cleanupDmitry Stogov2005-08-231-4/+1
* Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* trim() should accept objects with __toString() methodDmitry Stogov2005-08-171-0/+30
* Unicode supportDmitry Stogov2005-08-165-8/+71
* Updated calls to php_trim() to provide arg for returned string typeRolland Santimano2005-08-161-1/+1
* Test engine is improved to support unicode modeDmitry Stogov2005-08-1510-2/+207
* ZTS fixes.Sebastian Bergmann2005-08-122-4/+4
* Unicode supportDmitry Stogov2005-08-121-4/+4
* Unicode support.Andrei Zmievski2005-08-111-1/+1
* - Bumber up yearfoobar2005-08-033-3/+3
* Missing closing folding markerRasmus Lerdorf2005-07-071-0/+1
* - Unify (+ spl can't be build shared so COMPILE_DL_SPLfoobar2005-06-302-3/+3
* Use the new dependency systemfoobar2005-06-171-1/+7
* - Made the libxml related stuff to error out if someone does --disable-allfoobar2005-04-271-3/+7
* - Add testsMarcus Boerger2005-02-272-0/+59
* add optional parameter to pass libxml document load optionsRob Richards2004-12-051-6/+16
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-1/+42
* ZTS FixSara Golemon2004-08-061-3/+2
* php_error() -> php_error_docref()Ilia Alshanetsky2004-08-052-7/+7
* nuke unused variableAntony Dovgal2004-08-041-1/+0
* Fix prototypesZeev Suraski2004-08-041-8/+13
* renamed registerNamespace() to registerXPathNamespace()Christian Stocker2004-07-251-2/+2
* added new method SimpleXMLElement->registerNamespace(string prefix, string uri)Christian Stocker2004-07-251-0/+24
* Implement extension load-order deps.Wez Furlong2004-07-181-0/+1
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-041-1/+2