Antony Dovgal
2c31b1e194
fix #40451 (addAttribute() may crash when used with non-existent child node)
2007-02-12 21:06:29 +00:00
Dmitry Stogov
7c750656f1
Fixed tests
2007-01-10 16:00:31 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Rob Richards
604f18c20d
fix bug #39760 (cloning fails on nested SimpleXML-Object)
...
add test
2006-12-30 15:41:17 +00:00
Rob Richards
4991dba418
fix tests
2006-12-08 17:55:58 +00:00
Antony Dovgal
4cc29fef5c
MFH
2006-11-29 22:53:26 +00:00
Rob Richards
d5d1801df7
correct fix for bug #39662 to fix leak and tree corruption
...
fix test
2006-11-29 08:51:36 +00:00
Antony Dovgal
d55eb93c94
MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
2006-11-28 18:59:53 +00:00
Antony Dovgal
20fc2d4274
improve SKIPIF condition
2006-10-09 13:20:46 +00:00
Nuno Lopes
b772a83282
fix one more parameter (int*->int)
2006-09-06 15:31:48 +00:00
Rob Richards
a0c941aad1
fix bug #38424 (Different attribute assignment if new or existing)
...
add test
2006-08-14 11:57:50 +00:00
Rob Richards
ee82fb781a
should be RETURN_ not RETVAL_
2006-08-07 10:15:12 +00:00
Rob Richards
65ae8773b5
asXML() needs to return bool when serializing doc and filename is passed in
...
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings
2006-08-07 10:09:52 +00:00
Antony Dovgal
b9b1984646
fix test
2006-08-06 20:17:51 +00:00
Antony Dovgal
1a58ec5156
add test
2006-08-06 20:10:19 +00:00
Christian Stocker
42982ac3a1
Fix #38354 (Unwanted reformatting of XML when using AsXML)
2006-08-06 19:38:45 +00:00
Antony Dovgal
07b5c8fe2a
MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
2006-08-06 17:41:51 +00:00
Antony Dovgal
218aa04f79
avoid extra strlen() call
2006-08-06 13:27:46 +00:00
Antony Dovgal
00bc797b68
fix test
2006-08-04 08:11:47 +00:00
Hannes Magnusson
aaa1d62614
MFH: fix/add SKIPIF
2006-06-27 00:09:43 +00:00
Hannes Magnusson
ae1ec65637
Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML()
2006-06-26 13:41:52 +00:00
Antony Dovgal
8df36aaf32
fix test
2006-06-20 13:06:50 +00:00
Rob Richards
d6a526d66b
restore missing ze1 compat code
2006-06-06 12:05:30 +00:00
Zeev Suraski
66b90c7052
Final ze1_compat restoration - it was mostly done by hand, so if anybody
...
spots any (new) problems, let me know. Test wise, the same tests that
failed before are failing now.
2006-06-05 16:53:21 +00:00
Marcus Boerger
200c627aeb
- MFH Sync with head (namespace prefix handling)
2006-05-23 22:24:44 +00:00
Marcus Boerger
64701cf42b
- MFH Bugfix #37565
2006-05-23 21:58:44 +00:00
Marcus Boerger
09b741ff47
- MFH Proto fix/add
2006-05-17 00:07:28 +00:00
Marcus Boerger
0dacd6d5c0
- ze1 cleanup (bjori) /thx
2006-05-10 19:41:34 +00:00
Marcus Boerger
77c1b56cd7
- Update after api changes
2006-05-10 00:00:13 +00:00
Marcus Boerger
011266f7e1
- MFH Fix properties access to children() result
2006-04-14 15:19:45 +00:00
Marcus Boerger
45b64e7a99
- Coverity issue 59
2006-04-10 23:23:09 +00:00
Antony Dovgal
0f510a6a95
#ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3
...
(as was agreed with Ilia)
2006-04-03 14:59:30 +00:00
Antony Dovgal
59b8592c8c
fix bug #36898 (__set() leaks in classes extending internal ones)
...
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
2006-03-29 14:28:43 +00:00
Antony Dovgal
bf3a7e12e1
add new tests
2006-03-24 12:08:53 +00:00
Rob Richards
8dffbf217d
- Synch with head
2006-03-07 15:22:48 +00:00
Antony Dovgal
e43a77d84c
add test
2006-03-05 16:12:48 +00:00
Antony Dovgal
a9080d38f4
fix #36611 (assignment to SimpleXML object attribute changes argument type to string)
2006-03-05 15:36:03 +00:00
Rob Richards
84ad62553d
nuke tests for libxml2 version - will always be > 2.6.0
2006-03-01 15:37:45 +00:00
Marcus Boerger
c5d70528d7
- MFH Fix count/foreach interaction
2006-02-27 13:38:03 +00:00
Marcus Boerger
44d4ba478f
- Cleanup
2006-02-27 11:55:18 +00:00
Dmitry Stogov
cde6f6e0cc
Fixed memory leak
2006-02-27 07:12:14 +00:00
Marcus Boerger
4d442447f1
- Synch with head
2006-02-26 23:14:45 +00:00
Antony Dovgal
c353a52a11
initialize variables
2006-02-06 10:52:34 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Marcus Boerger
9a6a266b16
- MFH Fixed Bug #35785 (SimpleXML memory read error)
2005-12-23 20:32:15 +00:00
Marcus Boerger
ad61a18a2e
- MFH Add new test
2005-12-23 20:26:41 +00:00
Antony Dovgal
c92ae847c7
add missing skipif conditions
...
fix existing ones
2005-12-21 11:42:06 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
Marcus Boerger
40a3cdd97b
- MFH
...
. Fix memleaks
. Add tests
. Add functions: getNamespaces(), getDocNamespaces()
. Fixed var_dump()
. Fixed bugs: #35028 XML object fails FALSE test
# This plan was decided before 5.1.0 came out with ilia and checked again
# just now. The extension currently shows no more memleaks or errors using
# the test suite.
2005-11-29 02:51:07 +00:00
Marcus Boerger
cfeb12ccf5
- MFH Fix parameter parsing
2005-11-20 13:05:15 +00:00