History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 176 – 200 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 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.


12345678910>>...13