Re: [PHP] SimpleXML doesn't work with one single XML tag line...

2005-07-15 Thread Christian Stocker
> string(3) "tbd" > ["string"]=> > string(38) "user not found." > } > } > > More useful information: > > [EMAIL PROTECTED]:/lockdown/includes/api# php -v > PHP 5.0.3 (cli) (built: Jul 11 2005 12:33:

Re: [PHP] XSLT processor and xsl:param - expected behavior?

2005-06-09 Thread Christian Stocker
issing? Indeed, that's working ;) But PHP doesn't do much here, I'd say it's more a libxslt "bug", but I didn't look up the standards (but your assumption seems obvious) chregu > > -- > PHP General Mailing List (http://www.php.net/) > To unsubsc

Re: [PHP] Impossible to list attributes of xml-element?

2005-05-27 Thread Christian Stocker
t; those attributes, to work further with. > > Could someone please point me in the same direction? $domelement->attributes gives you a DomNodeList back with all attributes chregu > > Sincerely > > Victor > > -- > PHP General Mailing List (http://www.php.net/)

Re: [PHP] Parsing XML with php

2005-05-16 Thread Christian Stocker
f you have libxml2 installed, you should get SAX (aka ext/xml), DOM and simplexml support out of the box) chregu > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggst

Re: [PHP] Extending Element class in a dom tree?

2005-04-30 Thread Christian Stocker
Hi again On 4/30/05, Christian Stocker <[EMAIL PROTECTED]> wrote: > On 4/30/05, Erik Franzén <[EMAIL PROTECTED]> wrote: > > The DOM implementation i PHP5 allows classes to be extended. Extending > > the Document class is no problem, but how can I extend the Element cl

Re: [PHP] Extending Element class in a dom tree?

2005-04-30 Thread Christian Stocker
rk, just forget about it ;) chregu > > Regards > /Erik > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | m

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-23 Thread Christian Stocker
ed. How do I do this on my PHP box? > Sorry no Java or .NET available... :) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich ph

Re: [PHP] Appending DOM doc as child in another DOM doc

2005-02-16 Thread Christian Stocker
g List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnup

Re: [PHP] PHP5: DOM->removeChild Problem

2005-01-25 Thread Christian Stocker
a > 0 > > > ------- > > I hope somebody can help me somehow! I'm really desperate! > > Cheers > > mike > > -- > PHP General Mailing List (http://www.php.

[PHP] Re: [PHP-XML-DEV] DomXPath and default XML namespaces

2004-12-13 Thread Christian Stocker
mespaces you need in the XPath query. Then XPath is very portable. chregu Thanks, -Dan -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0

Re: [PHP] Parsing multiple XML documents as strings. Inbox

2004-12-06 Thread Christian Stocker
but it's perfectly possible to load XML documents from strings: see http://ch.php.net/manual/en/ref.xsl.php and http://ch.php.net/manual/en/function.dom-domdocument-loadxml.php for further details. chregu > > Grtz, > > Bart > > -- > PHP General Mailing List (http://www

Re: [PHP] XML Signature verification in PHP

2004-11-03 Thread Christian Stocker
is also based on libxml2 chregu > Regards, > Rajesh B. > > > __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-

Re: [PHP] Unable to validate XML with Schema if namespace is specified.

2004-10-31 Thread Christian Stocker
here an obvious blunder in what I am trying > to do, which I cannot see. > Best regards. . . Dusty > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5

Re: [PHP] DOM XML/XSL questions

2004-10-27 Thread Christian Stocker
ot;automagically" ) but you can try to set the property formatOutput just before saveXML: $doc->formatOutput = true; Never tested, but should work chregu > TIA for any advice... Dusty > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www

Re: [PHP] DOMXML html_dump_mem question

2004-10-22 Thread Christian Stocker
On Fri, 22 Oct 2004 10:44:48 +0200, franco bevilacqua <[EMAIL PROTECTED]> wrote: > Christian Stocker wrote: > > On Fri, 22 Oct 2004 09:07:46 +0200, franco bevilacqua > > <[EMAIL PROTECTED]> wrote: > > > >> Hello, > >>I have a question regarding

Re: [PHP] DOMXML html_dump_mem question

2004-10-22 Thread Christian Stocker
gt; The following dump is produced: > > This is the title > > But I expect the following result: > > "This is the title" : formated as HTML header1 > > Thanks for your help. > > Best regards > Franco > > -- > PHP General Mailing List (http:

Re: [PHP] SimpleXML: DOM, SAX or Other?

2004-10-15 Thread Christian Stocker
ML chregu > > Kieran > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 2

Re: [PHP] What do I need in order to validate XMl against an XSD using php?

2004-09-27 Thread Christian Stocker
> To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP Gene

Re: [PHP] Re: configure --with-xsl & getting error

2004-09-24 Thread Christian Stocker
On Fri, 24 Sep 2004 08:46:23 +0200, Gerrit P. Haase <[EMAIL PROTECTED]> wrote: > Christian Stocker wrote: > > > Ever thought of reporting a bug to http://bugs.php.net instead of > > trolling around here? > > > But I don't think, it's a bug, because

Re: [PHP] Re: configure --with-xsl & getting error

2004-09-23 Thread Christian Stocker
> modules to be compiled. > > > > > Gerrit > -- > =^..^= > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone

Re: [PHP] DOM loadXML not loading doctype as expected in PHP5

2004-08-31 Thread Christian Stocker
y not documented yet :( And yes, please just add a User Note for the time being) chregu > > -dave > > > > On Tue, 2004-08-31 at 01:23, Christian Stocker wrote: > > On Tue, 31 Aug 2004 00:27:25 -0400, David Numan <[EMAIL PROTECTED]> wrote: > > > Hi > >

Re: [PHP] CMS, Seperation of concerns - the Cocoon style

2004-08-31 Thread Christian Stocker
, any inputs on that? I would not mind going the java route, just prefer > rapid development over: asant - asant deploy - asant undeploy - asant clean > .. And so on . > > Thanks, > > Thomas > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zuric

Re: [PHP] DOM loadXML not loading doctype as expected in PHP5

2004-08-30 Thread Christian Stocker
egu > > Tested on Gentoo with PHP 5.0.0 and 5.0.1 with libxml 2.6.11. > > Any ideas would be appreciated. > Thanks, > -- > David Numan <[EMAIL PROTECTED]> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Loading a html file using DOM XML

2004-08-29 Thread Christian Stocker
So if I need to use "DOM" instead of "DOM XML" then I need to enable "DOM" > > instead of "DOM XML". I have enabled the domxml extension; is there a > > different extension that I need for "DOM" (DOMDocument->loadHTMLFile)? > &

Re: [PHP] Loading a html file using DOM XML

2004-08-29 Thread Christian Stocker
hat. > Perhaps the XML DOM is not capable of doing that then saying that the > problem is that it is not well-formed is a minor detail and the answer is > that I need HTML DOM functions instead of XML DOM. In other words, perhaps > PHP cannot do what I need. > > "Christian

Re: [PHP] Loading a html file using DOM XML

2004-08-29 Thread Christian Stocker
t;DynamicTable.html"); > if (!$Document) { > echo "Error loading the document\n"; > exit; > } > > Yet that does not work; I get the error. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visi

Re: [PHP] PHP5 DOM extension as a PECL package for PHP4?

2004-08-20 Thread Christian Stocker
est old (DOMXML) and new (DOM) scripts side by side. > > Cheers, > Scrumpy :) > > _ > Add photos to your messages with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > -- > PHP General Mailing List (http://www.php.net/) > To unsubs

Re: [PHP] Validate XML data

2004-08-19 Thread Christian Stocker
I advise to use the most recent libxml2 libraries, since they made > > big improvements concerning XSD support lately > > > >>It is possible to validate a XML document with XML Schema Definition > >>Language (XSDL). > >> > >>Is it possible to use XSDL

Re: [PHP] Validate XML data

2004-08-19 Thread Christian Stocker
a XML document with XML Schema Definition > Language (XSDL). > > Is it possible to use XSDL in Php? > > Thanks, > Jacob > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker |

Re: [PHP] PHP bug tracker, it is freely available

2004-08-13 Thread Christian Stocker
ling List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-k

Re: [PHP] Old HTML convert to XHTML Class?

2004-08-04 Thread Christian Stocker
ce > Jay > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http

Re: [PHP] XML validation with XML Schema

2004-07-30 Thread Christian Stocker
hema Implementatin of libxml2 is not complete/finished anyway (but their getting there slowly...) chregu > > that exists on PHP5 > > Thanks, > > Matias. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] php 5 DOM tutorials / examples?

2004-07-26 Thread Christian Stocker
inly more ;) ) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] What is the PHP5 eqvivalent to domxml_open_mem in PHP4?

2004-07-26 Thread Christian Stocker
/php5-xmlphp.php chregu > > /Erik > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fa

Re: [PHP] php5: domDocument source encoding?

2004-07-26 Thread Christian Stocker
h for example ->nodeValue, it's UTF-8, always. $doc->encoding is only honoured during save() or saveXML(). > > As documentation hasn't caught up with $doc->encoding, how could I've found > out myself? reading the source or the W3C Specs ;) chregu > > Th

Re: [PHP] php5: domDocument source encoding?

2004-07-26 Thread Christian Stocker
ttp://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP Ge

Re: [PHP] Re: DOMXML support should be added to PHP5

2004-07-25 Thread Christian Stocker
PHP core team is usually very concerned about BC (backwards compatibility) and as you maybe realized, 99% of PHP 4 scripts run on PHP 5 without any problems at all. The one big exception is DOMXML, for the reasons stated above. chregu > > Cheers, > Scrumpy :) > > -- > PHP Gene

Re: [PHP] PHP5, XPath and count()

2004-07-24 Thread Christian Stocker
On Sat, 24 Jul 2004 17:35:59 +0200, Victor Boivie <[EMAIL PROTECTED]> wrote: > Christian Stocker wrote: > > >>var_dump($xpath->query("count(/catalog/cd")->item(0)); > > > > > > this doesn't work yet in DOM. The returned value has to

Re: [PHP] PHP5, XPath and count()

2004-07-21 Thread Christian Stocker
he returned value has to be a nodeset. Will be fixed some day ;) see victors answer for the work around chregu > > ... returns NULL. > > Any ideas? > > Thanks in advance, > Victor > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: htt

[PHP] Re: [PHP-XML-DEV] Re: [PHP] PHP5: ext/dom - set namespace of node manually

2004-02-16 Thread Christian Stocker
>setNamespaceURI method, even if W3C didnt think of that ;) chregu Rob -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP General

[PHP] Re: [PHP-XML-DEV] Re: [PHP] PHP5: ext/dom - set namespace of node manually

2004-02-15 Thread Christian Stocker
per level manipulation of the namespaces... Currently, I don't have a solution to your problem, except porting setNamespace to PHP5... chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://

[PHP] Re: Question and PHP DOMXML and Apache

2002-04-23 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Sebastian A. wrote: > Have the new DOM XML functions been included in the latest version of > PHP (4.2) when I try to use one of the new functions, such as > domxml_open_file() I get an error message saying I am calling and > undefined function. Has anyone successfully use

[PHP] Re: XML closing elements called for

2002-02-06 Thread Christian Stocker
In <000a01c1af5a$dbf70140$73fd883e@laptop>, Hammy wrote: > Is there any way to suppress or detect when the closing element event > fires from tags in the form rather than ? > no, i don't think so. It means exactly the same in the XML-sense, so why should there be a difference in reporting it..

[PHP] Re: PEAR IMAGICK [WAS-> RANT: Why doesn't PHP have built-in support for dynamic]

2002-02-04 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Michael Kimsal wrote: > Christian Stocker wrote: > > >>>see (which is how I labelled it above) and what I'm capable of actually >>>contributing. >>>Doing C-code PHP extensions is beyond my capabilities, so I make do

[PHP] Re: Why doesn't PHP have built-in support for dynamic image generation?

2002-02-03 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Andy wrote: > Hi guys, > > I think his original question was how to install GD! > > It's not a big deal! > - Install PHP > 4.06 > - edit the php.ini -> delete the comment tags from the gd import module > - restart your server if it is running not as a CGI extension >

[PHP] Re: PEAR IMAGICK [WAS-> RANT: Why doesn't PHP have built-in support for dynamic]

2002-02-03 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Michael Kimsal wrote: >>>Someone seems to have started this, although I'm not sure why he's not >>>going more object-based. >>> >>> >>>http://pear.php.net/manual/en/packages.imagick.php >>> >>>I would prefer something like >>> >>>$i = new Imagick(); >>>$i->read("file");

[PHP] Re: PEAR IMAGICK [WAS-> RANT: Why doesn't PHP have built-in support for dynamic]

2002-02-03 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Michael Kimsal wrote: > Weston Houghton wrote: > >> Anybody interested in working on a PEAR module to interface PHP with >> something like ImageMagick directly? I would love to see it. Maybe if I >> am unemployed long enough soon I can work on it myself. Not that I >> rea

Re: [PHP] RANT: Why doesn't PHP have built-in support for dynamic image generation?

2002-02-03 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Victor Boivie wrote: > PEAR? I think it would be better if someone did a "real" PHP module for > ImageMagick, just like PerlMagick is for Perl. There is one at > http://php.chregu.tv/imagick/, but it's far from complete. If someone > would like to help him with the project

[PHP] Re: printing an XML node

2002-01-18 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Christian Stocker wrote: > In <[EMAIL PROTECTED]>, Thomas Gagne wrote: > >> dumpmem works great for entire documents, but what is the strategy for >> printing the contents of a single node? It is impossible to use >> dumpmem on a

[PHP] Re: printing an XML node

2002-01-17 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Thomas Gagne wrote: > dumpmem works great for entire documents, but what is the strategy for > printing the contents of a single node? It is impossible to use dumpmem > on a node since the code looks for a 'doc' property that doesn't exist > in nodes. it's not possible a

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Christian Stocker
In <100984FEB15DD511BA9300104B6980760AC36B@EXCHANGE-RIO>, Ricardo Junior wrote: > The conversion to plain text mail format changed the correct indent that > I need I'm needing it like this: > > > > > > > > Thanks !!! no need to scream here :) here's a function

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Christian Stocker
In <100984FEB15DD511BA9300104B6980760AC36B@EXCHANGE-RIO>, Ricardo Junior wrote: > The conversion to plain text mail format changed the correct indent that > I need I'm needing it like this: > > > > > > > > Thanks !!! no need to scream here :) here's a function,

[PHP] Re: PHP and JAVA

2001-12-02 Thread Christian Stocker
In <00f501c17b22$dd26da20$0600a8c0@shaemeli>, Steve Haemelinck wrote: > Hi all > > Does anyone got any experience with JAVA in PHP? I tried to rebuild php > with java support. Everything worked well but when I try to initiate > Java in PHP, I get cannot instantiate Virtual machine. I use kaffe a

[PHP] Re: XSLT error functions

2001-10-20 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Vikram Vaswani wrote: > Hi all, > > Am working with the XSLT functions in PHP. I'm trying to trap errors > with the xslt_error() functions - however, the function generates no > output even if I deliberately introduce errors into the XSLT sheet. > > Same goes for the ope

[PHP] ext/java with sun jdk 1.3.1?

2001-09-14 Thread Christian Stocker
Hello Was anyone ever able to get jdk 1.3.1 from sun running together with ext/java in php? jdk 1.2.2 was not a big problem, but if i switch to 1.3.1, the scripts do not output anything. not even an entry in the logfiles is made. if it's really impossible, i'll stay with 1.2.2 and will not try a

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php

2001-04-06 Thread Christian Stocker
/sql2xml.php:1.6 php4/pear/Experimental/XML/sql2xml.php:1.7 --- php4/pear/Experimental/XML/sql2xml.php:1.6 Wed Apr 4 02:15:57 2001 +++ php4/pear/Experimental/XML/sql2xml.php Fri Apr 6 03:13:13 2001 @@ -15,19 +15,16 @@ // | Authors: Christian Stocker <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php

2001-04-04 Thread Christian Stocker
+++ php4/pear/Experimental/XML/sql2xml.php Wed Apr 4 02:15:57 2001 @@ -15,74 +15,174 @@ // | Authors: Christian Stocker <[EMAIL PROTECTED]> | // +--+ // -// $Id: sql2xml.php,v 1.5 2001/03/30 12

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php

2001-03-31 Thread Christian Stocker
/fo2pdf.php:1.5 php4/pear/Experimental/XML/fo2pdf.php:1.6 --- php4/pear/Experimental/XML/fo2pdf.php:1.5 Fri Mar 30 04:55:07 2001 +++ php4/pear/Experimental/XML/fo2pdf.php Sat Mar 31 05:38:58 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php

2001-03-30 Thread Christian Stocker
XML/sql2xml.php:1.5 --- php4/pear/Experimental/XML/sql2xml.php:1.4 Fri Mar 30 03:03:11 2001 +++ php4/pear/Experimental/XML/sql2xml.php Fri Mar 30 04:55:30 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL PRO

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php

2001-03-30 Thread Christian Stocker
l/XML/fo2pdf.php:1.4 php4/pear/Experimental/XML/fo2pdf.php:1.5 --- php4/pear/Experimental/XML/fo2pdf.php:1.4 Thu Mar 29 13:26:53 2001 +++ php4/pear/Experimental/XML/fo2pdf.php Fri Mar 30 04:55:07 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL P

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php

2001-03-30 Thread Christian Stocker
hp4/pear/Experimental/XML/sql2xml.php:1.4 --- php4/pear/Experimental/XML/sql2xml.php:1.3 Fri Mar 30 02:36:42 2001 +++ php4/pear/Experimental/XML/sql2xml.php Fri Mar 30 03:03:11 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL PRO

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml_ext.php

2001-03-30 Thread Christian Stocker
php4/pear/Experimental/XML/sql2xml_ext.php:1.2 php4/pear/Experimental/XML/sql2xml_ext.php:1.3 --- php4/pear/Experimental/XML/sql2xml_ext.php:1.2 Thu Mar 29 13:26:53 2001 +++ php4/pear/Experimental/XML/sql2xml_ext.php Fri Mar 30 02:37:35 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php

2001-03-30 Thread Christian Stocker
15,7 @@ // | Authors: Christian Stocker <[EMAIL PROTECTED]> | // +--+ // -// $Id: sql2xml.php,v 1.2 2001/03/29 21:26:53 uw Exp $ +// $Id: sql2xml.php,v 1.3 2001/03/30 10:36:42 chregu Exp $ /** * This cla

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php

2001-03-29 Thread Christian Stocker
/XML/fo2pdf.php:1.2 php4/pear/Experimental/XML/fo2pdf.php:1.3 --- php4/pear/Experimental/XML/fo2pdf.php:1.2 Tue Mar 27 06:35:21 2001 +++ php4/pear/Experimental/XML/fo2pdf.php Thu Mar 29 02:13:50 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php

2001-03-27 Thread Christian Stocker
:1.2 --- php4/pear/Experimental/XML/fo2pdf.php:1.1 Tue Mar 27 01:53:00 2001 +++ php4/pear/Experimental/XML/fo2pdf.php Tue Mar 27 06:35:21 2001 @@ -15,7 +15,7 @@ // | Authors: Christian Stocker <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php

2001-03-27 Thread Christian Stocker
. | // +--+ // | Authors: Christian Stocker <[EMAIL PROTECTED]> | // +--+ // // $Id: fo2pdf.php,v 1.1 2001/03/27 09:53:00 chregu Exp $ /** *

[PHP-CVS] cvs: php4 /pear/Experimental/XML sql2xml.php sql2xml_ext.php

2001-03-24 Thread Christian Stocker
note to | // | [EMAIL PROTECTED] so we can mail you a copy immediately. | // +--+ // | Authors: Christian Stocker <[EMAIL PROTEC

[PHP-CVS] cvs: php4(PHP_4_0_5) /pear/Cache Output.php

2001-03-23 Thread Christian Stocker
chregu Fri Mar 23 10:36:37 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/pear/CacheOutput.php Log: GarbageCollection was moved into a PEAR-Deconstructor (from the HEAD Branch) Index: php4/pear/Cache/Output.php diff -u php4/pear/Cache/Output.php:1.

[PHP-CVS] cvs: php4(PHP_4_0_5) /pear/Cache/Container file.php

2001-03-23 Thread Christian Stocker
chregu Fri Mar 23 10:35:17 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/pear/Cache/Container file.php Log: just the changes from the HEAD dev here. rather important Index: php4/pear/Cache/Container/file.php diff -u php4/pear/Cache/Container/file.php:1

[PHP-CVS] cvs: php4 /pear/Cache/Container dbx.php

2001-03-22 Thread Christian Stocker
. | // +--+ // | Authors: Christian Stocker <[EMAIL PROTECTED]> | // +--+ // // $Id: dbx.php,v 1.1 2001/03/22 14:29:01 chregu Exp $ requir

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-17 Thread Christian Stocker
chregu Sat Mar 17 08:07:42 2001 EDT Modified files: /php4/pear/Cache/Container file.php Log: GarbageCollection didn't work properly (wanted to delete files, relative paths don't work in deconstructors) Index: php4/pear/Cache/Container/file.php diff -u ph

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Output.php

2001-03-17 Thread Christian Stocker
chregu Sat Mar 17 08:06:31 2001 EDT Modified files: /php4/pear Cache.php /php4/pear/CacheOutput.php Log: GarbageCollection was moved into a PEAR-Deconstructor Index: php4/pear/Cache.php diff -u php4/pear/Cache.php:1.7 php4/pear/Cache.php:1.8 ---

Re: [PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Container.phpError.php /pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Christian Stocker
<<< No Message Collected >>> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-CVS] cvs: php4 /pear/Cache Container.php Output.php /pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Christian Stocker
@@ // +--+ // | Authors: Ulf Wendel <[EMAIL PROTECTED]> | // | Sebastian Bergmann <[EMAIL PROTECTED]> | +// | Christian Stocker <[

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-06 Thread Christian Stocker
chregu Tue Mar 6 05:25:45 2001 EDT Modified files: /php4/pear/Cache/Container file.php Log: deleteDir deletes now the created "group"-Directories as well. Hope it works on windows as well... Index: php4/pear/Cache/Container/file.php diff -u php4/pear/Ca

[PHP-CVS] cvs: php4 /pear/Cache Container.php /pear/Cache/Container db.php phplib.php

2001-03-06 Thread Christian Stocker
chregu Tue Mar 6 03:32:10 2001 EDT Modified files: /php4/pear/CacheContainer.php /php4/pear/Cache/Container db.php phplib.php Log: replaced db->quoteString with addslashes adjusted encoding_mode = "slash" that it doesn't quote slashes, the save

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-02 Thread Christian Stocker
chregu Fri Mar 2 06:46:01 2001 EDT Modified files: /php4/pear/CacheOutput.php Log: Wrong order of Parameters in $this->container->save(); and $this->cache_id instead of $this->id on the same line Index: php4/pear/Cache/Output.php diff -u php4/pear