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

2009-05-26 Thread Pierre-Alain Joye
pajoye Tue May 26 08:10:03 2009 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: - add a note about the actual problen so we don't forget it http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.62r2=1.63diff_format=u

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests xmlwriter_open_uri_error_003.phpt xmlwriter_open_uri_error_004.phpt xmlwriter_open_uri_error_005.phpt

2009-05-25 Thread Pierre-Alain Joye
pajoye Mon May 25 16:16:54 2009 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsxmlwriter_open_uri_error_003.phpt xmlwriter_open_uri_error_004.phpt

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

2009-05-11 Thread Ilia Alshanetsky
iliaa Mon May 11 12:22:19 2009 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid paths)

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

2008-09-17 Thread Ilia Alshanetsky
iliaa Wed Sep 17 23:28:07 2008 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on multiple calls).

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

2008-06-27 Thread Felipe Pena
felipe Fri Jun 27 13:17:27 2008 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.52r2=1.53diff_format=u Index:

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

2007-10-24 Thread Ilia Alshanetsky
iliaa Wed Oct 24 22:50:30 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params)

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug41287.phpt bug41326.phpt

2007-05-14 Thread Pierre-Alain Joye
pajoye Mon May 14 09:22:44 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug41287.phpt bug41326.phpt Log: - [EMAIL PROTECTED], better fix. It restores BC and allows both canonical and short

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug41287.phpt bug41326.phpt

2007-05-08 Thread Pierre-Alain Joye
pajoye Tue May 8 21:40:25 2007 UTC Added files: /php-src/ext/xmlwriter/testsbug41326.phpt Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug41287.phpt Log: - #41326, writing

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

2007-05-04 Thread Rob Richards
rrichards Fri May 4 20:17:40 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug41287.phpt Log: MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional) add test

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

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 15:53:56 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: Fix parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.43r2=1.44diff_format=u Index:

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

2007-01-06 Thread Rob Richards
rrichards Sat Jan 6 18:03:15 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug39504.phpt Log: parameter entity argument (pe) should be bool update test

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

2006-11-13 Thread Rob Richards
rrichards Mon Nov 13 20:47:52 2006 UTC Added files: /php-src/ext/xmlwriter/testsbug39504.phpt Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist

Re: [PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug39504.phpt

2006-11-13 Thread Ilia Alshanetsky
MFH to 5.2? On 13-Nov-06, at 3:47 PM, Rob Richards wrote: Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity). (Hannes Magnusson) add test Ilia Alshanetsky -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug39504.phpt

2006-11-13 Thread Rob Richards
Nope. The functionality isn't enabled in 5.2. Rob Ilia Alshanetsky wrote: MFH to 5.2? On 13-Nov-06, at 3:47 PM, Rob Richards wrote: Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity). (Hannes Magnusson) add test Ilia Alshanetsky -- PHP CVS Mailing

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

2006-11-09 Thread Nuno Lopes
nlopess Thu Nov 9 16:18:28 2006 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c php_xmlwriter.h /php-src/ext/zipphp_zip.c php_zip.h Log: MFB: static'fication

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

2006-11-09 Thread Hannes Magnusson
bjori Thu Nov 9 20:02:23 2006 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/tests008.phpt Log: Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() xmlwriter_write_dtd_entity()

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

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

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

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

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

2005-12-20 Thread Rob Richards
It will be merged after the 5.1.2 release. And yes I already talked to Ilia about it. Rob Jani Taskinen wrote: MFH please. (This thing hasn't been in any PHP release yet..) --Jani On Mon, 19 Dec 2005, Rob Richards wrote: rrichards Mon Dec 19 15:05:42 2005 EDT

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

2005-12-19 Thread Rob Richards
rrichards Mon Dec 19 15:05:42 2005 EDT Modified files: /php-src/ext/xmlwriter php_xmlwriter.c php_xmlwriter.h Log: cleanup code making it easier to add new functionality and maintain implement xmlwriter_full_end_element and xmlwriter_write_raw

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

2005-12-19 Thread Jani Taskinen
In-Reply-To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] References: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed MFH please. (This thing hasn't been in any PHP release yet..) --Jani On Mon, 19 Dec 2005, Rob Richards wrote:

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

2005-12-17 Thread Ilia Alshanetsky
iliaa Sat Dec 17 20:05:21 2005 EDT Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB51: Fixed parameter parsing for setIndent() method. http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.26r2=1.27diff_format=u

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

2005-12-15 Thread Pierre-Alain Joye
pajoye Thu Dec 15 13:57:15 2005 EDT Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: - #35681, non ansi comment http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.25r2=1.26diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests 009.phpt OO_009.phpt

2005-12-09 Thread Rob Richards
rrichards Fri Dec 9 15:51:23 2005 EDT Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/tests009.phpt OO_009.phpt Log: allow NULL prefix to create default namespace fix tests

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c php_xmlwriter.h /ext/xmlwriter/tests 006.phpt 007.phpt 008.phpt 009.phpt OO_007.phpt OO_008.phpt OO_009.phpt

2005-12-08 Thread Rob Richards
rrichards Thu Dec 8 23:56:22 2005 EDT Added files: /php-src/ext/xmlwriter/tests006.phpt 007.phpt 008.phpt 009.phpt OO_007.phpt OO_008.phpt OO_009.phpt Modified files:

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

2005-12-06 Thread Rob Richards
rrichards Tue Dec 6 23:59:42 2005 EDT Added files: /php-src/ext/xmlwriter/testsOO_006.phpt Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: - fix remaining parameter typo - add test

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

2005-12-03 Thread Antony Dovgal
tony2001Sat Dec 3 18:19:50 2005 EDT Modified files: /php-src/ext/xmlwriter php_xmlwriter.c php_xmlwriter.h Log: fix compile warning http://cvs.php.net/diff.php/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.20r2=1.21ty=u Index: