Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add new test | Marcus Boerger | 2004-03-14 | 1 | -0/+21 | |
| | ||||||
* | Rename hasMore() to valid() as discussed. (Part II) | Marcus Boerger | 2004-03-08 | 1 | -3/+3 | |
| | ||||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -2/+15 | |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | |||||
* | Fix bug #27237: Working with simplexml crashes apache2 | Rob Richards | 2004-02-13 | 1 | -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. Kromann | 2004-02-13 | 1 | -0/+1 | |
| | ||||||
* | - Fixed start-up problem if both SPL and SimpleXML were enabled. The | Derick Rethans | 2004-02-12 | 1 | -1/+9 | |
| | | | | | double initialization of apache 1.3 was causing problems here. | |||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 | |
| | ||||||
* | Prevent SimpleXML from silently modifying types of variables that are | Zeev Suraski | 2004-02-11 | 1 | -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 test | Rob Richards | 2004-02-11 | 1 | -0/+1 | |
| | ||||||
* | Fix compiler warnings | Rob Richards | 2004-02-11 | 6 | -19/+12 | |
| | | | | | Update tests | |||||
* | Implement get callback for SimpleXML (it now supports pre/post increment | Zeev Suraski | 2004-02-10 | 1 | -1/+16 | |
| | | | | | as well as binary-assign-ops) | |||||
* | Update to new API | Zeev Suraski | 2004-02-08 | 1 | -1/+1 | |
| | ||||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -31/+40 | |
| | ||||||
* | Update tests | Marcus Boerger | 2004-02-03 | 3 | -3/+3 | |
| | ||||||
* | CS fix (functions should not be available if they are not available :) | foobar | 2004-02-02 | 1 | -5/+4 | |
| | ||||||
* | Add new test | Marcus Boerger | 2004-01-22 | 1 | -0/+31 | |
| | ||||||
* | Update tests | Marcus Boerger | 2004-01-22 | 4 | -19/+16 | |
| | ||||||
* | Fix bug #27010: segfault after returning nodes with children() | Rob Richards | 2004-01-22 | 2 | -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 bug | Rob Richards | 2004-01-21 | 2 | -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 Richards | 2004-01-21 | 2 | -13/+6 | |
| | | | | | | return index 0 as non iterable object update test | |||||
* | typo fix | foobar | 2004-01-21 | 1 | -1/+1 | |
| | ||||||
* | test for bug #26976 | foobar | 2004-01-21 | 1 | -0/+28 | |
| | ||||||
* | Goto targets should not be indented (some compilers choke on this, iirc) | foobar | 2004-01-21 | 1 | -1/+1 | |
| | ||||||
* | - | Sterling Hughes | 2004-01-20 | 1 | -20/+58 | |
| | ||||||
* | Fix compilation of simplexml when spl is build as shared object | Frank M. Kromann | 2004-01-19 | 1 | -1/+1 | |
| | ||||||
* | Rename header to prevent name clashes with external files | Marcus Boerger | 2004-01-18 | 2 | -4/+4 | |
| | ||||||
* | Necessary as long as SPL is shared/dll | Marcus Boerger | 2004-01-18 | 1 | -1/+1 | |
| | ||||||
* | Fix Warning | Marcus Boerger | 2004-01-18 | 1 | -0/+1 | |
| | ||||||
* | Enable inherited classes inside SPL and respect order of module init. | Marcus Boerger | 2004-01-18 | 3 | -26/+86 | |
| | ||||||
* | Use external files only in 001.phpt & tests for bugs | Marcus Boerger | 2004-01-18 | 6 | -27/+98 | |
| | ||||||
* | Export access to class_entry by function. | Marcus Boerger | 2004-01-18 | 2 | -1/+8 | |
| | ||||||
* | update the tests proper-like | Sterling Hughes | 2004-01-17 | 2 | -3/+2 | |
| | ||||||
* | update the examples | Sterling Hughes | 2004-01-17 | 2 | -2/+2 | |
| | ||||||
* | namespace accesses are now soley URI based as opposed to prefix based. | Sterling Hughes | 2004-01-17 | 7 | -109/+9 | |
| | ||||||
* | - Fix typoes | Derick Rethans | 2004-01-17 | 1 | -5/+5 | |
| | ||||||
* | Spell 'element' correctly. | Jon Parise | 2004-01-17 | 1 | -2/+2 | |
| | ||||||
* | Major bugfix for consistency. | Marcus Boerger | 2004-01-17 | 18 | -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 needed | Marcus Boerger | 2004-01-17 | 3 | -71/+0 | |
| | ||||||
* | No external xml files | Marcus Boerger | 2004-01-17 | 3 | -4/+72 | |
| | ||||||
* | Don't use external xml files | Marcus Boerger | 2004-01-17 | 2 | -20/+19 | |
| | ||||||
* | remove the parser errors here, so they accurately reflect what should happen. | Sterling Hughes | 2004-01-17 | 3 | -5/+12 | |
| | ||||||
* | Fix parameter list and protos | Marcus Boerger | 2004-01-17 | 1 | -4/+4 | |
| | ||||||
* | Add test for inherited simplexml classes | Marcus Boerger | 2004-01-17 | 1 | -0/+47 | |
| | ||||||
* | Make inherited sxe classes work | Marcus Boerger | 2004-01-17 | 1 | -9/+42 | |
| | ||||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 | |
| | ||||||
* | update the profile of how namespaces should work after discussions with | Sterling Hughes | 2004-01-16 | 6 | -10/+10 | |
| | | | | | | | | shane and rob richards. there were a lot of race conditions with regards to the way namespaces have been handled in XML documents so far, this new method removes the race conditions, and gives me a real reason to add the children() and attributes() methods. | |||||
* | Add a "profile" of simplexml's expected behaviour in the form of tests. | Sterling Hughes | 2004-01-16 | 11 | -0/+227 | |
| | | | | | | This will be expanded as issues arise and will be a formal definition (in code) of simplexml's behaviour. | |||||
* | Drop userspace iteration correctly. | Marcus Boerger | 2004-01-15 | 1 | -20/+2 | |
| | | | | | # People if you do such things then please fix the class tree. | |||||
* | This is no longer usefull in any way. | Marcus Boerger | 2004-01-14 | 2 | -83/+0 | |
| | ||||||
* | test user define namespace aliases | Rob Richards | 2004-01-14 | 1 | -9/+17 | |
| |