summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* simplexml property modification works nowSterling Hughes2003-05-211-1/+0
* - Commit broken support for sxe_properties_getDerick Rethans2003-05-201-1/+31
* - Implement two dummy handlers so that var_dump() doesn't crash on it.Derick Rethans2003-05-201-2/+22
* - Add Revision to MINFO (I was chasing ghosts ;)Derick Rethans2003-05-201-0/+1
* data corruption is for sissy boysSterling Hughes2003-05-201-1/+1
* use the appropriate accessorSterling Hughes2003-05-191-1/+1
* fix attribute handling on the root nodeSterling Hughes2003-05-191-8/+41
* add the ability to serialize the contents back to a fileSterling Hughes2003-05-191-0/+21
* basic support for modifying XML documentsSterling Hughes2003-05-191-9/+45
* add some macros that simplify the loopsSterling Hughes2003-05-191-28/+38
* attribute supportSterling Hughes2003-05-181-2/+44
* properly detect blank nodesSterling Hughes2003-05-181-1/+1
* make arrays of subnodes work (hacky)Sterling Hughes2003-05-181-24/+42
* add very basic code for the simplexml extension. The following works ::Sterling Hughes2003-05-181-0/+371