Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: remove cloning under ze1_compatibility_mode | Rob Richards | 2004-08-30 | 1 | -0/+41 |
| | | | | | - minor BC break but doesnt work right under compat mode anyways | ||||
* | MFH ZTS Fix | Sara Golemon | 2004-08-06 | 1 | -2/+2 |
| | |||||
* | MFH: php_error() -> php_error_docref() | Ilia Alshanetsky | 2004-08-05 | 2 | -7/+7 |
| | |||||
* | Fix prototypes | Zeev Suraski | 2004-08-04 | 1 | -8/+13 |
| | |||||
* | Update for count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -1/+2 |
| | |||||
* | Fix class names | Marcus Boerger | 2004-03-29 | 14 | -68/+68 |
| | |||||
* | Fix writing of SQLite and SimpleXMl extension and add Rob to the credits | Marcus Boerger | 2004-03-28 | 2 | -2/+2 |
| | | | | | line of the latter. Add ext/SPL. | ||||
* | added test for property_exists checks. | George Schlossnagle | 2004-03-24 | 1 | -0/+25 |
| | |||||
* | fixed non-existent elements check | George Schlossnagle | 2004-03-24 | 1 | -1/+17 |
| | | | | | ref: http://news.php.net/article.php?group=php.internals&article=8660 | ||||
* | Update for new read_property API | Stanislav Malyshev | 2004-03-21 | 1 | -2/+2 |
| | |||||
* | - Fixed compilation on the 'broken' IRIX native compiler. | Derick Rethans | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| |