[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
chregu Mon, 11 Jul 2011 11:16:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=313131 Log: Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to define forbidden operations within XSLT stylesheets, default is not to enable a

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
On 11.07.11 13:29, Hannes Magnusson wrote: > On Mon, Jul 11, 2011 at 13:16, Christian Stocker wrote: >> chregu Mon, 11 Jul 2011 11:16:22 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=313131 >>

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
github.com/55d957fc3265699b7d17 ) thanks chregu On 11.07.11 13:29, Hannes Magnusson wrote: > On Mon, Jul 11, 2011 at 13:16, Christian Stocker wrote: >> chregu Mon, 11 Jul 2011 11:16:22 + >> >> Revision: http://svn.php.net/viewvc?view=rev

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/dom/document.c ext/libxml/libxml.c

2011-07-11 Thread Christian Stocker
chregu Mon, 11 Jul 2011 15:02:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=313133 Log: Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) Changed paths: U php/php-src/trunk/NEWS U php/php-src/tru

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS ext/dom/document.c ext/libxml/libxml.c

2011-07-11 Thread Christian Stocker
chregu Mon, 11 Jul 2011 15:18:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=313135 Log: Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) (MFT - Merged from Trunk) Changed paths: U php/php-src/branches

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/UPGRADING branches/PHP_5_4/ext/xsl/php_xsl.c branches/PHP_5_4/ext/xsl/php_xsl.h branches/PHP_5_4/ext/xsl/xsl_fe.h branches/PHP_5_4/e

2011-07-11 Thread Christian Stocker
chregu Tue, 12 Jul 2011 04:58:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=313160 Log: Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to define forbidden operations within XSLT stylesheets, default is not to enable a

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS trunk/NEWS

2011-07-11 Thread Christian Stocker
chregu Tue, 12 Jul 2011 06:56:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=313166 Log: Added credentials to XSL NEWS entry Changed paths: U php/php-src/branches/PHP_5_4/NEWS U php/php-src/trunk/NEWS Modified: php/php-src/branc

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/xsl/tests/exslt.xml PHP_5_3/ext/xsl/tests/xslt010.phpt PHP_5_4/ext/xsl/tests/exslt.xml PHP_5_4/ext/xsl/tests/xslt010.phpt

2011-08-29 Thread Christian Stocker
chregu Mon, 29 Aug 2011 11:44:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=315693 Log: fix xsl date tests Changed paths: U php/php-src/branches/PHP_5_3/ext/xsl/tests/exslt.xml U php/php-src/branches/PHP_5_3/ext/xsl/tests/xslt01

[PHP-CVS] svn: /php/php-src/trunk/ext/xsl/tests/ exslt.xml xslt010.phpt

2011-08-31 Thread Christian Stocker
chregu Wed, 31 Aug 2011 07:38:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=315859 Log: MFB. fix xsl date tests Changed paths: U php/php-src/trunk/ext/xsl/tests/exslt.xml U php/php-src/trunk/ext/xsl/tests/xslt010.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation2.phpt tru

2011-08-31 Thread Christian Stocker
chregu Wed, 31 Aug 2011 08:58:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=315866 Log: fixed libxml tests Changed paths: U php/php-src/branches/PHP_5_4/ext/libxml/tests/libxml_set_external_entity_loader_variation1.phpt U php/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt branch

2011-08-31 Thread Christian Stocker
chregu Wed, 31 Aug 2011 09:14:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=315867 Log: - Set an empty string and avoid warnings and stopping of the transformation process when a php function can't be called. - Fixed tests. Changed paths:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/xsl/tests/ xsltprocessor_registerPHPFunctions-funcnostring.phpt xsltprocessor_registerPHPFunctions-funcundef.phpt

2011-08-31 Thread Christian Stocker
chregu Wed, 31 Aug 2011 09:16:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=315868 Log: fix xsl tests Changed paths: U php/php-src/branches/PHP_5_3/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt U php/php-s

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/simplexml/simplexml.c branches/PHP_5_4/ext/simplexml/tests/008.phpt trunk/ext/simplexml/simplexml.c trunk/ext/simplexml/tests/008.phpt

2011-08-31 Thread Christian Stocker
chregu Wed, 31 Aug 2011 11:44:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=315883 Log: simplexml->query returns empty array if no nodes were found and false if libxml thinks the xpath-expression was invalid. Behaves now the same like DomXPa

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/simplexml/simplexml.c ext/simplexml/tests/008.phpt

2011-09-01 Thread Christian Stocker
chregu Thu, 01 Sep 2011 13:42:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=315990 Log: Merge from Trunk simplexml->query returns empty array if no nodes were found and false if libxml thinks the xpath-expression was invalid. Behaves now the

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-09-01 Thread Christian Stocker
chregu Thu, 01 Sep 2011 13:43:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=315991 Log: added a NEWS entry about the change in XSL Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS ===

[PHP-CVS] Re: =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F4/ext/xsl/tests/xsltprocessor=5FregisterPHPFunctions-funcnostring.phpt_branches/PHP=5F5=5F4/ext/xsl/tests/xsltprocessor=5FregisterPHPFunct

2011-09-05 Thread Christian Stocker
Hi Why did you do that? They're different on purpose. I'll revert that, since the tests now fail. chregu On 9/2/11 8:01 PM, Shein Alexey wrote: > sheinFri, 02 Sep 2011 18:01:20 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=316043 > >

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt trunk/

2011-09-05 Thread Christian Stocker
chregu Mon, 05 Sep 2011 08:27:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=316133 Log: Revert r316043, the tests are different on purpose Changed paths: U php/php-src/branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/xsl/tests/bug54446.phpt trunk/ext/xsl/tests/bug54446.phpt

2011-09-12 Thread Christian Stocker
: runtime error: file %s line %s element output in %s on line %d + +Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s + +Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on line %d + +Warning: XSLTP

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c bran

2011-09-14 Thread Christian Stocker
e folder too :-) >> >> thanks >> >> 2011/9/14 Christian Stocker : >>> Hi >>> >>> I still have this. even after re-running buildconf (and deleting >>> configure before) >>> >>> On OS X and x86_64 Linux >>> >>> chr

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c

2011-10-05 Thread Christian Stocker
chregu Wed, 05 Oct 2011 09:56:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=317759 Log: Added xsl.security_prefs ini option to define forbidden operations within XSLT stylesheets, default is not to enable write operations. This option won't

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/xsl/ tests/bug54446.phpt xsltprocessor.c

2011-10-05 Thread Christian Stocker
time error: file %s line %d element output in %s on line %d + +Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on line %d +OK, no file created +--CREDITS-- +Christian Stocker, chr...@php.net + Modified: php/php-src/branches/PHP_5_3/ex

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ ext/xsl/php_xsl.c php.ini-development php.ini-production

2011-10-06 Thread Christian Stocker
chregu Thu, 06 Oct 2011 18:30:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=317842 Log: Fix wrong comment Add new xsl ini options to php.ini Changed paths: U php/php-src/branches/PHP_5_3/ext/xsl/php_xsl.c U php/php-src/branches/

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c

2011-10-06 Thread Christian Stocker
Fixed chregu On 06.10.11 16:31, Hannes Magnusson wrote: > On Wed, Oct 5, 2011 at 11:56, Christian Stocker wrote: >> chregu Wed, 05 Oct 2011 09:56:01 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=3

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/UPGRADING branches/PHP_5_3/ext/xsl/php_xsl.c branches/PHP_5_3/ext/xsl/php_xsl.h branches/PHP_5_3/ext/xsl/tests/bug54446.phpt branches/PHP_5_3/ext/xsl/test

2011-10-10 Thread Christian Stocker
error: file %s line %s element output in %s on line %d - -Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s - -Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on line %d - -Warning: XSLTProces

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

2003-01-10 Thread Christian Stocker
chregu Fri Jan 10 13:05:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Throw error if object is not a XML_DOCUMENT_NODE Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.7 php4/ext/domxml/php

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-01-10 Thread Christian Stocker
chregu Fri Jan 10 13:07:38 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node() Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.231 php4/ext/domxml

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

2003-03-04 Thread Christian Stocker
chregu Tue Mar 4 08:29:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: make it really W3C compatible (unlink node, when in tree...) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.8 php4/ex

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-03-04 Thread Christian Stocker
chregu Tue Mar 4 08:38:39 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: MFB (make it really W3C compatible (unlink node, when in tree...)) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.236 php4/ext/domxml/php_do

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

2003-03-20 Thread Christian Stocker
chregu Thu Mar 20 04:43:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method") Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_do

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-03-20 Thread Christian Stocker
chregu Thu Mar 20 04:48:30 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method") Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.240 php4

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

2003-04-02 Thread Christian Stocker
chregu Wed Apr 2 05:30:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Patch for Bug #22774 by Rob Richards Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.12 php4/ext/domxml/php_domxml.c:1

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-04-02 Thread Christian Stocker
chregu Wed Apr 2 05:31:33 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Patch for Bug #22774 by Rob Richards Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.241 php4/ext/domxml/php_domxml.c:1.242 --- php4/ext/domx

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2003-04-03 Thread Christian Stocker
chregu Thu Apr 3 05:21:19 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c php_domxml.h Log: - Added domxml_elem_set_attribute_node() method. (Rob Richards) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.242 php4/ext/dom

[PHP-CVS] cvs: php4 / NEWS

2003-04-03 Thread Christian Stocker
chregu Thu Apr 3 05:24:53 2003 EDT Modified files: /php4 NEWS Log: new domxml_elem_set_attribute_node() should have gone into NEWS, but I forgot.. Index: php4/NEWS diff -u php4/NEWS:1.1388 php4/NEWS:1.1389 --- php4/NEWS:1.1388Wed Apr 2 20:30:52 2

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2003-04-05 Thread Christian Stocker
chregu Sat Apr 5 14:56:42 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c php_domxml.h Log: @- Added domxml_doc_create_document_fragment() and @domxml_document_fragment_open_mem(string) method (Christian) Useful for adding and parsing (well-bal

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/xsl php_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c

2007-10-01 Thread Christian Stocker
chregu Tue Oct 2 06:31:18 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c Log: - Added xsl->setProfiling() for profiling stylesheets. http://cvs.php.net/viewvc.cgi/php-src/NEWS

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

2007-10-01 Thread Christian Stocker
chregu Tue Oct 2 06:32:17 2007 UTC Modified files: /php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c Log: - Added xsl->setProfiling() for profiling stylesheets. (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/php_xsl.c?r1=1.43&r2=1.44&

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:41:29 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: Fix a segfault, when an unknown type was given support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.45&r2=1.46&d

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:42:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH Fix a segfault, when an unknown type was given and support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltpr

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

2006-06-14 Thread Christian Stocker
chregu Wed Jun 14 09:43:22 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/xslxsltprocessor.c Log: MFH Fix a segfault, when an unknown type was given support all known xpath object types http://cvs.php.net/viewcvs.cgi/php-src/ext/xsl/xsltproces

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/dom dom_fe.h node.c

2006-07-16 Thread Christian Stocker
chregu Sun Jul 16 15:03:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/domdom_fe.h node.c Log: Added DOMNode::getNodePath() for getting an XPath for a node. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.125

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

2006-07-16 Thread Christian Stocker
chregu Sun Jul 16 15:05:32 2006 UTC Modified files: /php-src/ext/domdom_fe.h node.c Log: Added DOMNode::getNodePath() for getting an XPath for a node. (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.17&r2=1.18&diff_format=u Index: php

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

2006-07-16 Thread Christian Stocker
chregu Sun Jul 16 16:04:09 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domnode.c Log: improved code (after suggestion by helly) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.37.2.3.2.2&r2=1.37.2.3.2.3&diff_format=u Index: php

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

2006-07-16 Thread Christian Stocker
chregu Sun Jul 16 16:04:36 2006 UTC Modified files: /php-src/ext/domnode.c Log: MFB improved code (after suggestion by helly) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.45&r2=1.46&diff_format=u Index: php-src/ext/dom/node.c diff -u ph

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:50:42 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: return true, if xsl import did work http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.2&r2=1.39.2.2.2.3&diff_format=u Index:

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:51:08 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: return true, if xsl import did work http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/xsl/xsltprocessor.c d

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 13:07:44 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: return false instead of null, if it's an invalid document (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.47&r2=1.48&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:56:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: make a NEWS entry about - Fixed XSLTProcessor::importStylesheet() to return TRUE on success http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.168&r2=1.20

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 13:05:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: return false instead of null, if it's an invalid document http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.3&r2=1.39.2.2.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/simplexml simplexml.c

2006-08-06 Thread Christian Stocker
chregu Sun Aug 6 19:38:45 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: Fix #38354 (Unwanted reformatting of XML when using AsXML) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.54

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

2004-05-28 Thread Christian Stocker
chregu Fri May 28 09:04:19 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: fix memleak in php callbacks http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.27&r2=1.28&ty=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext

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

2004-07-12 Thread Christian Stocker
chregu Mon Jul 12 09:04:01 2004 EDT Modified files: /php-src/ext/xslphp_xsl.c Log: implement the clone code for the XSLTProcessor object and fix #29108 "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) http://cvs.php.net/diff.php

[PHP-CVS] cvs: php-src / run-tests.php

2004-07-21 Thread Christian Stocker
chregu Wed Jul 21 07:19:10 2004 EDT Modified files: /php-srcrun-tests.php Log: Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn) http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.195&r2=1.196&ty=u Index: php-src/run-te

[PHP-CVS] cvs: php-src(PHP_5_0) / run-tests.php

2004-07-21 Thread Christian Stocker
chregu Wed Jul 21 07:20:34 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcrun-tests.php Log: MFH. Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn) http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.195&r2=1.195.2.1&

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

2004-07-25 Thread Christian Stocker
chregu Sun Jul 25 04:37:39 2004 EDT Modified files: /php-src/ext/xslphp_xsl.c Log: set errorhandler to generic php_libxml_error_handler http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.22&r2=1.23&ty=u Index: php-src/ext/xsl/php_xsl.c diff -u ph

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

2004-07-25 Thread Christian Stocker
chregu Sun Jul 25 06:37:28 2004 EDT Modified files: /php-src/ext/libxml libxml.c Log: use php_error_docref for libxml2 errors http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.19&r2=1.20&ty=u Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/lib

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

2004-07-25 Thread Christian Stocker
chregu Sun Jul 25 07:02:43 2004 EDT Modified files: /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: added new method SimpleXMLElement->registerNamespace(string prefix, string uri) "registers a prefix <-> namespaceURI combination for use in a

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

2004-07-25 Thread Christian Stocker
On 25.7.2004 16:53 Uhr, Sterling Hughes wrote: pls change to registerXpathNs or registerXpathNamespace(). Yep, makes sense.. chregu -sterling Christian Stocker wrote: chreguSun Jul 25 07:02:43 2004 EDT Modified files: /php-srcNEWS /php-src/ext/simplexml

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

2004-07-25 Thread Christian Stocker
chregu Sun Jul 25 10:59:21 2004 EDT Modified files: /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: renamed registerNamespace() to registerXPathNamespace() http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1774&r2=1.1775&ty=u Index: php-src/NE

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

2004-07-28 Thread Christian Stocker
chregu Wed Jul 28 08:40:53 2004 EDT Modified files: /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c Log: Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.177

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/xsl php_xsl.c php_xsl.h xsltprocessor.c

2004-07-28 Thread Christian Stocker
chregu Wed Jul 28 08:42:16 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c Log: MFH Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob) http://cvs.php.net/diff.php/php-

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

2004-07-28 Thread Christian Stocker
chregu Thu Jul 29 02:40:46 2004 EDT Modified files: /php-srcNEWS Log: Remove News entry, which is already in 5.0 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1778&r2=1.1779&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1778 php-src/NEWS:1.1779 --- php

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

2004-08-08 Thread Christian Stocker
chregu Sun Aug 8 14:01:33 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: - Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception - Fix some 0 Byte Memory Leaks http://cvs.php.net/diff.php/php-sr

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

2004-08-08 Thread Christian Stocker
chregu Sun Aug 8 14:05:47 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslxsltprocessor.c Log: MFH (fix for Bug #29573 : Segmentation fault when php function(called from XSLT templat) throw exception and Zero Byte Memory Leaks) http://cvs.p

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-08-08 Thread Christian Stocker
chregu Sun Aug 8 14:09:47 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: Fixed bug #29573. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.22&r2=1.1760.2.23&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.22 php-src/NEWS:1.1760.

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

2004-08-10 Thread Christian Stocker
chregu Tue Aug 10 04:00:09 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: Fix segfault on error in xslt http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.32&r2=1.33&ty=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src

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

2004-08-10 Thread Christian Stocker
chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslxsltprocessor.c Log: MFH (Fix segfault on error in xslt) http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.29.2.2&r2=1.29.2.3&ty=u Index: php-src/ext/xsl/

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

2004-08-10 Thread Christian Stocker
On 10.8.2004 10:25 Uhr, Andi Gutmans wrote: News? Should I really add it? The bug was not existent in 5.0.0 and there was no bugreport. chregu At 08:02 AM 8/10/2004 +, Christian Stocker wrote: chregu Tue Aug 10 04:02:01 2004 EDT Modified files: (Branch: PHP_5_0

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

2004-08-11 Thread Christian Stocker
chregu Wed Aug 11 04:23:27 2004 EDT Modified files: /php-src/ext/dom/tests dom005.phpt Log: fix test http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom005.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/ext/dom/tests/dom005.phpt diff -u php-src/ext/dom/tests

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/dom/tests dom005.phpt

2004-08-11 Thread Christian Stocker
chregu Wed Aug 11 04:24:41 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/dom/tests dom005.phpt Log: MFH (fix test) http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom005.phpt?r1=1.3&r2=1.3.2.1&ty=u Index: php-src/ext/dom/tests/dom005.phpt dif

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

2004-08-13 Thread Christian Stocker
chregu Fri Aug 13 08:32:55 2004 EDT Modified files: /php-srcNEWS /php-src/ext/domdocument.c dom_properties.h php_dom.c xml_common.h Log: Added DomDocument->recover property for parsing not well-formed XML Documents. http://cvs.php.net/diff.php/p

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

2004-08-13 Thread Christian Stocker
chregu Fri Aug 13 08:35:56 2004 EDT Modified files: /php-srcNEWS Log: Forgot to add DomDocumentFragment->appendXML(), when I commited it back then http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1791&r2=1.1792&ty=u Index: php-src/NEWS diff -u php-src/NEWS:

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

2004-08-19 Thread Christian Stocker
chregu Thu Aug 19 08:18:25 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: fix for bug #29657 xml_* functions throw non descriptive error, compared to php4 fix for bug #29711 libxml and non iso-8859-1. If no encoding specified, it defaults to

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

2004-08-19 Thread Christian Stocker
chregu Thu Aug 19 08:29:44 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/xmlcompat.c xml.c Log: MFH - Fixed bug #29657 (xml_* functions throw non descriptive error). (Christian, Rob) - Fixed bug #29711 (Changed ext/xml t

[PHP-CVS] cvs: php-src /ext/xsl EXPERIMENTAL

2004-08-24 Thread Christian Stocker
chregu Tue Aug 24 07:50:26 2004 EDT Removed files: /php-src/ext/xslEXPERIMENTAL Log: This extension is no more experimental -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl EXPERIMENTAL

2004-08-24 Thread Christian Stocker
chregu Tue Aug 24 07:50:53 2004 EDT Removed files: (Branch: PHP_5_0) /php-src/ext/xslEXPERIMENTAL Log: MFH ;) (This extension is no more experimental) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl EXPERIMENTAL

2004-08-24 Thread Christian Stocker
On 24.8.2004 14:28 Uhr, Steph wrote: Oh, cool! Does this mean it's going to be enabled by default any time soon? I don't think so, since it's dependent on (one more) external library chregu -Original Message- From: Christian Stocker [mailto:[EMAIL PROTECTED] Sent: 24 Augus

[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(PHP_5_0) / EXTENSIONS

2004-08-27 Thread Christian Stocker
r1=1.68&r2=1.68.2.1&ty=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.68 php-src/EXTENSIONS:1.68.2.1 --- php-src/EXTENSIONS:1.68 Thu Mar 4 10:55:44 2004 +++ php-src/EXTENSIONS Fri Aug 27 18:41:38 2004 @@ -220,7 +220,7 @@ EXTENSION: dom PRIMARY MAINTAINER: Christi

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

2004-10-08 Thread Christian Stocker
now deprecated methods/arguments. So please keep them. chregu > > regards, > Derick > > -- > Derick Rethans > http://derickrethans.nl | http://ez.no | http://xdebug.org > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http:/

[PHP-CVS] cvs: php-src / NEWS /main/streams userspace.c

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:40:12 2004 EDT Modified files: /php-srcNEWS /php-src/main/streams userspace.c Log: - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write) Was applied to PHP 4 ages ago, but not to PHP 5 branch http://cvs.

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

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:51:56 2004 EDT Modified files: /php-srcNEWS Log: this NEWS entry should have gone into PHP_5_0 branch. sorry http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1817&r2=1.1818&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1817 php-src/NE

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /main/streams userspace.c

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:53:39 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/main/streams userspace.c Log: MFH Fixed bug #27183 (Userland stream wrapper segfaults on stream_write). http://cvs.php.net/diff.php/php-src/NEWS?r1=1

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

2004-12-03 Thread Christian Stocker
chregu Fri Dec 3 10:53:03 2004 EDT Removed files: (Branch: PHP_4_3) /php-src/ext/domxml EXPERIMENTAL Log: - remove EXPERIMENTAL tag -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-01-17 Thread Christian Stocker
chregu Mon Jan 17 11:06:57 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslphp_xsl.c php_xsl.h Log: revert these 2 files... shouldn't have been comitted .. http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.22.2.5&r2=1.22.2.6&ty=u Index

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl php_xsl.c php_xsl.h xsltprocessor.c

2005-01-17 Thread Christian Stocker
chregu Mon Jan 17 11:01:38 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c Log: MFH proto fixes http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.22.2.4&r2=1.22.2.5&ty=u Index: php-src/ext/xsl/p

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

2005-01-17 Thread Christian Stocker
chregu Mon Jan 17 10:56:18 2005 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: fix protos (by Mehdi Achour ) http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.34&r2=1.35&ty=u Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ex

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

2005-04-06 Thread Christian Stocker
chregu Wed Apr 6 08:26:30 2005 EDT Modified files: /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c Log: - Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-09-08 Thread Christian Stocker
having a function called "free" is > really sucky. We should only keep old function names if we feel it'll break > too many old scripts. As free is a new function it won't. > > Andi > > At 07:25 AM 8/27/2002 +, Christian Stocker wrote: > >+

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-09-09 Thread Christian Stocker
chregu Mon Sep 9 16:21:31 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Fix for bug 19266 (don't allow appending nodes from 2 different documents) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.209 php4/ext/domx

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-09-09 Thread Christian Stocker
chregu Mon Sep 9 16:32:49 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: chregu: Can you please use the new php_error_docref in new code? Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.210 php4/ext/domxml/php_dom

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-11 Thread Christian Stocker
chregu Fri Oct 11 10:00:12 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: node->attributes returns null, if there are no attributes. Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.211 php4/ext/domxml/php_domxml.c:

[PHP-CVS] cvs: php4 /ext/domxml/tests 001.phpt

2002-10-11 Thread Christian Stocker
chregu Fri Oct 11 10:03:00 2002 EDT Modified files: /php4/ext/domxml/tests 001.phpt Log: text and comment nodes do not have children... test was wrong, implementation is right :) Index: php4/ext/domxml/tests/001.phpt diff -u php4/ext/domxml/tests/001

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-28 Thread Christian Stocker
chregu Mon Oct 28 03:54:30 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Patch by Morus Walter, concerning some dtd/entity expanding stuff. Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.213 php4/ext/domxml/php_do

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-29 Thread Christian Stocker
; int ret; > char *buffer; > int buffer_len; > @@ -3851,7 +3853,7 @@ > PHP_FUNCTION(xmldocfile) > { > zval *rv = NULL; > - xmlDoc *docp; > + xmlDoc *docp = NULL; > int ret, file_len; > char *file; > int mode = 0, p

[PHP-CVS] cvs: php4 /ext/domxml TODO

2002-10-30 Thread Christian Stocker
chregu Wed Oct 30 08:14:24 2002 EDT Modified files: /php4/ext/domxmlTODO Log: Added 2 more items Index: php4/ext/domxml/TODO diff -u php4/ext/domxml/TODO:1.5 php4/ext/domxml/TODO:1.6 --- php4/ext/domxml/TODO:1.5Wed Jul 17 04:59:05 2002 +++ php4/ext/d

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-31 Thread Christian Stocker
chregu Thu Oct 31 14:52:46 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fix proto for clone_node Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.216 php4/ext/domxml/php_domxml.c:1.217 --- php4/ext/domxml/php_domxm

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-11-01 Thread Christian Stocker
chregu Fri Nov 1 05:06:10 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fix for bug #20209 (appending text nodes leads to segfaults sometimes) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.217 php4/ext/domxml/ph

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-11-26 Thread Christian Stocker
chregu Tue Nov 26 10:37:55 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.219 php4/ext/domxml/ph

  1   2   >