[PHP-DOC] cvs: livedocs / TODO

2004-01-12 Thread Mehdi Achour
didou Mon Jan 12 22:54:52 2004 EDT Modified files: /livedocs TODO Log: Added a toto item Index: livedocs/TODO diff -u livedocs/TODO:1.10 livedocs/TODO:1.11 --- livedocs/TODO:1.10 Mon Jan 12 18:04:30 2004 +++ livedocs/TODO Mon Jan 12 22:54:51 2004 @@ -

[PHP-DOC] cvs: livedocs / livedoc.css

2004-01-12 Thread Mehdi Achour
didou Mon Jan 12 22:52:22 2004 EDT Modified files: /livedocs livedoc.css Log: w3c compliant css Index: livedocs/livedoc.css diff -u livedocs/livedoc.css:1.21 livedocs/livedoc.css:1.22 --- livedocs/livedoc.css:1.21 Mon Jan 12 18:04:30 2004 +++ livedocs/live

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions umask.xml

2004-01-12 Thread Mehdi Achour
didou Mon Jan 12 21:18:00 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions umask.xml Log: parameter Index: phpdoc/en/reference/filesystem/functions/umask.xml diff -u phpdoc/en/reference/filesystem/functions/umask.xml:1.5 phpdoc/en/referenc

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-push.xml

2004-01-12 Thread Derick Rethans
derick Mon Jan 12 15:48:44 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-push.xml Log: - Add tip about $array[] to array_push() Index: phpdoc/en/reference/array/functions/array-push.xml diff -u phpdoc/en/reference/array/functions

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-real-escape-string.xml

2004-01-12 Thread Friedhelm Betz
betzMon Jan 12 15:39:39 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml Log: example enhancement func correction in see also Index: phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml diff -

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-error.xml

2004-01-12 Thread Friedhelm Betz
betzMon Jan 12 15:37:24 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-error.xml Log: example title Index: phpdoc/en/reference/mysql/functions/mysql-error.xml diff -u phpdoc/en/reference/mysql/functions/mysql-error.xml:1.11 ph

[PHP-DOC] cvs: livedocs / .cvsignore configure.in

2004-01-12 Thread Nuno Lopes
nlopess Mon Jan 12 14:09:12 2004 EDT Modified files: /livedocs .cvsignore configure.in Log: delete .htaccess after install Index: livedocs/.cvsignore diff -u livedocs/.cvsignore:1.9 livedocs/.cvsignore:1.10 --- livedocs/.cvsignore:1.9 Mon Jan 12 09:40:00 2

[PHP-DOC] #14165 [WFx]: No way to return variables from remote include()

2004-01-12 Thread steve at petabit dot com
ID: 14165 User updated by: steve at petabit dot com Reported By: steve at petabit dot com Status: Wont fix Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.5 New Comment: elmicha below has answered my question perfectly wel

Re: [PHP-DOC] Livedocs without scripts

2004-01-12 Thread Nuno Lopes
Sorry... I have sent a wrong diff Here is the wright patch. Nuno > Nuno Lopes wrote: > > What about this patch for makefile.in? > > > > You can use 'make html' or 'make id=function.xxx'. > > > > Nuno > > +1 for me ;) > > But if i really want this in make html_xsl intead of PHPWEB_DEPS (?). >

[PHP-DOC] cvs: livedocs / .cvsignore

2004-01-12 Thread Nuno Lopes
nlopess Mon Jan 12 09:40:00 2004 EDT Modified files: /livedocs .cvsignore Log: allow .htaccess file Index: livedocs/.cvsignore diff -u livedocs/.cvsignore:1.8 livedocs/.cvsignore:1.9 --- livedocs/.cvsignore:1.8 Sun Jan 11 07:26:13 2004 +++ livedocs/.cvsign

Re: [PHP-DOC] LGPL and Windows Help file

2004-01-12 Thread Gabor Hojtsy
Hi Rueben! > We are currently reviewing PDF generation using PHP. We would rather not > pay for ClipPDF or PDFLib. Is the Panda library available under LGPL > now, and if not could we still use it commercially under the GPL? > > The documentation looks quite good for Panda - is there a compiled >

[PHP-DOC] LGPL and Windows Help file

2004-01-12 Thread Reuben Pearse
Hi all, We are currently reviewing PDF generation using PHP. We would rather not pay for ClipPDF or PDFLib. Is the Panda library available under LGPL now, and if not could we still use it commercially under the GPL? The documentation looks quite good for Panda - is there a compiled searchable hel

Re: [PHP-DOC] cvs: livedocs / livedoc.php

2004-01-12 Thread Mehdi Achour
Gabor Hojtsy wrote: nlopess Sun Jan 11 04:48:15 2004 EDT Modified files: /livedocslivedoc.php Log: fix examples output default: + $content=htmlspecialchars($content); } Please keep the whitespace as it was, ie: $content = etc. I would say

[PHP-DOC] Re: CHM build - include DOC-EL in docs.php

2004-01-12 Thread Derick Rethans
On Mon, 12 Jan 2004, Dimitris Glezos wrote: > Also, can we schedule a doc-EL CHM build soon? We've changed some stuff > recently concerning the CHM. The EL build crashes HtmlWorkshop for me, so that's why I'm not building it automatically. It's weird, I only have this problem with the German and

Re: [PHP-DOC] cvs: phpdoc /entities global.ent

2004-01-12 Thread Gabor Hojtsy
But there are maybe some pages of the manual using this entities, so you maybe have broke the build system :) Using the script entity-usage.php on a phpdoc-all checkout I've discovered that there is no translation using that entity. So, the build system will continue to be up & running! :) OK, coul

Re: [PHP-DOC] Livedocs without scripts

2004-01-12 Thread Gabor Hojtsy
What about this patch for makefile.in? You can use 'make html' or 'make id=function.xxx'. Nuno +1 for me ;) But if i really want this in make html_xsl intead of PHPWEB_DEPS (?). Andre is right, this should not be messed up in the phpweb build target, but in the xsl using make targets instead.

[PHP-DOC] Re: CHM build - include DOC-EL in docs.php

2004-01-12 Thread Gabor Hojtsy
Can we add a link to the greek translation (online manual, printer-friendly/with-notes) at /docs.php? Enabled. Goba

Re: [PHP-DOC] Re: Is the online manual accepting user updates?

2004-01-12 Thread Gabor Hojtsy
On a semi-related note, the auto-redirection for the manual is sometimes a little self-defeating. The mirror used seems to be based on the originators location, and not the location of the proxy server. In my case, the mirror tends to be au3, even if I am coming out of our corporate network via a

[PHP-DOC] Re: OO docs

2004-01-12 Thread Gabor Hojtsy
how are methods supposed to be listed in the manual: foo->bar(); http://www.php.net/manual/en/function.domdocument-add-root.php or foo::bar(); http://pear.php.net/manual/en/package.database.db.db-common.affectedrows.php (I didn't find an example in the php manual quickly, but I think I saw some

Re: [PHP-DOC] cvs: livedocs / livedoc.php

2004-01-12 Thread Gabor Hojtsy
> > nlopess Sun Jan 11 04:48:15 2004 EDT > > > > Modified files: > > /livedocs livedoc.php > > Log: > > fix examples output > > > > default: > > + $content=htmlspecialchars($content); > > } > > Please keep the whitespace as it was, ie:

Re: [PHP-DOC] cvs: livedocs / README

2004-01-12 Thread Gabor Hojtsy
> > gobaSun Jan 11 09:04:24 2004 EDT > > > > Modified files: > > /livedocs README > > Log: > > sqlite need to be loaded by default in php.ini (fix for ticket number 2) > > If you use #2 it will automatically make a link in CVSTrac Where is the code for this? I cann

[PHP-DOC] OO docs

2004-01-12 Thread Lukas Smith
Hi, how are methods supposed to be listed in the manual: foo->bar(); http://www.php.net/manual/en/function.domdocument-add-root.php or foo::bar(); http://pear.php.net/manual/en/package.database.db.db-common.affectedrows.php (I didn't find an example in the php manual quickly, but I think I sa

[PHP-DOC] CHM build - include DOC-EL in docs.php

2004-01-12 Thread Dimitris Glezos
Hi all.. Can we add a link to the greek translation (online manual, printer-friendly/with-notes) at /docs.php? Also, can we schedule a doc-EL CHM build soon? We've changed some stuff recently concerning the CHM. Thanks! -- Dimitris Glezos Jabber: [EMAIL PROTECTED], PGP: 0xA5A04C3B http://dimi

Re: [PHP-DOC] cvs: livedocs / README

2004-01-12 Thread Derick Rethans
On Sun, 11 Jan 2004, Gabor Hojtsy wrote: > goba Sun Jan 11 09:04:24 2004 EDT > > Modified files: > /livedocs README > Log: > sqlite need to be loaded by default in php.ini (fix for ticket number 2) If you use #2 it will automatically make a link in CVSTrac Derick

Re: [PHP-DOC] cvs: livedocs / livedoc.php

2004-01-12 Thread Derick Rethans
On Sun, 11 Jan 2004, Nuno Lopes wrote: > nlopess Sun Jan 11 04:48:15 2004 EDT > > Modified files: > /livedocs livedoc.php > Log: > fix examples output > > default: > + $content=htmlspecialchars($content); > } Please keep the whitespa

Re: [PHP-DOC] security chapter

2004-01-12 Thread Derick Rethans
On Sat, 10 Jan 2004, Nuno Lopes wrote: > May I? I don't see a point in splitting, why do you want to create more work for yourself? Derick