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
@@ -
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
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
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
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 -
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
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
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
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 (?).
>
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
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
>
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
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
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
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
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.
Can we add a link to the greek translation (online manual,
printer-friendly/with-notes) at /docs.php?
Enabled.
Goba
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
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
> > 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:
> > 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
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
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
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
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
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
26 matches
Mail list logo