[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 config.w32 php_simplexml.h

2008-12-27 Thread Rob Richards
rrichards Sat Dec 27 12:21:36 2008 UTC Modified files: /php-src/ext/simplexml config.w32 php_simplexml.h Log: proper exports/imports for win32 http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/config.w32?r1=1.7&r2=1.8&diff_format=u Index: php-src/ex

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

2008-12-26 Thread Rob Richards
rrichards Sat Dec 27 01:07:18 2008 UTC Modified files: /php-src/ext/simplexml php_simplexml.h Log: force export on win32 to workaround win32 conig issues http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_simplexml.h?r1=1.31&r2=1.32&diff_format=u

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

2008-12-26 Thread Rob Richards
rrichards Fri Dec 26 20:27:14 2008 UTC Modified files: /php-src/ext/simplexml php_simplexml.h php_simplexml_exports.h simplexml.c Log: properly export functions http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_s

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

2008-12-26 Thread Pierre-Alain Joye
pajoye Fri Dec 26 14:16:38 2008 UTC Modified files: /php-src/ext/simplexml config.w32 Log: - MFB: - remove the temp hack for libxml path (fixed now) - do not raise a warning if the extension was not enabled anyway http://cvs.php.net/viewvc.cgi/php-

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

2008-12-24 Thread Pierre-Alain Joye
pajoye Thu Dec 25 00:00:49 2008 UTC Modified files: /php-src/ext/simplexml config.w32 Log: - disable simplexml when libxml is not enabled http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/config.w32?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/simplexm

[PHP-CVS] cvs: php-src /ext/simplexml config.m4 config.w32 simplexml.c sxe.c sxe.h /ext/simplexml/tests bug42259.phpt sxe_001.phpt sxe_002.phpt sxe_003.phpt sxe_004.phpt sxe_005.phpt /ext/spl config

2008-11-05 Thread Etienne Kneuss
colder Thu Nov 6 00:36:29 2008 UTC Added files: /php-src/ext/simplexml sxe.c sxe.h /php-src/ext/simplexml/testsbug42259.phpt sxe_001.phpt sxe_002.phpt sxe_003.phpt sxe_004.phpt

[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/tests SimpleXMLElement_addAttribute_basic.phpt simplexml_load_file.phpt

2008-10-02 Thread Zoe Slattery
zoe Thu Oct 2 20:07:15 2008 UTC Added files: /php-src/ext/simplexml/tests SimpleXMLElement_addAttribute_basic.phpt simplexml_load_file.phpt Log: Committting tests for

[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 php_simplexml.h simplexml.c /ext/simplexml/tests 036.phpt

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:27:10 2008 UTC Added files: /php-src/ext/simplexml/tests036.phpt Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: Move SXI::count to SXE::count and make it user-friendly http://cv

[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/tests 034.phpt

2008-06-23 Thread Felipe Pena
felipe Mon Jun 23 14:05:35 2008 UTC Modified files: /php-src/ext/simplexml/tests034.phpt Log: - Added XFAIL http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/034.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/simplexml/tests/034.phpt 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/tests bug36611.phpt

2008-05-19 Thread Felipe Pena
felipe Mon May 19 16:21:30 2008 UTC Modified files: /php-src/ext/simplexml/testsbug36611.phpt Log: - Fixed wrong fix http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug36611.phpt?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/simplexml/tests/b

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

2008-05-19 Thread Felipe Pena
felipe Mon May 19 16:19:34 2008 UTC Modified files: /php-src/ext/simplexml/testsbug36611.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug36611.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/simplexml/tests/bug

[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/tests 034.phpt

2008-02-28 Thread Rasmus Lerdorf
rasmus Thu Feb 28 17:39:08 2008 UTC Modified files: /php-src/ext/simplexml/tests034.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/034.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests/034.phpt diff -u /dev/

[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/tests bug40451.phpt bug41582.phpt bug41861.phpt bug41867.phpt bug41947.phpt /ext/soap/tests/bugs bug36226-2.phpt /ext/spl/tests bug40872.phpt bug41692.phpt

2007-07-16 Thread Antony Dovgal
tony2001Mon Jul 16 13:46:39 2007 UTC Modified files: /php-src/ext/simplexml/testsbug40451.phpt bug41582.phpt bug41861.phpt bug41867.phpt bug41947.phpt /php-src/ext/soa

[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/tests bug37565.phpt

2007-06-12 Thread Johannes Schl
johannesTue Jun 12 17:23:57 2007 UTC Modified files: /php-src/ext/simplexml/testsbug37565.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug37565.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/simplexml/tests/

[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/tests bug38406.phpt

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 14:06:05 2007 UTC Added files: /php-src/ext/simplexml/testsbug38406.phpt Log: new test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38406.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/bug384

[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/tests bug38347.phpt /ext/spl/tests iterator_035.phpt /tests/classes bug27468.phpt /tests/lang bug27439.phpt

2007-01-10 Thread Dmitry Stogov
dmitry Wed Jan 10 16:00:57 2007 UTC Modified files: /php-src/tests/classes bug27468.phpt /php-src/tests/lang bug27439.phpt /php-src/ext/simplexml/testsbug38347.phpt /php-src/ext/spl/tests iterator_035.phpt Log: Fixed tests ht

[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/tests simplexml_import_dom.phpt

2006-10-09 Thread Antony Dovgal
tony2001Mon Oct 9 13:21:02 2006 UTC Modified files: /php-src/ext/simplexml/testssimplexml_import_dom.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/simplexml_import_dom.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/

[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 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/tests bug38354.phpt

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:10:05 2006 UTC Added files: /php-src/ext/simplexml/testsbug38354.phpt Log: add test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/bug383

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:17:43 2006 UTC Modified files: /php-src/ext/simplexml/testsbug38354.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests

[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/tests 032.phpt

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 08:11:39 2006 UTC Modified files: /php-src/ext/simplexml/tests032.phpt Log: comparing libxml documents and nodes is not yet possible and we can't fix it fix test instead http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/

[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/tests 031.phpt

2006-06-20 Thread Antony Dovgal
tony2001Tue Jun 20 19:04:58 2006 UTC Modified files: /php-src/ext/simplexml/tests031.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/031.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests/031.phpt

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

2006-06-20 Thread Antony Dovgal
tony2001Tue Jun 20 13:07:44 2006 UTC Modified files: /php-src/ext/simplexml/testsbug37565.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug37565.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests

[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/tests bug37565.phpt

2006-05-23 Thread Marcus Boerger
helly Tue May 23 21:56:36 2006 UTC Added files: /php-src/ext/simplexml/testsbug37565.phpt Log: - Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug37565.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/bug37565.p

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

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:15:21 2006 UTC Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c /php-src/ext/simplexml/testsprofile12.phpt Log: - Fix properties access to children() result - Allow access by namespace prefix http://c

[PHP-CVS] cvs: php-src /ext/simplexml/tests 009b.phpt profile13.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:13:47 2006 UTC Added files: /php-src/ext/simplexml/tests009b.phpt profile13.phpt Log: - Fix properties access to children() result - Allow access by namespace prefix http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/test

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

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 14:11:54 2006 UTC Modified files: /php-src/ext/simplexml/testsprofile12.phpt Log: - Do not provide ns info in first sxe creation http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/profile12.phpt?r1=1.1&r2=1.2&diff_format=u Inde

[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/tests 033.phpt

2006-03-27 Thread Dmitry Stogov
dmitry Mon Mar 27 13:51:32 2006 UTC Modified files: /php-src/ext/simplexml/tests033.phpt Log: Fixed test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/033.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests/033.phpt diff

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

2006-03-24 Thread Antony Dovgal
tony2001Fri Mar 24 12:08:19 2006 UTC Added files: /php-src/ext/simplexml/tests032.phpt 033.phpt Log: add new tests http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/032.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/0

[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/tests bug36611.phpt

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 16:12:54 2006 UTC Modified files: /php-src/ext/simplexml/testsbug36611.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug36611.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/test

[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 php_simplexml.h simplexml.c /ext/simplexml/tests 029.phpt

2006-02-27 Thread Marcus Boerger
helly Mon Feb 27 13:32:25 2006 UTC Added files: /php-src/ext/simplexml/tests029.phpt Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: - Fix count/foreach interaction http://cvs.php.net/viewcvs.cgi/ph

[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/tests bug35785.phpt

2006-02-26 Thread Marcus Boerger
helly Sun Feb 26 16:40:01 2006 UTC Modified files: /php-src/ext/simplexml/testsbug35785.phpt Log: - Fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug35785.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/simplexml/tests/bug3

[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 php_simplexml.h simplexml.c /ext/simplexml/tests 006.phpt bug35785.phpt

2006-02-26 Thread Marcus Boerger
helly Sun Feb 26 15:48:28 2006 UTC Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c /php-src/ext/simplexml/tests006.phpt bug35785.phpt Log: - Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785 # Issue not compl

[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

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

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:31:39 2005 EDT Modified files: /ZendEngine2zend_execute.c /php-src/ext/simplexml/testsbug35785.phpt Log: - Fixed Bug #35785 (SimpleXML memory read error) http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_execute.c?r1=1.72

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

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:26:22 2005 EDT Added files: /php-src/ext/simplexml/testsbug35785.phpt Log: - Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug35785.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/bug35785.p

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: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /ext/simplexml > simplexml.c /ext/simplexml/tests000.phpt 001.phpt 002.phpt > 003

  1   2   3   4   >