Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Rob Richards
Hi Marcus, I think it would be better to speficy namespace URI rather than prefix. Prefix can be anything, so unless you know what was used, you need to use the new namespace methods (which are primarily debug functions). It is more common to known the URI than prefix. I havent tried the cha

[PHP-CVS] cvs: php-src /ext/dom/tests bug37277.phpt

2006-05-03 Thread Rob Richards
rrichards Wed May 3 08:41:33 2006 UTC Added files: /php-src/ext/dom/tests bug37277.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/tests/bug37277.phpt?view=markup&rev=1.1 Index: php-src/ext/dom/tests/bug37277.phpt +++ php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-05-03 Thread Rob Richards
rrichards Wed May 3 08:44:32 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: BFN re-order news http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.541&r2=1.2027.2.542&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54

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

2006-05-03 Thread Rob Richards
rrichards Wed May 3 08:40:52 2006 UTC Modified files: /php-src/ext/domphp_dom.c attr.c element.c Log: Fix bug #37277 (cloning Dom Documents or Nodes does not work) Proper fix for bug #36859 http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/php_dom.c?r1

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/dom attr.c element.c php_dom.c /ext/dom/tests bug37277.phpt

2006-05-03 Thread Rob Richards
rrichards Wed May 3 08:43:04 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/dom/tests bug37277.phpt Modified files: /php-src/ext/domattr.c element.c php_dom.c Log: Fix bug #37277 (cloning Dom Documents or Nodes does not

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c php_xmlreader.h

2006-05-10 Thread Rob Richards
rrichards Wed May 10 11:58:57 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h Log: - revert back to using internal buffer origional string may be modified during parse causing possible crash http://cvs.php.net/viewc

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlreader php_xmlreader.c php_xmlreader.h /ext/xmlreader/tests 013.phpt 013.xsd

2006-05-10 Thread Rob Richards
rrichards Wed May 10 12:04:47 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xmlreader/tests013.phpt 013.xsd Modified files: /php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h Log: Synch with HEAD add readInn

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/com_dotnet com_extension.c com_handlers.c com_iterator.c com_saproxy.c php_com_dotnet_internal.h

2006-05-10 Thread Rob Richards
rrichards Wed May 10 14:39:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_extension.c com_handlers.c com_iterator.c com_saproxy.c php_com_dotnet_internal.h Log: -

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c

2006-05-10 Thread Rob Richards
rrichards Wed May 10 19:34:47 2006 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: fix compiler warnings http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/xmlwriter/ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter php_xmlwriter.c php_xmlwriter.h

2006-05-10 Thread Rob Richards
rrichards Wed May 10 19:38:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter php_xmlwriter.c php_xmlwriter.h Log: Synch with HEAD http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.20.2.12.2.1&r2=1.20.2.12.2.2&d

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c

2006-05-12 Thread Rob Richards
rrichards Fri May 12 18:52:11 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: add doXInclude property to allow processor to perform XIncludes http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.44&r2=1.45&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl xsltprocessor.c

2006-05-12 Thread Rob Richards
rrichards Fri May 12 18:53:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH: add doXInclude property to allow processor to perform XIncludes http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2

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

2006-05-17 Thread Rob Richards
rrichards Wed May 17 16:32:04 2006 UTC Modified files: /php-src/ext/domphp_dom.c Log: Fix bug #37456 (DOMElement->setAttribute() loops forever) http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/php_dom.c?r1=1.94&r2=1.95&diff_format=u Index: php-src/ext/do

[PHP-CVS] cvs: php-src /ext/dom/tests bug37456.phpt dom.ent dom.xml

2006-05-17 Thread Rob Richards
rrichards Wed May 17 16:32:35 2006 UTC Added files: /php-src/ext/dom/tests bug37456.phpt dom.xml dom.ent Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/tests/bug37456.phpt?view=markup&rev=1.1 Index: php-src/ext/dom/tests/bug37456.php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom dom_iterators.c php_dom.c

2006-05-17 Thread Rob Richards
rrichards Wed May 17 16:35:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c dom_iterators.c Log: Synch from HEAD - Fix bug #37456 (DOMElement->setAttribute() loops forever) - update iterators for engine change merged from HEAD

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom/tests bug37456.phpt dom.ent dom.xml

2006-05-17 Thread Rob Richards
rrichards Wed May 17 16:36:21 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug37456.phpt dom.xml dom.ent Log: add tests http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/tests/bug37456.phpt?view=markup&rev=1.1 Index: php-src/ext/dom/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-05-17 Thread Rob Richards
rrichards Wed May 17 16:37:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.30&r2=1.2027.2.547.2.31&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.30

[PHP-CVS] cvs: php-src /ext/dom/tests regsiter_node_class.phpt

2006-05-22 Thread Rob Richards
rrichards Mon May 22 17:05:38 2006 UTC Added files: /php-src/ext/dom/tests regsiter_node_class.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/tests/regsiter_node_class.phpt?view=markup&rev=1.1 Index: php-src/ext/dom/tests/regsit

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml libxml.c php_libxml.h

2006-05-22 Thread Rob Richards
rrichards Mon May 22 17:09:05 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml libxml.c php_libxml.h Log: MFH: move document property struct from xml_common.h http://cvs.php.net/viewcvs.cgi/php-src/ext/libxml/libxml.c?r1=1.32.2.7&r2=1.32.2.7.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom attr.c document.c dom_fe.h php_dom.c php_dom.h xml_common.h /ext/dom/tests regsiter_node_class.phpt

2006-05-22 Thread Rob Richards
rrichards Mon May 22 17:12:26 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests regsiter_node_class.phpt Modified files: /php-src/ext/domattr.c document.c dom_fe.h php_dom.c php_dom.h xml_commo

[PHP-CVS] cvs: php-src /ext/dom dom_fe.h node.c /ext/dom/tests canonicalization.phpt

2006-05-26 Thread Rob Richards
rrichards Fri May 26 18:22:06 2006 UTC Added files: /php-src/ext/dom/tests canonicalization.phpt Modified files: /php-src/ext/domdom_fe.h node.c Log: add C14N() and C14NFile() methods to perform XML canonicalization add tes

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom dom_fe.h node.c /ext/dom/tests canonicalization.phpt

2006-05-26 Thread Rob Richards
rrichards Fri May 26 18:23:50 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests canonicalization.phpt Modified files: /php-src/ext/domdom_fe.h node.c Log: MFH: add C14N() and C14NFile() methods to perform XML cano

[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(PHP_5_2) /ext/dom element.c

2006-06-02 Thread Rob Richards
rrichards Fri Jun 2 16:17:25 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domelement.c Log: MFH: add setIdAttribute, setIdAttributeNS and setIdAttributeNode functionality http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/element.c?r1=1.36.2.4&r

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c

2006-06-06 Thread Rob Richards
rrichards Tue Jun 6 12:05:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: restore missing ze1 compat code http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.6&r2=1.151.2.22.2.7&diff_f

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom php_dom.c

2006-06-06 Thread Rob Richards
rrichards Tue Jun 6 12:08:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c Log: nuke unused call http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.5&r2=1.73.2.12.2.6&diff_format=u Index: php-src/ext/dom/php_

Re: [PHP-CVS] cvs: php-src /ext/soap php_encoding.c

2006-06-15 Thread Rob Richards
Just to clarify that. xmlNewTextLen will contain the raw text and those 3 characters are escaped during serialization. xmlNodeSetContentLen, on the other hand, since it was being called from the scope of an element, was building a subtree of text and entity nodes. With large amounts of data (c

[PHP-CVS] cvs: php-src /ext/libxml php_libxml.h

2006-07-19 Thread Rob Richards
rrichards Wed Jul 19 18:28:30 2006 UTC Modified files: /php-src/ext/libxml php_libxml.h Log: add unicode compatible macros for returning strings from xml based extensions http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml.h?r1=1.19&r2=1.20&diff_fo

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c /ext/xmlreader/tests 012.phpt 013.phpt

2006-07-19 Thread Rob Richards
rrichards Wed Jul 19 18:32:19 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c /php-src/ext/xmlreader/tests012.phpt 013.phpt Log: unicode support update tests http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlread

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c

2006-07-20 Thread Rob Richards
rrichards Thu Jul 20 22:40:44 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: tsrmls fix http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.190&r2=1.191&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-07-20 Thread Rob Richards
rrichards Fri Jul 21 00:57:14 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: unicode support for handling filenames http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.34&r2=1.35&diff_format=u Index: php-src/

Re: [PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-07-20 Thread Rob Richards
G? -Andrei On Jul 20, 2006, at 5:57 PM, Rob Richards wrote: +if (type == XMLREADER_LOAD_FILE) { +if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "t!", &source, &source_len, &source_type) == FAILURE) { +return; +} +} else { +

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-07-20 Thread Rob Richards
rrichards Fri Jul 21 02:09:29 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: return EMPTY_TEXT here http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.35&r2=1.36&diff_format=u Index: php-src/ext/xmlreader/ph

[PHP-CVS] cvs: php-src / run-tests.php

2006-07-22 Thread Rob Richards
rrichards Sat Jul 22 13:12:20 2006 UTC Modified files: /php-srcrun-tests.php Log: force unicode off in native mode (-N switch) swap usage of single and double quotes for win32 compat http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.297&r2=1.2

[PHP-CVS] cvs: php-src /win32/build Makefile

2006-07-22 Thread Rob Richards
rrichards Sat Jul 22 13:13:18 2006 UTC Modified files: /php-src/win32/buildMakefile Log: enable native and unicode tests add ntest and utest build targets http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.37&r2=1.38&diff_format=u In

[PHP-CVS] cvs: php-src /ext/json config.w32

2006-07-22 Thread Rob Richards
rrichards Sat Jul 22 15:32:17 2006 UTC Modified files: /php-src/ext/json config.w32 Log: enable by default http://cvs.php.net/viewvc.cgi/php-src/ext/json/config.w32?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/json/config.w32 diff -u php-src/ext/json/c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/json config.w32

2006-07-22 Thread Rob Richards
rrichards Sat Jul 22 15:33:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json config.w32 Log: MFH: enable by default http://cvs.php.net/viewvc.cgi/php-src/ext/json/config.w32?r1=1.2&r2=1.2.2.1&diff_format=u Index: php-src/ext/json/config.w32

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-07-24 Thread Rob Richards
rrichards Mon Jul 24 17:42:25 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: fix segfault http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.37&r2=1.38&diff_format=u Index: php-src/ext/xmlreader/php_xmlreade

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

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 13:40:12 2006 UTC Modified files: /php-src/ext/soap soap.c Log: fix compile http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.202&r2=1.203&diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.202 ph

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 18:10:02 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: updated to use new modifier to specify converter http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.38&r2=1.39&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c domimplementation.c element.c entity.c entityreference.c namednodemap.c node.c notation.c

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 18:11:28 2006 UTC Modified files: /php-src/ext/domattr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c domimplementation.c element.c entity.c entityreference.c

Re: [PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-08-04 Thread Rob Richards
Thanks. Had held off on that change (in dom too) because I couldn't decide whether or not to allow a user to be able to create a string based document using RT encoding (assuming encoding declaration also set correctly). Probably best to just make it strict as we had discussed, so I'll make th

[PHP-CVS] cvs: php-src /ext/xmlreader/tests 001.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

2006-08-05 Thread Rob Richards
rrichards Sat Aug 5 12:32:54 2006 UTC Modified files: /php-src/ext/xmlreader/tests001.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

[PHP-CVS] cvs: php-src /ext/dom/tests bug34276.phpt bug35342.phpt bug36756.phpt bug37277.phpt canonicalization.phpt dom002.phpt dom007.phpt dom_set_attr_node.phpt dom_test.inc

2006-08-05 Thread Rob Richards
rrichards Sat Aug 5 12:35:35 2006 UTC Modified files: /php-src/ext/dom/tests bug34276.phpt bug35342.phpt bug36756.phpt bug37277.phpt canonicalization.phpt dom002.phpt dom007.phpt

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

2006-08-05 Thread Rob Richards
rrichards Sat Aug 5 12:33:34 2006 UTC Modified files: /php-src/ext/domdocument.c Log: unicode changes http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.77&r2=1.78&diff_format=u Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/docu

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c

2006-08-07 Thread Rob Richards
rrichards Mon Aug 7 10:15:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: should be RETURN_ not RETVAL_ http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.12&r2=1.151.2.22.2.13&diff_fo

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml php_simplexml.h simplexml.c

2006-08-07 Thread Rob Richards
rrichards Mon Aug 7 10:09:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c php_simplexml.h Log: asXML() needs to return bool when serializing doc and filename is passed in do not copy the content of the outputbuffer twic

[PHP-CVS] cvs: php-src /ext/simplexml php_simplexml.h simplexml.c

2006-08-07 Thread Rob Richards
rrichards Mon Aug 7 10:11:04 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c php_simplexml.h Log: MFB: asXML() needs to return bool when serializing doc and filename is passed in do not copy the content of the outputbuffer twice in asXML(

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 009b.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 0

2006-08-08 Thread Rob Richards
rrichards Tue Aug 8 20:52:46 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt

[PHP-CVS] cvs: php-src /ext/libxml php_libxml.h

2006-08-08 Thread Rob Richards
rrichards Tue Aug 8 20:42:38 2006 UTC Modified files: /php-src/ext/libxml php_libxml.h Log: additional unicode/xml macros http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml.h?r1=1.20&r2=1.21&diff_format=u Index: php-src/ext/libxml/php_libxml.h di

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom php_dom.c

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:29:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c Log: fix underlying issue for bug #38438 http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.6&r2=1.73.2.12.2.7&diff_format=u Index: ph

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:29:49 2006 UTC Modified files: /php-src/ext/domphp_dom.c Log: MFB: fix underlying issue for bug #38438 http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.96&r2=1.97&diff_format=u Index: php-src/ext/dom/php_dom.c diff -

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c /ext/simplexml/tests bug38424.phpt

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:57:50 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38424.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #38424 (Different attribute assignment if new

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug38424.phpt

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:58:49 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug38424.phpt Log: MFB: fix bug #38424 (Different attribute assignment if new or existing) add test http://cvs.php.net

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:59:25 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN fix typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.198&r2=1.2027.2.547.2.199&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

[PHP-CVS] cvs: php-src /ext/xml xml.c /ext/xml/tests xml011.phpt

2006-08-15 Thread Rob Richards
rrichards Tue Aug 15 22:45:18 2006 UTC Added files: /php-src/ext/xml/tests xml011.phpt Modified files: /php-src/ext/xmlxml.c Log: fix bug #38454 (warning upon disabling handler via xml_set_element_handler) fix bug #38427 (u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xml xml.c /ext/xml/tests xml011.phpt

2006-08-15 Thread Rob Richards
rrichards Tue Aug 15 22:47:11 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xml/tests xml011.phpt Modified files: /php-src/ext/xmlxml.c Log: fix bug #38454 (warning upon disabling handler via xml_set_element_handler)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-08-15 Thread Rob Richards
rrichards Tue Aug 15 22:48:07 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.206&r2=1.2027.2.547.2.207&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c

2006-08-25 Thread Rob Richards
rrichards Fri Aug 25 18:56:04 2006 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: add unicode support http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.36&r2=1.37&diff_format=u Index: php-src/ext/xmlwriter/php_xm

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

2006-08-28 Thread Rob Richards
rrichards Mon Aug 28 19:31:51 2006 UTC Modified files: /php-src/ext/domdocument.c Log: implement output formatting for saveHTML with libxml 2.6.23+ http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.78&r2=1.79&diff_format=u Index: php-src/ex

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

2006-08-28 Thread Rob Richards
rrichards Mon Aug 28 23:36:23 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug38474.phpt Modified files: /php-src/ext/domelement.c Log: fix #38474 (getAttribute select attribute by order, even when prefixed)

[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(PHP_5_2) / NEWS

2006-08-28 Thread Rob Richards
rrichards Mon Aug 28 23:38:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.223&r2=1.2027.2.547.2.224&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

[PHP-CVS] cvs: php-src /ext/libxml php_libxml2.def

2006-09-06 Thread Rob Richards
rrichards Wed Sep 6 23:48:02 2006 UTC Modified files: /php-src/ext/libxml php_libxml2.def Log: update def file http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/libxml/php_libxml2.def diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml php_libxml2.def

2006-09-06 Thread Rob Richards
rrichards Wed Sep 6 23:49:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml php_libxml2.def Log: MFH: update def file (2.6.26) http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.4.2.1&r2=1.4.2.1.2.1&diff_format=u Index: p

[PHP-CVS] cvs: php-src /ext/libxml php_libxml2.def

2006-09-07 Thread Rob Richards
rrichards Thu Sep 7 11:24:22 2006 UTC Modified files: /php-src/ext/libxml php_libxml2.def Log: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.6&r2=1.7&diff_form

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml php_libxml2.def

2006-09-07 Thread Rob Richards
rrichards Thu Sep 7 11:25:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml php_libxml2.def Log: MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c /ext/xsl/tests bug33853.phpt xslt011.phpt

2006-09-07 Thread Rob Richards
rrichards Thu Sep 7 21:57:26 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c /php-src/ext/xsl/tests bug33853.phpt xslt011.phpt Log: add unicode support registered_phpfunctions hashtable still needs to be handled update tests htt

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c

2006-09-08 Thread Rob Richards
rrichards Fri Sep 8 13:04:29 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: fix prototypes http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.49&r2=1.50&diff_format=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-sr

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

2006-09-13 Thread Rob Richards
Antony Dovgal wrote: On 29.08.2006 03:36, Rob Richards wrote: rrichardsMon Aug 28 23:36:23 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/testsbug38474.phpt Modified files: /php-src/ext/domelement.c Log: fix #38474

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom entityreference.c

2006-09-14 Thread Rob Richards
rrichards Thu Sep 14 13:35:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domentityreference.c Log: fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/entityreferenc

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

2006-09-14 Thread Rob Richards
rrichards Thu Sep 14 13:35:49 2006 UTC Modified files: /php-src/ext/domentityreference.c Log: MFB: fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/entityreference.c?r1=1.16&

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-09-14 Thread Rob Richards
rrichards Thu Sep 14 13:37:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.249&r2=1.2027.2.547.2.250&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom entityreference.c

2006-09-14 Thread Rob Richards
Antony Dovgal wrote: On 14.09.2006 17:35, Rob Richards wrote: rrichardsThu Sep 14 13:35:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domentityreference.c Log: fix bug #38813 (DOMEntityReference->__construct crashes when called explici

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom characterdata.c node.c /ext/dom/tests bug38850.phpt

2006-09-16 Thread Rob Richards
rrichards Sat Sep 16 13:54:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug38850.phpt Modified files: /php-src/ext/domcharacterdata.c node.c Log: implement workaround for bug #38823 (DOMComment->appendData

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

2006-09-16 Thread Rob Richards
rrichards Sat Sep 16 13:56:25 2006 UTC Modified files: /php-src/ext/domcharacterdata.c node.c /php-src/ext/dom/tests bug38850.phpt Log: MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing) fix bug #38850 (lookupNamesp

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-09-16 Thread Rob Richards
rrichards Sat Sep 16 13:57:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.253&r2=1.2027.2.547.2.254&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/libxml/tests 002.phpt /ext/reflection/tests005.phpt

2006-09-20 Thread Rob Richards
Michael Wallner wrote: Derick Rethans wrote: On Tue, 19 Sep 2006, Antony Dovgal wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/002.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/libxml/tests/002.phpt diff -u php-src/ext/libxml/tests/002.phpt:1.2 php-src/ext/libxml/tests/002

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c xsltprocessor.c /ext/xsl/tests bug33853.phpt

2006-09-21 Thread Rob Richards
rrichards Thu Sep 21 10:31:36 2006 UTC Modified files: /php-src/ext/xslphp_xsl.c xsltprocessor.c /php-src/ext/xsl/tests bug33853.phpt Log: finish unicode updates update test http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/php_xsl.c?r1=1.38&r2

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c characterdata.c comment.c php_dom.c text.c /ext/dom/tests domattributes.phpt domchardata.phpt

2006-09-21 Thread Rob Richards
rrichards Thu Sep 21 11:53:58 2006 UTC Added files: /php-src/ext/dom/tests domattributes.phpt domchardata.phpt Modified files: /php-src/ext/domattr.c cdatasection.c characterdata.c comment.c php_dom.c text

[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(PHP_5_2) /ext/dom element.c /ext/dom/tests bug38949.phpt nsdoc.xml

2006-09-27 Thread Rob Richards
rrichards Wed Sep 27 10:31:24 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug38949.phpt nsdoc.xml Modified files: /php-src/ext/domelement.c Log: fix bug #38949 (Cannot get xmlns value attribute) add test

[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(PHP_5_2) / NEWS

2006-09-27 Thread Rob Richards
rrichards Wed Sep 27 10:32:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.267&r2=1.2027.2.547.2.268&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

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

2006-09-27 Thread Rob Richards
Adam Maccabee Trachtenberg wrote: Hello Rob -- Are you sure this is right? The xmlns prefix is supposed to be bound to http://www.w3.org/2000/xmlns/, so I would think you would need to use getAttributeNS() here. I did a little research on this as well as checked out a few other implementatio

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

2006-09-27 Thread Rob Richards
Antony Dovgal wrote: On 27.09.2006 14:31, Rob Richards wrote: attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); -if (attr != NULL && attr->type != XML_ATTRIBUTE_DECL) { +if (attr != NULL) { +switch (attr->type) { +case XML_

[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(PHP_5_2) /ext/dom element.c

2006-09-28 Thread Rob Richards
rrichards Thu Sep 28 10:11:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domelement.c Log: fix some compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/dom/element.c?r1=1.36.2.4.2.5&r2=1.36.2.4.2.6&diff_format=u Index: php-src/ext/d

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom php_dom.c

2006-10-04 Thread Rob Richards
rrichards Wed Oct 4 12:02:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c Log: fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.7&r2

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-10-04 Thread Rob Richards
rrichards Wed Oct 4 12:04:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.282&r2=1.2027.2.547.2.283&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.2

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

2006-10-05 Thread Rob Richards
rrichards Thu Oct 5 11:59:43 2006 UTC Added files: /php-src/ext/dom/tests domdocument.phpt Modified files: /php-src/ext/domdocument.c Log: mark functions unicode compliant add test http://cvs.php.net/viewvc.cgi/php-src/e

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

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:31:15 2009 UTC Added files: /php-src/ext/dom/tests bug47849.phpt Modified files: /php-src/ext/domdocument.c Log: fix bug #47849 (Non-deep import loses the namespace) add test http://cvs.php.net/vi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom document.c /ext/dom/tests bug47849.phpt

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:32:13 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug47849.phpt Modified files: /php-src/ext/domdocument.c Log: MFH: fix bug #47849 (Non-deep import loses the namespace) add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom document.c /ext/dom/tests bug47849.phpt

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:33:20 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug47849.phpt Modified files: /php-src/ext/domdocument.c Log: MFH: fix bug #47849 (Non-deep import loses the namespace) add test

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:34:38 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1462&r2=1.2027.2.547.2.1463&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard filters.c http_fopen_wrapper.c /ext/standard/tests/filters chunked_001.phpt

2009-04-16 Thread Rob Richards
Hannes Magnusson wrote: On Thu, Apr 16, 2009 at 12:16, Dmitry Stogov wrote: dmitry Thu Apr 16 10:16:27 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filters chunked_001.phpt Modified files: /php-srcNEWS /php-src/ext/standard

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

2009-06-23 Thread Rob Richards
rrichards Tue Jun 23 10:49:01 2009 UTC Modified files: /php-src/ext/libxml libxml.c Log: add libxml_disable_entity_loader function http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.77&r2=1.78&diff_format=u Index: php-src/ext/libxml/libxml.c di

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/libxml libxml.c

2009-06-23 Thread Rob Richards
rrichards Tue Jun 23 10:50:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml libxml.c Log: MFH: add libxml_disable_entity_loader function http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.32.2.7.2.15.2.11&r2=1.32.2.7.2.15.2.12&d

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml libxml.c

2009-06-26 Thread Rob Richards
rrichards Fri Jun 26 20:27:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml libxml.c Log: MFH: add libxml_disable_entity_loader function http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.32.2.7.2.19&r2=1.32.2.7.2.20&diff_format

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug44478.phpt

2008-03-20 Thread Rob Richards
rrichards Thu Mar 20 16:46:55 2008 UTC Added files: /php-src/ext/simplexml/testsbug44478.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #44478 (Inconsistent behaviour when assigning new nodes) add

<    1   2   3   4   5   6   7   8   9   >