#
bdd3b13c |
| 21-Jan-2004 |
foobar |
Goto targets should not be indented (some compilers choke on this, iirc) |
#
bd306c8b |
| 20-Jan-2004 |
Sterling Hughes |
- |
#
0d6fcd02 |
| 19-Jan-2004 |
Frank M. Kromann |
Fix compilation of simplexml when spl is build as shared object |
#
b0620b27 |
| 18-Jan-2004 |
Marcus Boerger |
Rename header to prevent name clashes with external files |
#
517c5f5f |
| 18-Jan-2004 |
Marcus Boerger |
Necessary as long as SPL is shared/dll |
#
913f5ce8 |
| 18-Jan-2004 |
Marcus Boerger |
Fix Warning |
#
8f4e9d9e |
| 18-Jan-2004 |
Marcus Boerger |
Enable inherited classes inside SPL and respect order of module init. |
#
9d5ef007 |
| 18-Jan-2004 |
Marcus Boerger |
Export access to class_entry by function. |
#
cb7e9011 |
| 17-Jan-2004 |
Sterling Hughes |
namespace accesses are now soley URI based as opposed to prefix based. |
#
9e29f174 |
| 17-Jan-2004 |
Marcus Boerger |
Major bugfix for consistency. # After long discussions we came to a conclusion on how to make this # extension consistent in itself. # Thanks to Rob for all the work |
#
665a834a |
| 17-Jan-2004 |
Marcus Boerger |
Fix parameter list and protos |
#
9df72efb |
| 17-Jan-2004 |
Marcus Boerger |
Make inherited sxe classes work |
#
43b0a9e9 |
| 15-Jan-2004 |
Marcus Boerger |
Drop userspace iteration correctly. # People if you do such things then please fix the class tree. |
#
6915f5a2 |
| 14-Jan-2004 |
Marcus Boerger |
This is no longer usefull in any way. |
#
8a40a946 |
| 14-Jan-2004 |
Rob Richards |
test user define namespace aliases |
#
ad47abf0 |
| 13-Jan-2004 |
Rob Richards |
add support for $foo["a:bar"] fix xsearch to only return values for text,element and attribute nodes fix getChildren and return array remove most methods update test |
Revision tags: php-4.3.5RC1 |
|
#
fffdd968 |
| 10-Jan-2004 |
Marcus Boerger |
- Cleanup class_entry - allow derived classes - fix new SimpleXML_Element() |
#
5ca7c382 |
| 09-Jan-2004 |
Sterling Hughes |
Remove these initializers as they are unused. |
#
406c2156 |
| 08-Jan-2004 |
Sterling Hughes |
Fix dumping, when dumping a text element, for example: <?php $doc = simplexml_load_string('<?xml version="1.0"?> <namelist> <name> <first>helly</first> </name> <
Fix dumping, when dumping a text element, for example: <?php $doc = simplexml_load_string('<?xml version="1.0"?> <namelist> <name> <first>helly</first> </name> <name> <first>sterling</first> </name> </namelist>'); var_dump($doc->name[0]->first); Used to not display the node's content, now it does.
show more ...
|
#
526c6bd0 |
| 08-Jan-2004 |
Marcus Boerger |
Fix windows build issue |
#
fb38ee26 |
| 08-Jan-2004 |
Marcus Boerger |
Cannot use shared SPL |
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2 |
|
#
eb973da1 |
| 18-Dec-2003 |
Dmitry Stogov |
two new methods were added $node->count($subnode_name) - returns count of subnodes with specified name $node->attributes() - returns array of attributes |
Revision tags: php-5.0.0b3RC1 |
|
#
4fd476ee |
| 17-Dec-2003 |
Dmitry Stogov |
accessing singular subnode as array |
#
094861db |
| 17-Dec-2003 |
Rob Richards |
free nodes correctly to clear node proxies |