summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
* MFH: remove cloning under ze1_compatibility_modeRob Richards2004-08-301-0/+41
| | | | | - minor BC break but doesnt work right under compat mode anyways
* MFH ZTS FixSara Golemon2004-08-061-2/+2
|
* MFH: php_error() -> php_error_docref()Ilia Alshanetsky2004-08-052-7/+7
|
* Fix prototypesZeev Suraski2004-08-041-8/+13
|
* 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
|
* Add new testMarcus Boerger2004-03-141-0/+21
|
* 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
| | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
* Fix bug #27237: Working with simplexml crashes apache2Rob Richards2004-02-131-7/+26
| | | | | | object dtor must be used to cleanup iterator data correctly Fix asXML() outputing incorrect node
* Adding mising declaration (needed for Win32 compilation)Frank M. Kromann2004-02-131-0/+1
|
* - Fixed start-up problem if both SPL and SimpleXML were enabled. TheDerick Rethans2004-02-121-1/+9
| | | | | double initialization of apache 1.3 was causing problems here.
* 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
| | | | | | | | | | | | | | | | 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!
* Fix testRob Richards2004-02-111-0/+1
|
* Fix compiler warningsRob Richards2004-02-116-19/+12
| | | | | Update tests
* Implement get callback for SimpleXML (it now supports pre/post incrementZeev Suraski2004-02-101-1/+16
| | | | | as well as binary-assign-ops)
* Update to new APIZeev Suraski2004-02-081-1/+1
|
* - Update with new destructor codeZeev Suraski2004-02-041-31/+40
|
* Update testsMarcus Boerger2004-02-033-3/+3
|
* CS fix (functions should not be available if they are not available :)foobar2004-02-021-5/+4
|
* Add new testMarcus Boerger2004-01-221-0/+31
|
* Update testsMarcus Boerger2004-01-224-19/+16
|
* Fix bug #27010: segfault after returning nodes with children()Rob Richards2004-01-222-112/+120
| | | | | | | | | Fix segfault in match_ns when matching prefix and node without ns some general cleanup and code consilidation better write handling - engine support dependent better isset handling - engine support dependent namespace fixes for reading/writing
* Fix namespace regression bugRob Richards2004-01-212-20/+54
| | | | | | | Read attributes correctly Update sxe_prop_dim_exists logic Update profile
* Fix Bug #26976 (Can not access array elements using array indices)Rob Richards2004-01-212-13/+6
| | | | | | return index 0 as non iterable object update test
* typo fixfoobar2004-01-211-1/+1
|
* test for bug #26976foobar2004-01-211-0/+28
|
* 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-182-4/+4
|
* 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-183-26/+86
|
* Use external files only in 001.phpt & tests for bugsMarcus Boerger2004-01-186-27/+98
|
* Export access to class_entry by function.Marcus Boerger2004-01-182-1/+8
|
* update the tests proper-likeSterling Hughes2004-01-172-3/+2
|
* update the examplesSterling Hughes2004-01-172-2/+2
|
* namespace accesses are now soley URI based as opposed to prefix based.Sterling Hughes2004-01-177-109/+9
|
* - Fix typoesDerick Rethans2004-01-171-5/+5
|
* Spell 'element' correctly.Jon Parise2004-01-171-2/+2
|
* Major bugfix for consistency.Marcus Boerger2004-01-1718-460/+592
| | | | | | | # After long discussions we came to a conclusion on how to make this # extension consistent in itself. # Thanks to Rob for all the work
* Drop the external xml files no longer neededMarcus Boerger2004-01-173-71/+0
|
* No external xml filesMarcus Boerger2004-01-173-4/+72
|