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

2009-06-10 Thread Hannes Magnusson
bjori Wed Jun 10 14:28:06 2009 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: Fix extension loading order http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.276&r2=1.277&diff_format=u Index: php-src/ext/simplexml/simpl

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

2009-02-03 Thread David Coallier
davidc Wed Feb 4 00:07:27 2009 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug46048.phpt Log: - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). http://cvs.php.net/viewvc.cgi/p

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:28:36 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #46323 (compilation of simplexml for NetWare breaks) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.262&r2=1.263&diff_format=u

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

2008-09-11 Thread Rob Richards
rrichards Thu Sep 11 14:20:30 2008 UTC Added files: /php-src/ext/simplexml/testsbug46047.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #46047 (SimpleXML converts empty nodes into object with nested

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

2008-09-10 Thread Rob Richards
rrichards Wed Sep 10 16:28:20 2008 UTC Added files: /php-src/ext/simplexml/testsbug46003.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #46003 (isset on nonexisting node return unexpected results)

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

2008-09-10 Thread Rob Richards
rrichards Wed Sep 10 11:20:35 2008 UTC Added files: /php-src/ext/simplexml/testsbug45553.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #45553 (Using XPath for attributes with a namespace does not wo

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

2008-06-27 Thread Felipe Pena
felipe Fri Jun 27 15:47:21 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.255&r2=1.256&diff_format=u Index: php-src/ext/simplexml/simplexml.c dif

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

2008-05-23 Thread Ilia Alshanetsky
iliaa Fri May 23 15:46:24 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MFB:When dumping entire document to file via asXml() don't lose the encoding http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.254&r2=1.255&di

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

2008-05-03 Thread Etienne Kneuss
colder Sat May 3 15:09:24 2008 UTC Added files: /php-src/ext/simplexml/tests035.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: Fix #44484 (define SimpleXMLElement::__toString()) http://cvs.php.net/viewvc.cgi/

[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

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

2008-01-31 Thread Rob Richards
rrichards Thu Jan 31 21:58:09 2008 UTC Added files: /php-src/ext/simplexml/testsbug42369.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #42369 (Implicit conversion to string leaks memory) add test

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 09:59:53 2008 UTC Modified files: /ZendEngine2zend_gc.c zend_gc.h /ZendEngine2/tests bug43918.phpt /php-src/ext/simplexml simplexml.c Log: Fixed bug #43918 (Segmentation fault in garbage collector) http://cvs.php.net/

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

2008-01-23 Thread Antony Dovgal
tony2001Wed Jan 23 09:59:42 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug37076_1.phpt Log: MFH: fix leak appearing when appending data to unnamed attribute http://cvs.php.net/viewvc.cgi/p

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

2008-01-22 Thread Marcus Boerger
helly Tue Jan 22 20:40:30 2008 UTC Added files: /php-src/ext/simplexml/testsbug37076.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) http://cvs.php.n

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

2007-11-30 Thread Antony Dovgal
tony2001Fri Nov 30 13:15:38 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix folding, move protos to the top of the sources http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.246&r2=1.247&diff_format=u Index:

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

2007-11-12 Thread Rob Richards
rrichards Mon Nov 12 18:58:01 2007 UTC Added files: /php-src/ext/simplexml/testsbug43221.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #43221 (SimpleXML adding default namespace in addAttribute) a

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

2007-07-31 Thread Rob Richards
rrichards Tue Jul 31 15:40:00 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1

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

2007-07-31 Thread Rob Richards
rrichards Tue Jul 31 15:07:15 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix possible crash http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.241&r2=1.242&diff_format=u Index: php-src/ext/simplexml/simplexml.c

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

2007-07-10 Thread Rob Richards
rrichards Tue Jul 10 12:26:38 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug41947.phpt Log: MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces add test http://c

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

2007-07-03 Thread Sara Golemon
pollita Wed Jul 4 05:05:32 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: Fix behavior of empty($sxe->element) and empty($sxe['prop']) when used on empty elements properties (apply PHP emptiness rules) http://cvs.php.net/viewvc.cgi/p

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

2007-07-03 Thread Rob Richards
rrichards Tue Jul 3 15:02:40 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug41861.phpt Log: MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings) add test http://cvs.php

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

2007-07-02 Thread Dmitry Stogov
dmitry Mon Jul 2 11:53:08 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: Allow unicode XML http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.237&r2=1.238&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -

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

2007-07-02 Thread Rob Richards
rrichards Mon Jul 2 11:36:28 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug41867.phpt Log: MFB: fix bug #41867 (getName is broken) add test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexm

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

2007-06-24 Thread Nuno Lopes
nlopess Sun Jun 24 11:43:34 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MFB:fix memleak in sxe_prop_dim_read() http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.234&r2=1.235&diff_format=u Index: php-src/ext/simplexml/

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

2007-06-13 Thread Dmitry Stogov
dmitry Wed Jun 13 13:39:00 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests027.phpt bug35785.phpt bug41582.phpt Log: Fixed wrong fic for bug #41582 http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/s

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

2007-06-05 Thread Antony Dovgal
tony2001Tue Jun 5 10:02:02 2007 UTC Added files: /php-src/ext/simplexml/testsbug41582.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix #41582 (SimpleXML crashes when accessing newly created element)

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

2007-03-26 Thread Rob Richards
rrichards Mon Mar 26 20:16:16 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug37386.phpt Log: MFB: fix bug #37386 (autocreating element doesn't assign value to first node) all single SimpleXMLElem

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 14:04:59 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix leak, convert unicode values to string before assigning change error message to use zend_error() since there is no active function http://cvs.php.n

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 13:21:54 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix #38406 (crash when assigning objects to SimpleXML attributes) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.228&r2=1.229&diff_

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

2007-02-12 Thread Antony Dovgal
tony2001Mon Feb 12 21:13:01 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug40451.phpt Log: MFB: #40451 (addAttribute() may crash when used with non-existent child node) http://cvs.php.net/v

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 23:23:50 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Implement debug helper http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.226&r2=1.227&diff_format=u Index: php-src/ext/simplexml/simplexml.c di

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

2006-12-30 Thread Rob Richards
rrichards Sat Dec 30 15:42:24 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug39760.phpt Log: MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object) add test http://cvs.php.net/viewvc.c

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

2006-11-29 Thread Antony Dovgal
tony2001Wed Nov 29 22:53:21 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: add missing folding marker http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.223&r2=1.224&diff_format=u Index: php-src/ext/simplexml/s

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

2006-11-29 Thread Antony Dovgal
On 11/29/2006 11:52 AM, Rob Richards wrote: rrichards Wed Nov 29 08:52:09 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests bug39662.phpt Log: MFB: correct fix for bug #39662 to fix leak and tree corruption fix

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

2006-11-29 Thread Rob Richards
rrichards Wed Nov 29 08:52:09 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug39662.phpt Log: MFB: correct fix for bug #39662 to fix leak and tree corruption fix test http://cvs.php.net/viewvc.

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

2006-11-28 Thread Antony Dovgal
tony2001Tue Nov 28 18:57:37 2006 UTC Added files: /php-src/ext/simplexml/testsbug39662.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 15:32:19 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.218&r2=1.219&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/sim

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

2006-08-16 Thread Sebastian Bergmann
sebastian Wed Aug 16 08:51:34 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/standard http_fopen_wrapper.c Log: Sync with php_trim() API change. http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.

[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 /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/simplexml simplexml.c

2006-08-06 Thread Christian Stocker
chregu Sun Aug 6 19:39:38 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: Fix #38354 (Unwanted reformatting of XML when using AsXML) (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.212&r2=1.213&diff_form

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 13:27:38 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: avoid extra strlen() call, we have the length of the data http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.210&r2=1.211&diff_format=u

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

2006-06-26 Thread Hannes Magnusson
bjori Mon Jun 26 15:36:45 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MFB: saveXML() -> asXML() alias http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.209&r2=1.210&diff_format=u Index: php-src/ext/simplexml/simp

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:22:35 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Readd NULL as allowed classname to skip parameter http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.208&r2=1.209&diff_format=u Index: php-src/

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 21:37:18 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Fix SEGV in case class to generate is not derived from SimpleXMLElement by issueing an error http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml

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

2006-05-16 Thread Marcus Boerger
helly Wed May 17 00:07:05 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Proto fix/add http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.206&r2=1.207&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u ph

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

2006-04-14 Thread Marcus Boerger
Hello Rob, actually the comment was wrong/premature. This part of todays changes only allows the URI to be specified. The prefix stuff comes later. And well the prefix stuff is only a convenient stuff if you know what you do. And yes you are right only the URI is unique but not all people know t

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

2006-04-14 Thread Adam Maccabee Trachtenberg
I think using namespace URI will also help us out with default namespaces because they don't have a ns prefix. -adam On Fri, 14 Apr 2006, Rob Richards wrote: > Hi Marcus, > > I think it would be better to speficy namespace URI rather than prefix. > Prefix can be anything, so unless you know what

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/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 14:07:51 2006 UTC Added files: /php-src/ext/simplexml/testsprofile12.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Allow access to namespaced root by specifying prefix on creation - Fix acc

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

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 12:18:15 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - If node no longer exists then there won't be any data http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.203&r2=1.204&diff_format=u Index: php-

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

2006-04-10 Thread Marcus Boerger
helly Mon Apr 10 23:19:23 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Coverity issue 59 http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.202&r2=1.203&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -

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

2006-03-06 Thread Rob Richards
rrichards Mon Mar 6 20:16:03 2006 UTC Added files: /php-src/ext/simplexml/tests031.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: implement addChild() and addAttribute() methods add test http://cvs.php

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 15:58:09 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MF51: fix #36611 (assignment to SimpleXML object attribute changes argument type to string) http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplex

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

2006-03-05 Thread Rob Richards
rrichards Sun Mar 5 14:01:13 2006 UTC Added files: /php-src/ext/simplexml/tests030.phpt Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests027.phpt bug35785.phpt Log: fix crash pa

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

2006-03-01 Thread Rob Richards
rrichards Wed Mar 1 15:36:34 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: nuke tests for libxml2 version - will always be > 2.6.0 http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.195&r2=1.196&diff_format=u Ind

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

2006-02-27 Thread Marcus Boerger
helly Mon Feb 27 11:55:24 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.193&r2=1.194&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/

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

2006-02-26 Thread Marcus Boerger
helly Sun Feb 26 16:12:21 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Missing conversion http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.192&r2=1.193&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff

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

2006-02-26 Thread Marcus Boerger
helly Sun Feb 26 13:37:54 2006 UTC Added files: /php-src/ext/simplexml/tests028.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Add another write case http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/sim

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

2006-02-26 Thread Marcus Boerger
helly Sun Feb 26 12:00:39 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Unicode support http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.189&r2=1.190&diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u

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

2006-02-25 Thread Marcus Boerger
helly Sat Feb 25 23:41:06 2006 UTC Added files: /php-src/ext/simplexml/tests026.phpt 027.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Added ability to add elements by index if such elements already exist -

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

2006-02-24 Thread Marcus Boerger
helly Fri Feb 24 15:49:13 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Add ability to add new nodes via properties http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.187&r2=1.188&diff_format=u Index: php-src/ext/si

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

2006-02-06 Thread Antony Dovgal
tony2001Mon Feb 6 10:54:49 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MF51: initialize variables http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.184&r2=1.185&diff_format=u Index: php-src/ext/simplexml/

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/spl spl_array.c spl_directory.c spl_iterators.c /ext/unicode unicode_iterators.c pecl/pdo pdo_stmt.c php_pdo_int.h

2006-02-05 Thread Marcus Boerger
helly Sun Feb 5 23:31:47 2006 UTC Modified files: /php-src/ext/splspl_iterators.c spl_directory.c spl_array.c /php-src/ext/simplexml simplexml.c /pecl/pdo php_pdo_int.h pdo_stmt.c /php-src/ext/unicodeunicode_iterators.c Log: - I

RE: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt023.phpt 024.phpt /ext/spl/tests sxe_001.phpt

2005-12-07 Thread Dmitry Stogov
nal Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 07, 2005 8:23 PM > To: Dmitry Stogov > Cc: [email protected] > Subject: Re: [PHP-CVS] cvs: php-src /ext/simplexml > simplexml.c /ext/simplexml/tests000.phpt 001.phpt 002.phpt > 003

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt 023.phpt 024.phpt /ext/spl/tests sxe_001.phpt

2005-12-07 Thread Jani Taskinen
All these macros around and you still duplicate the stuff? Instead of doing: ZVAL_U_STRING(ZEND_U_CONVERTER(UG(runtime_encoding_conv))... Why not use the ZVAL_RT_STRING macro? (What is RT supposed to be anyway?) --Jani On Wed, 7 Dec 2005, Dmitry Stogov wrote: dmitry

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt 023.phpt 024.phpt /ext/spl/tests sxe_001.phpt

2005-12-07 Thread Dmitry Stogov
dmitry Wed Dec 7 11:52:13 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt

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

2005-11-30 Thread Marcus Boerger
helly Wed Nov 30 03:14:49 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests023.phpt Log: - Fix tests http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.178&r2=1.179&ty=u Index: php-src/ex

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

2005-11-29 Thread Dmitry Stogov
Hi Marcus, You broke tests in unicode mode. Dmitry. > -Original Message- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 29, 2005 5:46 AM > To: [email protected] > Subject: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c > > &g

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

2005-11-28 Thread Marcus Boerger
helly Mon Nov 28 21:46:20 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Fix some memleaks http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.177&r2=1.178&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ex

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

2005-11-20 Thread Nuno Lopes
helly Sun Nov 20 08:03:19 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Extend SimpleXmlElement::__construct() with two parameters . int options: pass options to 2.6.0+ parsing functions . bool data_is_url: whether first parameter is a url rather then xml data

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

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 08:03:19 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Extend SimpleXmlElement::__construct() with two parameters . int options: pass options to 2.6.0+ parsing functions . bool data_is_url: whether first paramete

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

2005-11-05 Thread Rasmus Lerdorf
rasmus Sat Nov 5 17:41:11 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: MFB - This isn't a DOM thing anymore, just libxml http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.175&r2=1.176&ty=u Index: php-src/ext/simplex

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

2005-11-01 Thread Rob Richards
rrichards Tue Nov 1 18:21:29 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests025.phpt Log: optimize sxe_add_registered_namespaces add only first encountered prefixes to namespace arrays update tes

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

2005-11-01 Thread Marcus Boerger
Hello Rob, Tuesday, November 1, 2005, 12:59:02 PM, you wrote: > Marcus Boerger wrote: >>>When doing a recursive get, if the namespace is redefined further down >>>in the subtree, the redefinition is what ends up in the array rather >>>than the closest namespace to the element. Just to be clear

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

2005-11-01 Thread Marcus Boerger
helly Tue Nov 1 06:53:14 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests025.phpt Log: - Handle default namespaces # Another time it shows xml is far from being simple http://cvs.php.net/diff.php/

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

2005-11-01 Thread Rob Richards
Marcus Boerger wrote: When doing a recursive get, if the namespace is redefined further down in the subtree, the redefinition is what ends up in the array rather than the closest namespace to the element. Just to be clear this also only adds namespaces that are used, not those defined but not

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

2005-11-01 Thread Marcus Boerger
Hello Rob, Tuesday, November 1, 2005, 11:49:22 AM, you wrote: > Marcus, > There are a few problems with this approach. A crash will occur if > adding a default namespace as there is no prefix. > The namespace should probably be the key and prefix the value or default > namespaces should not be

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

2005-11-01 Thread Rob Richards
Marcus, There are a few problems with this approach. A crash will occur if adding a default namespace as there is no prefix. The namespace should probably be the key and prefix the value or default namespaces should not be added. When doing a recursive get, if the namespace is redefined furth

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

2005-10-31 Thread Marcus Boerger
helly Mon Oct 31 15:06:29 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests000.phpt Log: - Implement count interface http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.172&r2=1.173&ty=u

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

2005-10-31 Thread Rob Richards
rrichards Mon Oct 31 14:51:44 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: check node type before accessing ns - prevent corruption under compact mode http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.171&r2=1.172&

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

2005-10-31 Thread Marcus Boerger
helly Mon Oct 31 14:09:13 2005 EDT Added files: /php-src/ext/simplexml/tests025.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Add functions to check for registered/in use namespaces http://cvs.php.net/d

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

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 15:37:30 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests000.phpt Log: - Bugfix #35028 XML object fails FALSE test http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.169

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 20:38:42 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Protect against some edge case that is currently imossible, but will be http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.168&r2=1.169&ty=u Index

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 20:35:56 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Simplify & speedup, once more http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.167&r2=1.168&ty=u Index: php-src/ext/simplexml/simplexml.c diff -

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 20:20:38 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Simplify & speedup http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.166&r2=1.167&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/e

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 17:16:19 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Fix attribute handling when using xpath expressions that lead to attributes http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.165&r2=1.166&ty=u In

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 12:12:57 2005 EDT Added files: /php-src/ext/simplexml/tests000.phpt 000.xml Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests001.phpt 002.phpt 003.phpt 004.phpt

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

2005-10-23 Thread Marcus Boerger
helly Sun Oct 23 19:41:20 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests023.phpt Log: - Fix issue with entities in attributes http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.163&r2=

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

2005-10-05 Thread Dmitry Stogov
dmitry Thu Oct 6 02:27:28 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fixed compilation error http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.162&r2=1.163&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u php

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/spl spl_directory.c spl_iterators.c /ext/tidy tidy.c

2005-10-05 Thread Marcus Boerger
helly Wed Oct 5 15:12:44 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/splspl_directory.c spl_iterators.c /php-src/ext/tidy tidy.c Log: - Update cast_object handlers http://cvs.php.net/diff.php/php-src/ext/simple

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

2005-08-31 Thread Rob Richards
rrichards Wed Aug 31 13:00:25 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: make sxe_properties_get respect namespace scope http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.158&r2=1.159&ty=u Index: php-src/ext/simp

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

2005-08-16 Thread Andi Gutmans
never mind. i thought you were changing a PHP function :) At 06:05 AM 8/16/2005 +, Rolland Santimano wrote: rolland Tue Aug 16 02:05:00 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/standard http_fopen_wrapper.c Log: Updated calls

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

2005-08-15 Thread Rolland Santimano
rolland Tue Aug 16 02:05:00 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/standard http_fopen_wrapper.c Log: Updated calls to php_trim() to provide arg for returned string type http://cvs.php.net/diff.php/php-src/ext

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

2005-07-06 Thread Rasmus Lerdorf
rasmus Wed Jul 6 23:53:49 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Missing closing folding marker http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.149&r2=1.150&ty=u Index: php-src/ext/simplexml/simplexml.c diff

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

2005-06-17 Thread Jani Taskinen
sniper Fri Jun 17 07:35:23 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Use the new dependency system http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.147&r2=1.148&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u

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

2004-12-05 Thread Rob Richards
rrichards Sun Dec 5 07:02:35 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: add optional parameter to pass libxml document load options http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.146&r2=1.147&ty=u Index: php-

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

2004-08-06 Thread Sara Golemon
pollita Fri Aug 6 12:36:01 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: ZTS Fix http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.144&r2=1.145&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/

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

2004-08-04 Thread Antony Dovgal
tony2001Wed Aug 4 10:57:40 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: nuke unused variable http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.142&r2=1.143&ty=u Index: php-src/ext/simplexml/simplexml.c diff -

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

2004-08-04 Thread Zeev Suraski
zeevWed Aug 4 10:41:56 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fix prototypes http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.141&r2=1.142&ty=u Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/

  1   2   >