summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* - MFHMarcus Boerger2005-11-291-144/+419
* - MFH Fix parameter parsingMarcus Boerger2005-11-201-3/+5
* And simplexml doesn't need dom anymore to do the importRasmus Lerdorf2005-11-051-4/+0
* - Drop unnecessary exports to prevent forward BC problemsMarcus Boerger2005-10-311-2/+4
* - Fix issue with entities in attributesMarcus Boerger2005-10-241-4/+9
* - MFH Really allow SXE being shared by not using anything from it directly in...Marcus Boerger2005-10-031-5/+1
* MFH: make sxe_properties_get respect namespace scopeRob Richards2005-08-311-3/+9
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Missing closing folding markerRasmus Lerdorf2005-07-071-0/+1
* - Unify (+ spl can't be build shared so COMPILE_DL_SPLfoobar2005-06-301-2/+2
* Use the new dependency systemfoobar2005-06-171-1/+7
* 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-051-6/+6
* 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
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-041-1/+2
* Fix class namesMarcus Boerger2004-03-291-1/+1
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-281-1/+1
* fixed non-existent elements checkGeorge Schlossnagle2004-03-241-1/+17
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
* - Fixed compilation on the 'broken' IRIX native compiler.Derick Rethans2004-03-161-1/+1
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-081-3/+3
* Fix bug #27436 dom_import_simplexml innaccurateRob Richards2004-03-011-2/+15
* Fix bug #27237: Working with simplexml crashes apache2Rob Richards2004-02-131-7/+26
* - Fixed start-up problem if both SPL and SimpleXML were enabled. TheDerick Rethans2004-02-121-1/+9
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Prevent SimpleXML from silently modifying types of variables that areZeev Suraski2004-02-111-0/+11
* Fix compiler warningsRob Richards2004-02-111-10/+1
* Implement get callback for SimpleXML (it now supports pre/post incrementZeev Suraski2004-02-101-1/+16
* Update to new APIZeev Suraski2004-02-081-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-31/+40
* CS fix (functions should not be available if they are not available :)foobar2004-02-021-5/+4
* Fix bug #27010: segfault after returning nodes with children()Rob Richards2004-01-221-108/+118
* Fix namespace regression bugRob Richards2004-01-211-17/+54
* Fix Bug #26976 (Can not access array elements using array indices)Rob Richards2004-01-211-10/+3
* Goto targets should not be indented (some compilers choke on this, iirc)foobar2004-01-211-1/+1
* -Sterling Hughes2004-01-201-20/+58
* Fix compilation of simplexml when spl is build as shared objectFrank M. Kromann2004-01-191-1/+1
* Rename header to prevent name clashes with external filesMarcus Boerger2004-01-181-1/+1
* Necessary as long as SPL is shared/dllMarcus Boerger2004-01-181-1/+1
* Fix WarningMarcus Boerger2004-01-181-0/+1
* Enable inherited classes inside SPL and respect order of module init.Marcus Boerger2004-01-181-25/+20
* Export access to class_entry by function.Marcus Boerger2004-01-181-1/+6
* namespace accesses are now soley URI based as opposed to prefix based.Sterling Hughes2004-01-171-92/+4
* Major bugfix for consistency.Marcus Boerger2004-01-171-311/+324