[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests bug45251.phpt

2008-06-14 Thread Rob Richards
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:/

[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests bug44648.phpt

2008-04-17 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c node.c /ext/dom/tests bug41257.phpt

2007-05-04 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2006-09-28 Thread Rob Richards
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/

[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests bug38949.phpt nsdoc.xml

2006-09-27 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c nodelist.c php_dom.c /ext/dom/tests domelement.phpt

2006-09-22 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2006-09-15 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests bug38474.phpt

2006-08-28 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2006-06-13 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2006-06-02 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests dom_set_attr_node.phpt

2005-10-27 Thread Rob Richards
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://

[PHP-CVS] cvs: php-src /ext/dom element.c /ext/dom/tests bug34276.phpt

2005-08-28 Thread Rob Richards
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:

[PHP-CVS] cvs: php-src /ext/dom element.c

2005-07-07 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c node.c

2005-05-20 Thread Rob Richards
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

Re: [PHP-CVS] cvs: php-src /ext/dom element.c

2005-05-19 Thread Ilia Alshanetsky
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

Re: [PHP-CVS] cvs: php-src /ext/dom element.c

2005-05-19 Thread Rob Richards
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

Re: [PHP-CVS] cvs: php-src /ext/dom element.c

2005-05-19 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2005-05-19 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2004-02-22 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c node.c

2004-02-15 Thread Rob Richards
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

[PHP-CVS] cvs: php-src /ext/dom element.c php_dom.c php_dom.h xml_common.h

2003-11-28 Thread Christian Stocker
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2003-10-05 Thread Shane Caraveo
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

[PHP-CVS] cvs: php-src /ext/dom element.c

2003-07-08 Thread Rob Richards
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