rrichards Sat Jun 14 11:21:47 2008 UTC
Added files:
/php-src/ext/dom/tests bug45251.phpt
Modified files:
/php-src/ext/domelement.c
Log:
fixed bug #45251 (double free or corruption with setAttributeNode())
add test
http:/
rrichards Thu Apr 17 20:19:53 2008 UTC
Added files:
/php-src/ext/dom/tests bug44648.phpt
Modified files:
/php-src/ext/domelement.c
Log:
fix bug #44648 (Attribute names not checked for wellformedness)
fix some warnings
ht
rrichards Fri May 4 19:32:19 2007 UTC
Modified files:
/php-src/ext/domelement.c node.c
/php-src/ext/dom/tests bug41257.phpt
Log:
MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)
fix related issue in isDefaultNamespace
add
rrichards Thu Sep 28 10:11:20 2006 UTC
Modified files:
/php-src/ext/domelement.c
Log:
fix some compiler warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/element.c?r1=1.50&r2=1.51&diff_format=u
Index: php-src/ext/dom/element.c
diff -u php-src/ext/
rrichards Wed Sep 27 10:32:11 2006 UTC
Modified files:
/php-src/ext/domelement.c
/php-src/ext/dom/tests bug38949.phpt nsdoc.xml
Log:
MFB: fix bug #38949 (Cannot get xmlns value attribute)
add test
http://cvs.php.net/viewvc.cgi/php-src/ext/d
rrichards Fri Sep 22 10:13:27 2006 UTC
Added files:
/php-src/ext/dom/tests domelement.phpt
Modified files:
/php-src/ext/domelement.c nodelist.c php_dom.c
Log:
mark functionality unicode safe
add test
http://cvs.php.net/vi
tony2001Fri Sep 15 07:43:59 2006 UTC
Modified files:
/php-src/ext/domelement.c
Log:
free node pointer using correct function
fixes leak in ext/dom/tests/dom_create_element.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/element.c?r1=1.47&r2=1
rrichards Mon Aug 28 23:37:23 2006 UTC
Modified files:
/php-src/ext/domelement.c
/php-src/ext/dom/tests bug38474.phpt
Log:
MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
add test
http://cvs.php.net/viewvc.cgi/p
iliaa Tue Jun 13 20:20:04 2006 UTC
Modified files:
/php-src/ext/domelement.c
Log:
MFB: Removed unused variables.
http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/element.c?r1=1.44&r2=1.45&diff_format=u
Index: php-src/ext/dom/element.c
diff -u php-src/ext/dom
rrichards Fri Jun 2 16:15:58 2006 UTC
Modified files:
/php-src/ext/domelement.c
Log:
idness not valid for attribute declarations
http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/element.c?r1=1.43&r2=1.44&diff_format=u
Index: php-src/ext/dom/element.c
d
rrichards Thu Oct 27 19:49:38 2005 EDT
Added files:
/php-src/ext/dom/tests dom_set_attr_node.phpt
Modified files:
/php-src/ext/domelement.c
Log:
fix crash setting attr from foreign doc (throws exception)
add test
http://
rrichards Sun Aug 28 12:22:03 2005 EDT
Added files:
/php-src/ext/dom/tests bug34276.phpt
Modified files:
/php-src/ext/domelement.c
Log:
Fixed bug #34276 (setAttributeNS doesn't work with default namespace)
Add test
http:
rrichards Thu Jul 7 06:36:09 2005 EDT
Modified files:
/php-src/ext/domelement.c
Log:
Allow NULL namespaceURI for getAttributeNodeNS
http://cvs.php.net/diff.php/php-src/ext/dom/element.c?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/dom/element.c
diff -u php
rrichards Fri May 20 11:01:38 2005 EDT
Modified files:
/php-src/ext/domelement.c node.c
Log:
- correct fix for bug #33059
- fix issue in other methods
http://cvs.php.net/diff.php/php-src/ext/dom/element.c?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/dom/e
Rob Richards wrote:
Can you revert this? Working on a fix, but need to apply it in a few
more places, but taking a bit as I had a computer meltdown.
First time I ever saw an error message saying things are screwed, please
reinstall operating system :)
According to valgrind there is no leak throug
With your change, the leak will occur when removing specified attributes
which are not referenced by a PHP object, not defaulted ones.
Yup, positive
Rob
Ilia Alshanetsky wrote:
Rob Richards wrote:
Can you revert this? Working on a fix, but need to apply it in a few
more places, but taking a bit
Can you revert this? Working on a fix, but need to apply it in a few
more places, but taking a bit as I had a computer meltdown.
First time I ever saw an error message saying things are screwed, please
reinstall operating system :)
By not freeing that node there it would leak and this special at
iliaa Thu May 19 09:47:22 2005 EDT
Modified files:
/php-src/ext/domelement.c
Log:
Fixed bug #33059 (crash when moving xml attribute set in dtd).
http://cvs.php.net/diff.php/php-src/ext/dom/element.c?r1=1.32&r2=1.33&ty=u
Index: php-src/ext/dom/element.c
rrichards Sun Feb 22 08:05:50 2004 EDT
Modified files:
/php-src/ext/domelement.c
Log:
add optional third parameter to support namespace in constructor
http://cvs.php.net/diff.php/php-src/ext/dom/element.c?r1=1.25&r2=1.26&ty=u
Index: php-src/ext/dom/ele
rrichards Sun Feb 15 09:05:18 2004 EDT
Modified files:
/php-src/ext/domnode.c element.c
Log:
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property w
chregu Fri Nov 28 16:56:00 2003 EDT
Modified files:
/php-src/ext/domelement.c php_dom.c php_dom.h xml_common.h
Log:
changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it
(by Rob Richards)
Index: php-src/ext/dom/element.c
diff -u
shane Sun Oct 5 17:49:48 2003 EDT
Modified files:
/php-src/ext/domelement.c
Log:
fix crash accessing tagName without namespace
Index: php-src/ext/dom/element.c
diff -u php-src/ext/dom/element.c:1.15 php-src/ext/dom/element.c:1.16
--- php-src/ext/dom/el
rrichards Tue Jul 8 13:00:49 2003 EDT
Modified files:
/php-src/ext/domelement.c
Log:
fix getElementsByTagName
Index: php-src/ext/dom/element.c
diff -u php-src/ext/dom/element.c:1.6 php-src/ext/dom/element.c:1.7
--- php-src/ext/dom/element.c:1.6
23 matches
Mail list logo