#
ee656c4b |
| 05-Aug-2004 |
Ilia Alshanetsky |
php_error() -> php_error_docref() |
#
58f9ed3a |
| 04-Aug-2004 |
Antony Dovgal |
nuke unused variable |
#
84e6f8f0 |
| 04-Aug-2004 |
Zeev Suraski |
Fix prototypes |
#
0936bfa4 |
| 25-Jul-2004 |
Christian Stocker |
renamed registerNamespace() to registerXPathNamespace() |
#
0b244def |
| 25-Jul-2004 |
Christian Stocker |
added new method SimpleXMLElement->registerNamespace(string prefix, string uri) "registers a prefix <-> namespaceURI combination for use in a later xpath query. " |
Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
263723ec |
| 04-May-2004 |
Wez Furlong |
Update for count_elements handler for overloaded objects. |
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
b6321d4e |
| 29-Mar-2004 |
Marcus Boerger |
Fix class names |
#
f8ff2ccf |
| 28-Mar-2004 |
Marcus Boerger |
Fix writing of SQLite and SimpleXMl extension and add Rob to the credits line of the latter. Add ext/SPL. |
Revision tags: php-4.3.5 |
|
#
b9c04fe1 |
| 24-Mar-2004 |
George Schlossnagle |
fixed non-existent elements check ref: http://news.php.net/article.php?group=php.internals&article=8660 |
#
5b0f6b1f |
| 21-Mar-2004 |
Stanislav Malyshev |
Update for new read_property API |
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2 |
|
#
f66c62ce |
| 16-Mar-2004 |
Derick Rethans |
- Fixed compilation on the 'broken' IRIX native compiler. |
Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
6b0f57ee |
| 08-Mar-2004 |
Marcus Boerger |
Rename hasMore() to valid() as discussed. (Part II) |
#
76ee5707 |
| 01-Mar-2004 |
Rob Richards |
Fix bug #27436 dom_import_simplexml innaccurate extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions |
Revision tags: php-4.3.5RC3 |
|
#
16136dfe |
| 13-Feb-2004 |
Rob Richards |
Fix bug #27237: Working with simplexml crashes apache2 object dtor must be used to cleanup iterator data correctly Fix asXML() outputing incorrect node |
#
cd4a39ed |
| 12-Feb-2004 |
Derick Rethans |
- Fixed start-up problem if both SPL and SimpleXML were enabled. The double initialization of apache 1.3 was causing problems here. |
Revision tags: php-5.0.0b4 |
|
#
30171a75 |
| 12-Feb-2004 |
Zeev Suraski |
zend_default_classes.h -> zend_exceptions.h |
Revision tags: php-5.0.0b4RC1 |
|
#
c8c0e979 |
| 11-Feb-2004 |
Zeev Suraski |
Prevent SimpleXML from silently modifying types of variables that are assigned to its objects. Implementation notes for overloaded object modules: - If you return a zval which i
Prevent SimpleXML from silently modifying types of variables that are 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!
show more ...
|
#
6e4a4e8a |
| 11-Feb-2004 |
Rob Richards |
Fix compiler warnings Update tests |
#
e8e9b2af |
| 10-Feb-2004 |
Zeev Suraski |
Implement get callback for SimpleXML (it now supports pre/post increment as well as binary-assign-ops) |
#
2a9e1294 |
| 08-Feb-2004 |
Zeev Suraski |
Update to new API |
#
8424be84 |
| 04-Feb-2004 |
Zeev Suraski |
- Update with new destructor code |
Revision tags: php-4.3.5RC2 |
|
#
7ad385b1 |
| 02-Feb-2004 |
foobar |
CS fix (functions should not be available if they are not available :) |
Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
bc2521b6 |
| 22-Jan-2004 |
Rob Richards |
Fix bug #27010: segfault after returning nodes with children() Fix segfault in match_ns when matching prefix and node without ns some general cleanup and code consilidation better write h
Fix bug #27010: segfault after returning nodes with children() 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
show more ...
|
#
a4c2f317 |
| 21-Jan-2004 |
Rob Richards |
Fix namespace regression bug Read attributes correctly Update sxe_prop_dim_exists logic Update profile |
#
500fa86c |
| 21-Jan-2004 |
Rob Richards |
Fix Bug #26976 (Can not access array elements using array indices) return index 0 as non iterable object update test |