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

2009-06-10 Thread Ilia Alshanetsky
iliaa Wed Jun 10 12:25:42 2009 UTC Modified files: /php-src/ext/domdocument.c Log: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE and E_WARN if no DTD) # Will MFH to 5.3 after RC http://cvs.php.net/viewvc.cgi/php-src/ext/dom

[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 /ext/dom document.c

2009-01-26 Thread Rob Richards
rrichards Mon Jan 26 19:10:10 2009 UTC Modified files: /php-src/ext/domdocument.c Log: fix bug #47220 (segfault in dom_document_parser in recovery mode) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.99&r2=1.100&diff_format=u Index: php-

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

2008-09-28 Thread Rob Richards
rrichards Sun Sep 28 11:59:54 2008 UTC Modified files: /php-src/ext/domdocument.c Log: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.93&r2=1.94&diff_format=u Index: ph

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

2007-11-28 Thread Rob Richards
rrichards Wed Nov 28 10:43:02 2007 UTC Added files: /php-src/ext/dom/tests bug43364.phpt Modified files: /php-src/ext/domdocument.c Log: Fix bug #43364 (recursive xincludes don't remove internal nodes properly) http://cvs.

[PHP-CVS] cvs: php-src /ext/dom document.c /ext/dom/tests dom002u.phpt /ext/libxml libxml.c php_libxml.h /ext/simplexml simplexml.c /ext/soap soap.c /ext/soap/tests/bugs bug39815.phpt

2007-06-29 Thread Dmitry Stogov
dmitry Fri Jun 29 13:58:34 2007 UTC Added files: /php-src/ext/dom/tests dom002u.phpt Modified files: /php-src/ext/libxml libxml.c php_libxml.h /php-src/ext/simplexml simplexml.c /php-src/ext/domdocument.c /php-src/e

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

2006-12-08 Thread Rob Richards
rrichards Fri Dec 8 16:49:25 2006 UTC Added files: /php-src/ext/dom/tests domxpath.phpt Modified files: /php-src/ext/domdocument.c xpath.c Log: mark more functions unicode safe add test http://cvs.php.net/viewvc.cgi/php

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

2006-10-07 Thread Ilia Alshanetsky
iliaa Sat Oct 7 19:41:10 2006 UTC Modified files: /php-src/ext/domdocument.c Log: MFB: Added missing safety checks (Problem identified by Coverity scan) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.81&r2=1.82&diff_format=u Index: php-s

[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

2006-09-16 Thread Ilia Alshanetsky
iliaa Sat Sep 16 19:08:59 2006 UTC Modified files: /php-src/ext/domdocument.c Log: MFB: One last expand_filepath() check http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.79&r2=1.80&diff_format=u Index: php-src/ext/dom/document.c diff -u php

[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 /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 /ext/dom document.c

2006-06-20 Thread Antony Dovgal
tony2001Tue Jun 20 13:21:10 2006 UTC Modified files: /php-src/ext/domdocument.c Log: nuke unused variables and init variables when needed http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.75&r2=1.76&diff_format=u Index: php-src/ext/dom

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

2005-11-22 Thread Rob Richards
rrichards Tue Nov 22 21:56:42 2005 EDT Modified files: /php-src/ext/domphp_dom.c document.c php_dom.h dom_fe.h xml_common.h Log: add registerNodeClass() method - methods can now natively return user classes registered with docu

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

2005-09-08 Thread Rob Richards
rrichards Thu Sep 8 06:34:37 2005 EDT Modified files: /php-src/ext/domdocument.c Log: add save options parameter http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.70&r2=1.71&ty=u Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/docu

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

2005-08-15 Thread Rob Richards
rrichards Mon Aug 15 13:13:19 2005 EDT Modified files: /php-src/ext/domdocument.c Log: Fixed bug #34103 (line numbering not maintained in dom document) http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.69&r2=1.70&ty=u Index: php-src/ext/dom/d

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

2005-06-26 Thread Jani Taskinen
sniper Sun Jun 26 18:34:27 2005 EDT Modified files: /php-src/ext/domdocument.c namednodemap.c nodelist.c Log: - Fixed bugs #33431, #33432 ("int" used instead of "long" in parameter parsing) http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.66&r2=

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

2005-04-10 Thread Andrey Hristov
andrey Sun Apr 10 17:37:18 2005 EDT Modified files: /php-src/ext/gd gd.c /php-src/ext/domdocument.c Log: fix memory corruption on 64bit in imagefttext(), domdocument::load() and domdocument::loadxml() http://cvs.php.net/diff.php/php-src/ext/gd

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

2005-01-08 Thread Marcus Boerger
helly Sat Jan 8 08:24:41 2005 EDT Modified files: /php-src/ext/domdocument.c Log: - Fix dependency http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.63&r2=1.64&ty=u Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.63 php-sr

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

2005-01-02 Thread Rob Richards
rrichards Sun Jan 2 07:22:36 2005 EDT Modified files: /php-src/ext/domdocument.c Log: allow parser flags to be passed to xinclude() http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.62&r2=1.63&ty=u Index: php-src/ext/dom/document.c diff -u p

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

2004-12-05 Thread Rob Richards
rrichards Sun Dec 5 07:01:45 2004 EDT Modified files: /php-src/ext/domdocument.c Log: add optional parameter to pass libxml document load options http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.61&r2=1.62&ty=u Index: php-src/ext/dom/docume

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

2004-10-08 Thread Christian Stocker
On Fri, 8 Oct 2004 09:03:59 +0200 (CEST), Derick Rethans <[EMAIL PROTECTED]> wrote: > On Thu, 7 Oct 2004, Rob Richards wrote: > > > I can possibly see removing a few of the props/methods - ones which have the > > exact same functionality and aren't standardly used, but then should these > > change

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

2004-10-08 Thread Derick Rethans
On Thu, 7 Oct 2004, Rob Richards wrote: > I can possibly see removing a few of the props/methods - ones which have the > exact same functionality and aren't standardly used, but then should these > changes be made to the 5_0 branch as well? - Would propose any of these > changes on the xml-dev lis

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

2004-10-07 Thread Rob Richards
On Thursday 07 October 2004 05:59 pm, Marcus Boerger wrote: > It makes little to no sense to keep names for BC in an extension that uses > names based on a spec. Especially when the old names were never published > as a valid spec. Those names would only blow up the namesspace and lead to > confus

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

2004-10-07 Thread Marcus Boerger
Hello Rob, Thursday, October 7, 2004, 1:40:24 PM, you wrote: > rrichards Thu Oct 7 07:40:24 2004 EDT > Modified files: > /php-src/ext/dom document.c php_dom.c text.c > Log: > add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) > add

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

2004-10-07 Thread Rob Richards
rrichards Thu Oct 7 07:40:24 2004 EDT Modified files: /php-src/ext/domdocument.c php_dom.c text.c Log: add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add DOMText isElementContentWhitespace (spec name change) - old props/m

[PHP-CVS] Re: Unmasking the error handler (was Re: [PHP-CVS] cvs: php-src /ext/dom document.c)

2004-08-27 Thread Derick Rethans
On Thu, 26 Aug 2004, Sterling Hughes wrote: > Derick Rethans wrote: > > >On Wed, 25 Aug 2004, Sterling Hughes wrote: > > > >>That's wrong. You should *never* require an E_WARNING to be sent > >>without being able to silence it, especially not on something so > >>unimportant. > > > >It's just as w

[PHP-CVS] Unmasking the error handler (was Re: [PHP-CVS] cvs: php-src /ext/dom document.c)

2004-08-26 Thread Sterling Hughes
Derick Rethans wrote: On Wed, 25 Aug 2004, Sterling Hughes wrote: That's wrong. You should *never* require an E_WARNING to be sent without being able to silence it, especially not on something so unimportant. It's just as wrong as trying to parse non-wellformed XML. Then don't add the f

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

2004-08-25 Thread Derick Rethans
On Wed, 25 Aug 2004, Sterling Hughes wrote: > That's wrong. You should *never* require an E_WARNING to be sent > without being able to silence it, especially not on something so > unimportant. It's just as wrong as trying to parse non-wellformed XML. Derick -- PHP CVS Mailing List (http://www

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

2004-08-25 Thread Sterling Hughes
That's wrong. You should *never* require an E_WARNING to be sent without being able to silence it, especially not on something so unimportant. -Sterling On Wed, 25 Aug 2004 17:29:37 +0200 (CEST), Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 25 Aug 2004, Sterling Hughes wrote: > > > Chris

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

2004-08-25 Thread Derick Rethans
On Wed, 25 Aug 2004, Sterling Hughes wrote: > Christian Stocker wrote: > > chregu Wed Aug 25 04:27:07 2004 EDT > > > > Modified files: > > /php-src/ext/domdocument.c > > Log: > > if $doc->recover = true; set error_reporting to (old | E_WARNING) > > This way, you ca

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

2004-08-25 Thread Sterling Hughes
Christian Stocker wrote: chregu Wed Aug 25 04:27:07 2004 EDT Modified files: /php-src/ext/dom document.c Log: if $doc->recover = true; set error_reporting to (old | E_WARNING) This way, you can't silence XML parse errors with the @ character Why this chang

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

2004-08-25 Thread Christian Stocker
chregu Wed Aug 25 04:27:07 2004 EDT Modified files: /php-src/ext/domdocument.c Log: if $doc->recover = true; set error_reporting to (old | E_WARNING) This way, you can't silence XML parse errors with the @ character http://cvs.php.net/diff.php/php-src

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

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

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

2004-05-31 Thread Zeev Suraski
zeevMon May 31 08:27:50 2004 EDT Modified files: /php-src/ext/domdocument.c Log: Fix prototypes http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.53&r2=1.54&ty=u Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.53 php-s

[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/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 DomDoc

[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 stati

[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 wh

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

2004-01-19 Thread Christian Stocker
chregu Mon Jan 19 15:54:41 2004 EDT Modified files: /php-src/ext/domdocument.c Log: fixes segfault, if file doesn't exist (by Pierre-Alain) http://cvs.php.net/diff.php/php-src/ext/dom/document.c?r1=1.44&r2=1.45&ty=u Index: php-src/ext/dom/document.c diff -u

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

2004-01-18 Thread Christian Stocker
chregu Sun Jan 18 07:56:24 2004 EDT Modified files: /php-src/ext/domdocument.c Log: - fix for bug #26947 Crash by using DomDocument::getElementById() Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.43 php-src/ext/dom/document.c:1.4

[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-src/ext/do

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

2003-12-21 Thread Ilia Alshanetsky
On December 21, 2003 02:07 pm, Moriyoshi Koizumi wrote: > Although I didn't look at the source code, shouldn't these be "break" > instead of "return"? Please ignore if I'm wrong about this. Nope, in the event the switch does not match, the functions needs to return, since further execution may tr

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

2003-12-21 Thread Moriyoshi Koizumi
On 2003/12/22, at 3:22, Ilia Alshanetsky wrote: + default: + return; } xmlSchemaSetParserErrors(parser, @@ -1609,6 +1611,8 @@ /* If loading from memory, we need to set the base directory for the document but it is not apparent how to do that for schema's */

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

2003-12-21 Thread Ilia Alshanetsky
iliaa Sun Dec 21 13:22:14 2003 EDT Modified files: /php-src/ext/domdocument.c namednodemap.c nodelist.c Log: Compiler warning fixes. Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.40 php-src/ext/dom/document.c:1.41 --- php-src/ex

[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-src/ext/dom/docu

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

2003-12-01 Thread Christian Stocker
chregu Mon Dec 1 03:18:36 2003 EDT Modified files: /php-src/ext/domdocument.c Log: Fix Bug, if parser input is not a filename (By Adam) Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.38 php-src/ext/dom/document.c:1.39 --- php-src

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

2003-10-27 Thread Shane Caraveo
shane Mon Oct 27 23:21:30 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix win32 build Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.36 php-src/ext/dom/document.c:1.37 --- php-src/ext/dom/document.c:1.36 Mon Oct

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

2003-10-27 Thread Christian Stocker
chregu Mon Oct 27 14:52:50 2003 EDT Modified files: /php-src/ext/domdocument.c Log: use php_error_docref Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.35 php-src/ext/dom/document.c:1.36 --- php-src/ext/dom/document.c:1.35 Mon Oc

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

2003-10-27 Thread Christian Stocker
chregu Mon Oct 27 10:32:23 2003 EDT Modified files: /php-src/ext/domdocument.c dom_fe.h Log: xinclude support readded to ext/dom Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.34 php-src/ext/dom/document.c:1.35 --- php-src/ext/dom

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 19:03:29 2003 EDT Modified files: /php-src/ext/domdocument.c Log: remove unneeded variables Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.33 php-src/ext/dom/document.c:1.34 --- php-src/ext/dom/document.c:1.33

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 19:01:40 2003 EDT Modified files: /php-src/ext/domdocument.c Log: - Make distinction in error-reporting between Warnings and Errors from libxml2 - Use internal error_handlers during html-parsing as well Index: php-src/ext/dom/document

[PHP-CVS] cvs: php-src /ext/dom document.c dom_ce.h element.c node.c php_dom.c xpath.c

2003-10-20 Thread Rob Richards
rrichards Mon Oct 20 11:50:35 2003 EDT Modified files: /php-src/ext/domxpath.c php_dom.c node.c element.c dom_ce.h document.c Log: implement namespace nodes fix getElementsByTagName fixes to attribute namespaces remove safem

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

2003-10-06 Thread Rob Richards
rrichards Mon Oct 6 17:28:01 2003 EDT Modified files: /php-src/ext/domphp_dom.c element.c document.c Log: some namespace fixes fix compiler warning Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.35 php-src/ext/dom/php_dom.c:1.3

[PHP-CVS] cvs: php-src /ext/dom document.c dom_fe.h element.c /ext/dom/examples relaxNG.php relaxNG.rng relaxNG.xml relaxNG2.rng relaxNG3.rng shipping.php shipping.xml shipping.xsd

2003-10-05 Thread Shane Caraveo
shane Sun Oct 5 16:45:28 2003 EDT Added files: /php-src/ext/dom/examples relaxNG.php relaxNG.rng relaxNG.xml relaxNG2.rng relaxNG3.rng shipping.php shipping.xml shipping.xsd Modified files:

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

2003-10-05 Thread Rob Richards
rrichards Sun Oct 5 07:52:23 2003 EDT Modified files: /php-src/ext/domphp_dom.c node.c element.c document.c Log: implement isDefaultNameSpace and baseURI nodeName and tagName return qualified names fix removeAttributeNode - takes domAttr as parameter

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

2003-09-24 Thread Rob Richards
rrichards Wed Sep 24 08:56:38 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix preserveWhiteSpace on document load Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.26 php-src/ext/dom/document.c:1.27 --- php-src/ext/dom

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

2003-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:11:35 2003 EDT Modified files: /php-src/ext/domdocument.c Log: set consistent pathing for libxml set document url when loaded from memory to set base href Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.

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

2003-09-15 Thread Rob Richards
rrichards Mon Sep 15 08:29:53 2003 EDT Modified files: /php-src/ext/domdocument.c Log: validate encoding against valid handlers Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.24 php-src/ext/dom/document.c:1.25 --- php-src/ext/do

[PHP-CVS] cvs: php-src /ext/dom document.c dom_fe.h dom_properties.h php_dom.c php_dom.h xml_common.h xpath.c

2003-09-08 Thread Rob Richards
rrichards Mon Sep 8 14:28:36 2003 EDT Modified files: /php-src/ext/domdocument.c dom_fe.h dom_properties.h php_dom.c php_dom.h xml_common.h xpath.c Log: move some document properties internally add xpath namespace support (by S

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

2003-09-03 Thread Rob Richards
rrichards Wed Sep 3 06:48:02 2003 EDT Modified files: /php-src/ext/domphp_dom.h php_dom.c domexception.c document.c Log: changes to php_dom.h for last commit replaced removed closing tags - doh Index: php-src/ext/dom/php_dom.h diff -u php-src/ext/dom

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

2003-09-03 Thread Rob Richards
rrichards Wed Sep 3 06:11:54 2003 EDT Modified files: /php-src/ext/domphp_dom.c domexception.c dom_fe.h document.c Log: add document HTML load/save methods add document standalone validate method cleanup some prototype declarations domexception inh

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

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 16:39:58 2003 EDT Modified files: /php-src/ext/domdocument.c domimplementation.c Log: Fix warnings Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.17 php-src/ext/dom/document.c:1.18 --- php-src/ext/dom/document.c:1.1

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

2003-07-22 Thread Zeev Suraski
zeevTue Jul 22 09:50:00 2003 EDT Modified files: /php-src/ext/domdocument.c php_dom.c xml_common.h Log: API update Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.15 php-src/ext/dom/document.c:1.16 --- php-src/ext/dom/document.c

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

2003-07-19 Thread Rob Richards
rrichards Sat Jul 19 10:59:30 2003 EDT Modified files: /php-src/ext/domphp_dom.c document.c Log: fix for Bug #24715 segfault in dom_document_create_element removed xmlmemorydump debug code Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_

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

2003-07-18 Thread Rob Richards
rrichards Fri Jul 18 08:41:35 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix invalid node pointers Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.13 php-src/ext/dom/document.c:1.14 --- php-src/ext/dom/document.c:1.

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

2003-07-14 Thread Rob Richards
rrichards Mon Jul 14 17:51:28 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix setting new encoding Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.12 php-src/ext/dom/document.c:1.13 --- php-src/ext/dom/document.c:1.1

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

2003-07-12 Thread Rob Richards
rrichards Sat Jul 12 13:23:05 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix loading off of interface Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.11 php-src/ext/dom/document.c:1.12 --- php-src/ext/dom/document.c

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

2003-07-11 Thread Rob Richards
rrichards Fri Jul 11 10:19:06 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix compile issue - TSRMLS_FETCH is only temporary until errors handled Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.10 php-src/ext/dom/doc

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

2003-07-10 Thread Rob Richards
rrichards Thu Jul 10 07:17:25 2003 EDT Modified files: /php-src/ext/domphp_dom.h php_dom.c document.c Log: remove global error handling - use of libxml globals is a bad thing add domDocument properties for parsing options: validateOnParse, resolveExte

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

2003-07-01 Thread Rob Richards
rrichards Tue Jul 1 15:28:30 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix load() and loadxml() when used with uninstantiated object Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.7 php-src/ext/dom/document.c:1.8