summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
* - MFH Fix properties access to children() resultMarcus Boerger2006-04-142-1/+36
|
* - Coverity issue 59Marcus Boerger2006-04-101-0/+3
|
* #ifdef new functions and use their bodies to make PECL extensions compile ↵Antony Dovgal2006-04-031-1/+21
| | | | | | | with PHP < 5.1.3 (as was agreed with Ilia)
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+3
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* add new testsAntony Dovgal2006-03-242-0/+182
|
* - Synch with headRob Richards2006-03-075-38/+318
|
* add testAntony Dovgal2006-03-051-0/+28
|
* fix #36611 (assignment to SimpleXML object attribute changes argument type ↵Antony Dovgal2006-03-051-1/+9
| | | | to string)
* nuke tests for libxml2 version - will always be > 2.6.0Rob Richards2006-03-011-12/+2
|
* - MFH Fix count/foreach interactionMarcus Boerger2006-02-272-0/+50
|
* - CleanupMarcus Boerger2006-02-271-2/+1
|
* Fixed memory leakDmitry Stogov2006-02-271-0/+1
|
* - Synch with headMarcus Boerger2006-02-266-58/+305
|
* initialize variablesAntony Dovgal2006-02-061-4/+4
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-3/+4
|
* - MFH Add new testMarcus Boerger2005-12-231-0/+22
|
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
| | | | | fix existing ones
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - MFHMarcus Boerger2005-11-2928-343/+1213
| | | | | | | | | | | | . Fix memleaks . Add tests . Add functions: getNamespaces(), getDocNamespaces() . Fixed var_dump() . Fixed bugs: #35028 XML object fails FALSE test # This plan was decided before 5.1.0 came out with ilia and checked again # just now. The extension currently shows no more memleaks or errors using # the test suite.
* - MFH Fix parameter parsingMarcus Boerger2005-11-202-9/+24
|
* 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-312-5/+4
|
* - Fix issue with entities in attributesMarcus Boerger2005-10-242-4/+40
|
* - MFH Really allow SXE being shared by not using anything from it directly ↵Marcus Boerger2005-10-032-5/+6
| | | | in SPL
* - Allow xpl/simplexml integration with simplexml being built sharedMarcus Boerger2005-10-011-0/+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-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
| | | | | or --disable-libxml. Better than silently just leave the ext out..
* - 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
| | | | | - minor BC break but doesnt work right under compat mode anyways
* 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
| | | | | "registers a prefix <-> namespaceURI combination for use in a later xpath query. "
* 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
|
* Fix class namesMarcus Boerger2004-03-2914-68/+68
|
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-282-2/+2
| | | | | line of the latter. Add ext/SPL.
* added test for property_exists checks.George Schlossnagle2004-03-241-0/+25
|
* fixed non-existent elements checkGeorge Schlossnagle2004-03-241-1/+17
| | | | | ref: http://news.php.net/article.php?group=php.internals&article=8660
* 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
|