[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml php_domxml.c

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 14:21:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c Log: Fix bug #26531: get_elements_by_tag_name() wildcard fails Index: php-src/ext/domxml/php_domxml.c diff -u

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

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 14:26:06 2003 EDT Added files: /php-src/ext/libxml php_libxml2.def Log: libxml2 and iconv export file Index: php-src/ext/libxml/php_libxml2.def +++ php-src/ext/libxml/php_libxml2.def EXPORTS __docbDefaultSAXHandler

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

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 16:24:49 2003 EDT Modified files: /php-src/ext/xslconfig.w32 Log: Fix the xsl warnings Index: php-src/ext/xsl/config.w32 diff -u php-src/ext/xsl/config.w32:1.5 php-src/ext/xsl/config.w32:1.6 --- php-src/ext/xsl/config.w32:1.5

[PHP-CVS] cvs: php-src /ext/xsl config.w32 /ext/xsl/tests area_list.xsl area_name.xml

2003-12-07 Thread Rob Richards
rrichards Sun Dec 7 06:11:48 2003 EDT Modified files: /php-src/ext/xslconfig.w32 /php-src/ext/xsl/tests area_list.xsl area_name.xml Log: fix warning for shared debug fix test bug26384 - WS issue Index: php-src/ext/xsl/config.w32 diff -u

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

2003-12-08 Thread Rob Richards
rrichards Mon Dec 8 12:08:19 2003 EDT Modified files: /php-src/ext/domphp_dom.c dom_iterators.c Log: fix getElementsByTagname iteration Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.43 php-src/ext/dom/php_dom.c:1.44 ---

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

2003-12-09 Thread Rob Richards
rrichards Tue Dec 9 15:12:40 2003 EDT Modified files: /php-src/ext/xslphp_xsl.c Log: fix issues when passing in mulitple arguments Index: php-src/ext/xsl/php_xsl.c diff -u php-src/ext/xsl/php_xsl.c:1.14 php-src/ext/xsl/php_xsl.c:1.15 ---

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

2003-12-09 Thread Rob Richards
rrichards Tue Dec 9 16:55:03 2003 EDT Modified files: /php-src/ext/libxml libxml.c php_libxml.h Log: buffer error messages until newline is hit Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.9 php-src/ext/libxml/libxml.c:1.10

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

2003-12-09 Thread Rob Richards
rrichards Tue Dec 9 16:56:43 2003 EDT Modified files: /php-src/ext/domnode.c Log: fix possible mem leak when element has children Index: php-src/ext/dom/node.c diff -u php-src/ext/dom/node.c:1.18 php-src/ext/dom/node.c:1.19 ---

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

2003-12-12 Thread Rob Richards
rrichards Fri Dec 12 08:54:07 2003 EDT Modified files: /php-src/ext/libxml php_libxml.h libxml.c Log: consolidate error handling Index: php-src/ext/libxml/php_libxml.h diff -u php-src/ext/libxml/php_libxml.h:1.4 php-src/ext/libxml/php_libxml.h:1.5 ---

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

2003-12-12 Thread Rob Richards
rrichards Fri Dec 12 08:54:53 2003 EDT Modified files: /php-src/ext/domdocument.c Log: use error handling from libxml ext Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.39 php-src/ext/dom/document.c:1.40 ---

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

2003-12-17 Thread Rob Richards
rrichards Wed Dec 17 05:28:30 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: free nodes correctly to clear node proxies Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.94

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

2003-12-17 Thread Rob Richards
rrichards Wed Dec 17 13:59:06 2003 EDT Modified files: /php-src/ext/domphp_dom.c Log: no longer need to cleanup temp var Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.45 php-src/ext/dom/php_dom.c:1.46 ---

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

2003-12-22 Thread Rob Richards
rrichards Mon Dec 22 11:46:26 2003 EDT Modified files: /php-src/ext/libxml libxml.c Log: only test url_stat in read mode Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.11 php-src/ext/libxml/libxml.c:1.12 ---

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

2003-12-22 Thread Rob Richards
rrichards Mon Dec 22 11:49:54 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: rollback to previouos version bug #26690 fixed in libxml.c Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.18

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml domxml.dsp

2003-12-22 Thread Rob Richards
rrichards Mon Dec 22 11:51:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml domxml.dsp Log: define LIBXML_THREAD_ENABLED Index: php-src/ext/domxml/domxml.dsp diff -u php-src/ext/domxml/domxml.dsp:1.6.4.2

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

2003-12-27 Thread Rob Richards
rrichards Sat Dec 27 05:29:53 2003 EDT Modified files: /php-src/ext/domnode.c Log: Fixed bug #26723 (domNode::appendChild() changes child node namespace) apply fix to insertBefore and replaceChild Index: php-src/ext/dom/node.c diff -u

[PHP-CVS] cvs: php-src / NEWS

2003-12-27 Thread Rob Richards
rrichards Sat Dec 27 05:33:27 2003 EDT Modified files: /php-srcNEWS Log: Fixed bug #26723 Index: php-src/NEWS diff -u php-src/NEWS:1.1556 php-src/NEWS:1.1557 --- php-src/NEWS:1.1556 Tue Dec 23 05:45:08 2003 +++ php-src/NEWSSat Dec 27 05:33:26

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

2003-12-29 Thread Rob Richards
rrichards Mon Dec 29 11:44:47 2003 EDT Modified files: /php-src/ext/domdom_iterators.c nodelist.c Log: Fixed bug #26743 (getElementsByTagName doesn't work properly) Index: php-src/ext/dom/dom_iterators.c diff -u php-src/ext/dom/dom_iterators.c:1.2

[PHP-CVS] cvs: php-src / NEWS

2003-12-29 Thread Rob Richards
rrichards Mon Dec 29 11:45:59 2003 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1560 php-src/NEWS:1.1561 --- php-src/NEWS:1.1560 Mon Dec 29 07:39:07 2003 +++ php-src/NEWSMon Dec 29 11:45:59 2003 @@ -2,6

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

2004-01-07 Thread Rob Richards
rrichards Wed Jan 7 10:33:26 2004 EDT Modified files: /php-src/ext/domdocument.c /php-src/ext/dom/tests dom_xinclude.phpt Log: Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude) update xinclude test Index:

[PHP-CVS] cvs: php-src /ext/dom dom_iterators.c nodelist.c php_dom.h xpath.c

2004-01-10 Thread Rob Richards
rrichards Sat Jan 10 06:50:25 2004 EDT Modified files: /php-src/ext/domdom_iterators.c nodelist.c php_dom.h xpath.c Log: XPath query returns nodelist object rather than array Index: php-src/ext/dom/dom_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/xsl/tests xslt002.phpt xslt004.phpt xslt005.phpt xslt008.phpt

2004-01-10 Thread Rob Richards
rrichards Sat Jan 10 06:50:49 2004 EDT Modified files: /php-src/ext/xsl/tests xslt002.phpt xslt004.phpt xslt005.phpt xslt008.phpt Log: Update tests Index: php-src/ext/xsl/tests/xslt002.phpt diff -u

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

2004-01-13 Thread Rob Richards
rrichards Tue Jan 13 09:13:34 2004 EDT Modified files: /php-src/ext/domphp_dom.c Log: fix getElementsByTagName and getElementsByTagNameNS - allow * Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.47 php-src/ext/dom/php_dom.c:1.48

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

2004-01-13 Thread Rob Richards
rrichards Tue Jan 13 16:28:42 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests017.phpt Log: add support for $foo[a:bar] fix xsearch to only return values for text,element and attribute nodes fix

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

2004-01-14 Thread Rob Richards
rrichards Wed Jan 14 14:00:18 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: test user define namespace aliases Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.104

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

2004-01-20 Thread Rob Richards
rrichards Tue Jan 20 06:35:33 2004 EDT Modified files: /php-src/ext/domdocument.c dom_iterators.c xpath.c Log: Warn when empty string supplied to load methods (by Pierre-Alain) Fix refcount on xpath iterators xpath_query should return nodelist even

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

2004-01-21 Thread Rob Richards
rrichards Wed Jan 21 06:32:31 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests015.phpt Log: Fix Bug #26976 (Can not access array elements using array indices) return index 0 as non iterable object

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

2004-01-21 Thread Rob Richards
rrichards Wed Jan 21 09:04:47 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsprofile10.phpt Log: Fix namespace regression bug Read attributes correctly Update sxe_prop_dim_exists logic Update

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c comment.c document.c documentfragment.c element.c entityreference.c namednodemap.c nodelist.c php_dom.c php_dom.h processinginstruction.c text.c xpath.c

2004-01-22 Thread Rob Richards
rrichards Thu Jan 22 16:16:06 2004 EDT Modified files: /php-src/ext/domattr.c cdatasection.c comment.c document.c documentfragment.c element.c entityreference.c namednodemap.c nodelist.c php_dom.c php_dom.h

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

2004-01-22 Thread Rob Richards
rrichards Thu Jan 22 16:30:16 2004 EDT Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: Fix bug #27010: segfault after returning nodes with children() Fix segfault in match_ns when matching prefix and node without ns some

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

2004-01-22 Thread Rob Richards
rrichards Thu Jan 22 17:12:22 2004 EDT Modified files: /php-src/ext/dom/tests dom003.phpt Log: update test http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom003.phpt?r1=1.3r2=1.4ty=u Index: php-src/ext/dom/tests/dom003.phpt diff -u

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

2004-01-28 Thread Rob Richards
rrichards Wed Jan 28 19:33:21 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: fix corruption when cloneDocument is not defined http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.22r2=1.23ty=u Index:

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 014.phpt 014a.phpt 014b.phpt 016.phpt bug27010.phpt

2004-02-11 Thread Rob Richards
rrichards Wed Feb 11 07:19:27 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests014.phpt 014a.phpt 014b.phpt 016.phpt bug27010.phpt Log: Fix compiler warnings

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

2004-02-11 Thread Rob Richards
rrichards Wed Feb 11 08:00:20 2004 EDT Modified files: /php-src/ext/simplexml/tests014.phpt Log: Fix test http://cvs.php.net/diff.php/php-src/ext/simplexml/tests/014.phpt?r1=1.5r2=1.6ty=u Index: php-src/ext/simplexml/tests/014.phpt diff -u

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

2004-02-13 Thread Rob Richards
rrichards Fri Feb 13 10:05:19 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fix bug #27237: Working with simplexml crashes apache2 object dtor must be used to cleanup iterator data correctly Fix asXML() outputing incorrect node

[PHP-CVS] cvs: php-src /ext/dom processinginstruction.c text.c xpath.c

2004-02-15 Thread Rob Richards
rrichards Sun Feb 15 05:54:37 2004 EDT Modified files: /php-src/ext/domxpath.c text.c processinginstruction.c Log: start of dom update switch to zend_parse_method_parameters for consistancy insure object parameters are correct class types convert

[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

[PHP-CVS] cvs: php-src /ext/dom document.c documenttype.c dom_fe.h domimplementation.c php_dom.c processinginstruction.c

2004-02-15 Thread Rob Richards
rrichards Sun Feb 15 12:07:35 2004 EDT Modified files: /php-src/ext/domprocessinginstruction.c php_dom.c domimplementation.c dom_fe.h documenttype.c document.c Log: allow certain methods to be called

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

2004-02-15 Thread Rob Richards
rrichards Sun Feb 15 13:57:12 2004 EDT Modified files: /php-src/ext/domcharacterdata.c attr.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

[PHP-CVS] cvs: php-src /ext/dom attr.c characterdata.c document.c documenttype.c element.c entity.c node.c notation.c processinginstruction.c text.c

2004-02-16 Thread Rob Richards
rrichards Mon Feb 16 08:07:09 2004 EDT Modified files: /php-src/ext/domtext.c processinginstruction.c notation.c node.c entity.c element.c documenttype.c document.c characterdata.c attr.c Log: issue

[PHP-CVS] cvs: php-src /ext/dom dom_iterators.c namednodemap.c node.c nodelist.c php_dom.c xpath.c

2004-02-17 Thread Rob Richards
rrichards Tue Feb 17 06:13:48 2004 EDT Modified files: /php-src/ext/domdom_iterators.c namednodemap.c node.c nodelist.c php_dom.c xpath.c Log: implement clone functionality to fix segfault DomNode-clone() creates new doc proxy

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

2004-02-18 Thread Rob Richards
rrichards Wed Feb 18 15:37:31 2004 EDT Modified files: /php-src/ext/domnode.c Log: correct implementation of prefix write property http://cvs.php.net/diff.php/php-src/ext/dom/node.c?r1=1.25r2=1.26ty=u Index: php-src/ext/dom/node.c diff -u

[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.25r2=1.26ty=u Index:

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
This change requires libxml 2.6 in order to work (and compile). Rob On Sunday 22 February 2004 01:05 pm, Christian Stocker wrote: Hi mmmh, forget about that... I used 2.6.2, will test on 2.5.10 later chregu On 2/22/04 6:55 PM, Sterling Hughes wrote: What version of libxml2 does this

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
On Sunday 22 February 2004 01:36 pm, Sterling Hughes wrote: Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke quite some ext/xml scripts from php4 days and

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
It will never work correctly for option 1. Namespaces in SAX was a 2.6 thing (SAX2). Right, but namespaces just need to work as good as they did in PHP4, we can't lose that compatibility. If it works better - bonus. So what exactly is broken then in comparison to PHP4? From the size of

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

2004-02-24 Thread Rob Richards
rrichards Tue Feb 24 07:03:33 2004 EDT Modified files: /php-src/ext/xmlcompat.c Log: fix win32 compile with libxml 2.6 fix mem leaks http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.30r2=1.31ty=u Index: php-src/ext/xml/compat.c diff -u

[PHP-CVS] cvs: php-src /ext/dom php_dom.c /ext/libxml libxml.c php_libxml.h /ext/simplexml simplexml.c /ext/xsl xsltprocessor.c

2004-03-01 Thread Rob Richards
rrichards Mon Mar 1 07:09:24 2004 EDT Modified files: /php-src/ext/domphp_dom.c /php-src/ext/libxml libxml.c php_libxml.h /php-src/ext/simplexml simplexml.c /php-src/ext/xslxsltprocessor.c Log: Fix bug #27436 dom_import_simplexml

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

2004-03-01 Thread Rob Richards
rrichards Mon Mar 1 07:43:34 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: use php_libxml_import_node for transform functions http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.24r2=1.25ty=u Index:

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

2004-03-03 Thread Rob Richards
rrichards Wed Mar 3 15:59:03 2004 EDT Modified files: /php-src/ext/domdocument.c Log: Fix bug #27467: domDocument::load() called from class method crashes the methods can be called statically only from within classes which are not extending

Re: [PHP-CVS] cvs: php-src /ext/xml/tests bug26614.phpt

2004-03-29 Thread Rob Richards
From: Adam Maccabee Trachtenberg [EMAIL PROTECTED] On Mon, 29 Mar 2004, Hartmut Holzgraefe wrote: +this test works fine with Expat but fails with libxml +which we now use as default Can you report this on the libxml2 mailing list? There's been some recent traffic on the list w/r/t CDATA

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c comment.c document.c documentfragment.c dom_fe.h element.c entityreference.c nodelist.c processinginstruction.c text.c xpath.c

2004-03-31 Thread Rob Richards
rrichards Wed Mar 31 12:18:59 2004 EDT Modified files: /php-src/ext/domattr.c cdatasection.c comment.c document.c documentfragment.c dom_fe.h element.c entityreference.c nodelist.c

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml php_domxml.c

2004-04-06 Thread Rob Richards
rrichards Tue Apr 6 13:56:12 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c Log: Fix Bug #27769 crash using domxml_xmltree http://cvs.php.net/diff.php/php-src/ext/domxml/php_domxml.c?r1=1.218.2.45r2=1.218.2.46ty=u Index:

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

2004-04-06 Thread Rob Richards
rrichards Tue Apr 6 14:26:19 2004 EDT Modified files: /php-src/ext/domxpath.c Log: register_namespace changed to registerNamespace for consistency http://cvs.php.net/diff.php/php-src/ext/dom/xpath.c?r1=1.19r2=1.20ty=u Index: php-src/ext/dom/xpath.c

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

2004-04-07 Thread Rob Richards
rrichards Wed Apr 7 12:24:17 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: Fix bug #27821 xml_parse segfaults when xml_set_object called from class method fix memleaks in compat.c

[PHP-CVS] cvs: php-src / NEWS

2004-04-07 Thread Rob Richards
rrichards Wed Apr 7 12:25:55 2004 EDT Modified files: /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1668r2=1.1669ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1668 php-src/NEWS:1.1669 --- php-src/NEWS:1.1668 Tue Apr 6

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

2004-04-07 Thread Rob Richards
rrichards Wed Apr 7 12:48:11 2004 EDT Modified files: /php-src/ext/xslphp_xsl.c /php-src/ext/xsl/tests xslt011.phpt Log: Fix class name http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.20r2=1.21ty=u Index:

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2004-04-19 Thread Rob Richards
rrichards Mon Apr 19 15:46:00 2004 EDT Modified files: /php-src/scriptsMakefile.frag Log: add ext/libxml/ to the headers path http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.9r2=1.10ty=u Index: php-src/scripts/Makefile.frag diff -u

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

2004-04-23 Thread Rob Richards
rrichards Fri Apr 23 13:31:45 2004 EDT Modified files: /php-src/ext/libxml libxml.c Log: move libxml error handler ro rinit/rshutdown to keep it local to php http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.16r2=1.17ty=u Index:

[PHP-CVS] cvs: php-src /ext/dom TODO attr.c cdatasection.c comment.c document.c documentfragment.c dom_fe.h element.c entityreference.c php_dom.c processinginstruction.c text.c xpath.c

2004-05-16 Thread Rob Richards
rrichards Sun May 16 06:30:18 2004 EDT Modified files: /php-src/ext/domTODO attr.c cdatasection.c comment.c document.c documentfragment.c dom_fe.h element.c entityreference.c php_dom.c

[PHP-CVS] cvs: php-src /ext/dom document.c element.c entityreference.c php_dom.c processinginstruction.c /ext/dom/tests dom_create_element.phpt

2004-05-27 Thread Rob Richards
rrichards Thu May 27 07:15:45 2004 EDT Added files: /php-src/ext/dom/tests dom_create_element.phpt Modified files: /php-src/ext/domdocument.c element.c entityreference.c php_dom.c processinginstruction.c

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

2004-05-31 Thread Rob Richards
rrichards Mon May 31 07:20:46 2004 EDT Modified files: /php-src/ext/libxml libxml.c Log: fix leak when using relaxng interim fix for isolating our streams handling - once libxml supports overriding streams this should be changed for security reasons

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c documenttype.c domexception.c domimplementation.c element.c entity.c entityreference.c namednodemap.c namelist.c node.c nodelist.c notation.c processinginstruction.c text.c xpath.c

2004-05-31 Thread Rob Richards
rrichards Mon May 31 08:50:28 2004 EDT Modified files: /php-src/ext/domattr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c documenttype.c domexception.c domimplementation.c element.c

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

2004-06-13 Thread Rob Richards
rrichards Sun Jun 13 06:12:47 2004 EDT Modified files: /php-src/ext/domnode.c Log: Fix bug #28721 (appendChild() and insertBefore() unset DOMText) http://cvs.php.net/diff.php/php-src/ext/dom/node.c?r1=1.28r2=1.29ty=u Index: php-src/ext/dom/node.c diff

[PHP-CVS] cvs: php-src / NEWS

2004-06-13 Thread Rob Richards
rrichards Sun Jun 13 06:13:12 2004 EDT Modified files: /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1735r2=1.1736ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1735 php-src/NEWS:1.1736 --- php-src/NEWS:1.1735 Thu Jun 10

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

2004-06-15 Thread Rob Richards
rrichards Tue Jun 15 07:50:56 2004 EDT Added files: /php-src/ext/dom/tests bug28721.phpt Modified files: /php-src/ext/domphp_dom.c Log: Fixed bug #28771 (Segfault when using xslt and clone) Add test case for bug #28721

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

2004-07-18 Thread Rob Richards
rrichards Sun Jul 18 07:44:26 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/libxml libxml.c Log: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object) http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.18r2=1.18.2.1ty=u

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

2004-07-18 Thread Rob Richards
rrichards Sun Jul 18 07:45:12 2004 EDT Modified files: /php-src/ext/libxml libxml.c Log: MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object) http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.18r2=1.19ty=u Index:

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

2004-07-18 Thread Rob Richards
rrichards Sun Jul 18 09:15:51 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/domdocument.c Log: add missing optional value param to createElementNS (chregu) http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.55r2=1.55.2.1ty=u Index:

[PHP-CVS] cvs: php-src /ext/xsl config.w32 /ext/xsl/tests exslt.xml exslt.xsl

2004-07-18 Thread Rob Richards
rrichards Sun Jul 18 09:23:33 2004 EDT Modified files: /php-src/ext/xslconfig.w32 /php-src/ext/xsl/tests exslt.xml exslt.xsl Log: MFB: enable exslt support for win32 builds WS fixes for exslt tests

[PHP-CVS] cvs: php-src /ext/dom documentfragment.c dom_fe.h

2004-07-18 Thread Rob Richards
rrichards Sun Jul 18 09:47:44 2004 EDT Modified files: /php-src/ext/domdocumentfragment.c dom_fe.h Log: add appendXML() to DOMFragment (chregu) http://cvs.php.net/diff.php/php-src/ext/dom/documentfragment.c?r1=1.11r2=1.12ty=u Index:

[PHP-CVS] cvs: php-src /sapi/activescript classfactory.cpp php5activescript.dsp

2004-07-24 Thread Rob Richards
rrichards Sat Jul 24 10:07:08 2004 EDT Modified files: /php-src/sapi/activescript classfactory.cpp php5activescript.dsp Log: fix build for VC++ 6 update dsp (Enable IObjectSafety)

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

2004-07-25 Thread Rob Richards
rrichards Sun Jul 25 08:00:28 2004 EDT Modified files: /php-src/ext/libxml php_libxml.h libxml.c Log: export php_libxml_error_handler for win32 build http://cvs.php.net/diff.php/php-src/ext/libxml/php_libxml.h?r1=1.8r2=1.9ty=u Index:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/simplexml/simplexml.c trunk/ext/simplexml/simplexml.c

2010-12-27 Thread Rob Richards
rrichardsMon, 27 Dec 2010 18:57:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306759 Log: fix crash with entity declarations Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/simplexml/simplexml.c trunk/ext/simplexml/simplexml.c

2010-12-27 Thread Rob Richards
rrichardsMon, 27 Dec 2010 19:00:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306760 Log: typo Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c U php/php-src/trunk/ext/simplexml/simplexml.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_3/ext/pdo_mysql/pdo_mysql.c branches/PHP_5_3/ext/pdo_mysql/php_pdo_mysql_int.h trunk/ext

2011-04-15 Thread Rob Richards
rrichardsFri, 15 Apr 2011 14:24:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310239 Log: Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) Bug: http://bugs.php.net/48587 (Assigned) MySQL PDO driver doesn't support SSL

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c branches/PHP_5_4/ext/libxml/php_libxml.h trunk/ext/libxml/libxml.c trunk/ext/libxml/php_libxml.h

2011-08-30 Thread Rob Richards
I don't have a computer right now to see what you wrote for this, but we cannot use any of the global methods unless you have protection built in to only execute if within the context of a PHP call. Easiest way to see the conflict is by running both mod_php and mod_perl. Rob On 8/29/11 9:08

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c trunk/ext/libxml/libxml.c

2011-09-02 Thread Rob Richards
I finally got a chance to look at the code. Any reason you didn't just manage everything in a per request state similar to the other global function usage? You might even be able to get away with only initializing it on the first call to setting the loader and you already are performing

[PHP-CVS] com php-src: Update to work with libxml 2.9.0: ext/dom/documenttype.c ext/dom/node.c ext/simplexml/simplexml.c

2012-08-09 Thread Rob Richards
Commit:c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Author:Daniel Veillard veill...@redhat.com Thu, 9 Aug 2012 14:02:33 -0400 Committer: Rob Richards rricha...@php.net Thu, 9 Aug 2012 14:02:33 -0400 Parents: ed793b2a3f857fd49c0c1b036062140da5b3e674 Branches: PHP-5.3 PHP-5.4

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/dom/node.c ext/simplexml/simplexml.c

2012-08-09 Thread Rob Richards
Commit:c5a611b25708d709ad5c539ed764e2a268fd04a7 Author:Rob Richards rricha...@php.net Thu, 9 Aug 2012 14:24:50 -0400 Parents: c98a51a169956f3cf5f1f2eade053a38549c7315 c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Branches: PHP-5.4 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: fix bug #63015 (Incorrect arginfo for DOMErrorHandler): NEWS ext/dom/domerrorhandler.c

2012-09-20 Thread Rob Richards
Commit:ffa72707c86750816f665656c02a0a0451300296 Author:Rob Richards rricha...@php.net Thu, 20 Sep 2012 02:34:07 -0400 Parents: dd6b7ea7bd31ec3253004901285ae0d191974c6e Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/xml/xml.c

2013-07-06 Thread Rob Richards
Commit:e4a28b7b7b972fecd01458364c0663195352891e Author:Rob Richards rricha...@php.net Sat, 6 Jul 2013 07:59:20 -0400 Parents: c652cc93ec5ce8f1833d023159804ebd56e1a94e 7d163e8a0880ae8af2dd869071393e5dc07ef271 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p

[PHP-CVS] com php-src: truncate results at depth of 255 to prevent corruption: ext/xml/xml.c

2013-07-06 Thread Rob Richards
Commit:7d163e8a0880ae8af2dd869071393e5dc07ef271 Author:Rob Richards rricha...@php.net Sat, 6 Jul 2013 07:53:07 -0400 Parents: e964817b244d091dc38f59f5d7f1735110b698af Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

<    3   4   5   6   7   8