[PHP-DOC] cvs: phpdoc / funclist.txt funcsummary.txt

2002-01-06 Thread Egon Schmid
eschmid Mon Jan 7 02:58:30 2002 EDT Modified files: /phpdoc funclist.txt funcsummary.txt Log: Updated funclist.txt and funcsummary.txt. Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.15 phpdoc/funclist.txt:1.16 --- phpdoc/funclist.txt:1.15Sat

[PHP-DOC] cvs: phpdoc / funcparse.awk funcsummary.awk genfunclist genfuncsummary

2002-01-06 Thread Egon Schmid
eschmid Mon Jan 7 02:56:27 2002 EDT Modified files: /phpdoc funcparse.awk funcsummary.awk genfunclist genfuncsummary Log: Readded because genfuncsummary in ./scripts doesn't work. Index: phpdoc/funcparse.awk diff -u /dev/null phpdoc/funcparse.awk:1.14 ---

[PHP-DOC] Win32 Cygwin Build Issues Solved

2002-01-06 Thread Kenneth Schwartz
I was trying to get the manaul to make test in cygwin, Hartmut was updating misc files and cleaning the root directory and the issue seemed to have started. The error I was getting was "cannot create quickref.txt: permission denied" during make test. I solved the problem by `rm -rf quickref.txt

[PHP-DOC] Bug #14829 Updated: Session ID is not added if output is compressed with ob_gzhandler

2002-01-06 Thread yohgaki
ID: 14829 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Old Bug Type: Session related Bug Type: Documentation problem Operating System: Windows ME PHP Version: 4.1.0 Old Assigned To: Assigned To: yohgaki New Comment: Output control would be better type, but

[PHP-DOC] Bug #13579 Updated: variables deglobalized after session_register()

2002-01-06 Thread yohgaki
ID: 13579 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Old Bug Type: Session related Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.0.6 Old Assigned To: Assigned To: yohgaki New Comment: I'll update doc so that this kind of report w

[PHP-DOC] cvs: phpdoc /ja/functions mbstring.xml pdf.xml

2002-01-06 Thread Rui Hirokawa
hirokawaSun Jan 6 22:23:28 2002 EDT Modified files: /phpdoc/ja/functionsmbstring.xml pdf.xml Log: translation updated. Index: phpdoc/ja/functions/mbstring.xml diff -u phpdoc/ja/functions/mbstring.xml:1.12 phpdoc/ja/functions/mbstring.xml:1.13

[PHP-DOC] cvs: phpdoc /en/functions mbstring.xml

2002-01-06 Thread Rui Hirokawa
hirokawaSun Jan 6 22:23:06 2002 EDT Modified files: /phpdoc/en/functionsmbstring.xml Log: removed 'role=php' for code in php.ini. Index: phpdoc/en/functions/mbstring.xml diff -u phpdoc/en/functions/mbstring.xml:1.19 phpdoc/en/functions/mbstring

[PHP-DOC] cvs: phpdoc /en/functions bzip2.xml msql.xml

2002-01-06 Thread Kenneth Schwartz
irc-htmlSun Jan 6 21:55:54 2002 EDT Modified files: /phpdoc/en/functionsbzip2.xml msql.xml Log: Updated with &return.success; Index: phpdoc/en/functions/bzip2.xml diff -u phpdoc/en/functions/bzip2.xml:1.14 phpdoc/en/functions/bzip2.xml:1.15 ---

[PHP-DOC] cvs: phpdoc /en/functions fdf.xml mbstring.xml pdf.xml

2002-01-06 Thread Rui Hirokawa
hirokawaSun Jan 6 21:52:21 2002 EDT Modified files: /phpdoc/en/functionsfdf.xml mbstring.xml pdf.xml Log: added mb_get_info() and removed experimental sentence. Index: phpdoc/en/functions/fdf.xml diff -u phpdoc/en/functions/fdf.xml:1.26 phpdoc

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

2002-01-06 Thread Lars Torben Wilson
Zak Greant writes: > On 2002-6-01 16:50, Hartmut Holzgraefe wrote: > > Egon Schmid wrote: > > > The rules in English are the following: > > > > > > See also func1 and func2. > > > See also func1, func2, and func3. > > > See also func1, func2, func3, and func4. > > > > that what the university of C

Re: [PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Kenneth Schwartz
Ahh, that's fine. Thanks. I was thinking there was something wrong on my end, which is usually the case. :) Best Regards, Kenneth Schwartz - http://www.irc-html.com E-mail: [EMAIL PROTECTED] Emergency Contact: 910-382-6280 On Mon, 07 Jan 2002 02:08:15 +0100 Mark Kronsbein <[EMAIL PROTECTED]>

Re: [PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Kenneth Schwartz
I've got the latest of both files. I grabbed a clean copy of the CVS tree, didn't seem to help. Best Regards, Kenneth Schwartz - http://www.irc-html.com E-mail: [EMAIL PROTECTED] Emergency Contact: 910-382-6280 On Mon, 7 Jan 2002 02:01:32 +0100 Friedhelm Betz <[EMAIL PROTECTED]> wrote: > >

Re: [PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Kenneth Schwartz
I'm having difficulties building the manual from cygwin this evening. It seems the problems started earlier when quite a few files were removed (moved) from the root directory, I make clean, autoconf, configure, and make test: $ make test make: Circular quickref.txt <- manual.xml dependency drop

[PHP-DOC] German bookinfo.xml

2002-01-06 Thread Mark Kronsbein
Hi! There are two things I do not like in the German (or perhaps in all) bookinfo.xml as well as in manual/de/index.php: 1."Copyright © 1997, 1998, 1999, 2000, 2001, 2002 von der PHP-Dokumentationsgruppe" This sucks and is absolutely _no_ correct German. "...2002 PHP-Dokumentationsgruppe" wou

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

2002-01-06 Thread Zak Greant
zak Sun Jan 6 19:34:11 2002 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: HTTP connections opened by fopen are read-only Index: phpdoc/en/functions/filesystem.xml diff -u phpdoc/en/functions/filesystem.xml:1.111 phpdoc/en/functions/f

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

2002-01-06 Thread Zak Greant
On 2002-6-01 16:50, Hartmut Holzgraefe wrote: > Egon Schmid wrote: > > The rules in English are the following: > > > > See also func1 and func2. > > See also func1, func2, and func3. > > See also func1, func2, func3, and func4. > > that what the university of Chicago manual of style says, > but ot

[PHP-DOC] cvs: phpdoc / Makefile.in

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 19:12:09 2002 EDT Modified files: /phpdoc Makefile.in Log: sanity checks Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.82 phpdoc/Makefile.in:1.83 --- phpdoc/Makefile.in:1.82 Sun Jan 6 10:42:24 2002 +++ phpdoc/Make

[PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 19:10:57 2002 EDT Modified files: /phpdoc configure.in Log: last patch was realy stupid, should go to bed now ... :( Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.103 phpdoc/configure.in:1.104 --- phpdoc/configure.in

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

2002-01-06 Thread Jim Winstead
Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote: > does anyone have a *definitive* answer on this topic? for english? there's no such thing. it really doesn't matter that much. jim

[PHP-DOC] cvs: phpdoc /hu/functions array.xml

2002-01-06 Thread Gyozo Papp
pgerzsonSun Jan 6 19:01:20 2002 EDT Modified files: /phpdoc/hu/functionsarray.xml Log: correct typos and and make some description more understandable Index: phpdoc/hu/functions/array.xml diff -u phpdoc/hu/functions/array.xml:1.5 phpdoc/hu/fu

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

2002-01-06 Thread Hartmut Holzgraefe
Egon Schmid wrote: > The rules in English are the following: > > See also func1 and func2. > See also func1, func2, and func3. > See also func1, func2, func3, and func4. > that what the university of Chicago manual of style says, but otoh the university of Montana style guide says Omit t

[PHP-DOC] Bug #14894 Updated: socket_read should return string, not int

2002-01-06 Thread junk-php
ID: 14894 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.0 New Comment: Examples in mainline socket text should also be updated, they use the bogus version. Previous Comments: --

[PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 18:16:42 2002 EDT Modified files: /phpdoc configure.in Log: last patch didn't work for cygwin, trying something else ... Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.102 phpdoc/configure.in:1.103 --- phpdoc/configur

[PHP-DOC] Bug #14894: socket_read should return string, not int

2002-01-06 Thread junk-php
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: socket_read should return string, not int http://www.php.net/manual/en/function.socket-read.php Claims to return an int. The prototype should be string

[PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 17:55:12 2002 EDT Modified files: /phpdoc configure.in Log: make shure we have only absolute pathes to stylesheets Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.101 phpdoc/configure.in:1.102 --- phpdoc/configure.in:1

[PHP-DOC] cvs: phpdoc /scripts genfuncindex.php

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 17:28:59 2002 EDT Modified files: /phpdoc/scripts genfuncindex.php Log: stay with old trackvar style for now Index: phpdoc/scripts/genfuncindex.php diff -u phpdoc/scripts/genfuncindex.php:1.1 phpdoc/scripts/genfuncindex.php:1.2

[PHP-DOC] cvs: phpdoc /de Translators

2002-01-06 Thread Sebastian Nohn
nohnSun Jan 6 17:05:56 2002 EDT Modified files: /phpdoc/de Translators Log: updated mnogosearch.xml Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.242 phpdoc/de/Translators:1.243 --- phpdoc/de/Translators:1.242 Sun Jan 6 16:13:38 2002 +++ p

[PHP-DOC] cvs: phpdoc /de/functions mnogosearch.xml

2002-01-06 Thread Sebastian Nohn
nohnSun Jan 6 17:05:01 2002 EDT Modified files: /phpdoc/de/functionsmnogosearch.xml Log: udm-get-res-field: fix range of row Index: phpdoc/de/functions/mnogosearch.xml diff -u phpdoc/de/functions/mnogosearch.xml:1.6 phpdoc/de/functions/mnogosearch.

[PHP-DOC] cvs: phpdoc /de/functions math.xml

2002-01-06 Thread Georg Richter
georg Sun Jan 6 16:34:43 2002 EDT Modified files: /phpdoc/de/functionsmath.xml Log: translated "introduction" :-) Index: phpdoc/de/functions/math.xml diff -u phpdoc/de/functions/math.xml:1.18 phpdoc/de/functions/math.xml:1.19 --- phpdoc/de/func

[PHP-DOC] cvs: phpdoc /de Translators

2002-01-06 Thread Georg Richter
georg Sun Jan 6 16:13:38 2002 EDT Modified files: /phpdoc/de Translators Log: finished translation for dio funcs Index: phpdoc/de/Translators diff -u phpdoc/de/Translators:1.241 phpdoc/de/Translators:1.242 --- phpdoc/de/Translators:1.241 Sat Jan 5 05

[PHP-DOC] cvs: phpdoc /de/functions dio.xml

2002-01-06 Thread Georg Richter
georg Sun Jan 6 16:12:21 2002 EDT Added files: /phpdoc/de/functionsdio.xml Log: finished german translation for dio functions Index: phpdoc/de/functions/dio.xml +++ phpdoc/de/functions/dio.xml Direkte Ein-/Ausgabe Funktionen Direkt

Re: [PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
jim winstead wrote: > +AC_PATH_PROGS(PHP,"php php4",no) didn't even know this did exist, looks like the NewRiders autofonf book is already outdated :(

[PHP-DOC] cvs: phpdoc /en/functions curl.xml

2002-01-06 Thread Sterling Hughes
sterlingSun Jan 6 13:38:49 2002 EDT Modified files: /phpdoc/en/functionscurl.xml Log: Add some more documentation of constants (incremental update, more docs to come). Index: phpdoc/en/functions/curl.xml diff -u phpdoc/en/functions/curl.xml:

[PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread jim winstead
jimwSun Jan 6 13:22:27 2002 EDT Modified files: /phpdoc configure.in Log: Tiny fix to output when updating entities/chapters.ent. Try to use AC_PATH_PROGS to find PHP CGI binary named 'php4' on Debian systems. Doesn't work, since AC_PATH_PROGS appears

[PHP-DOC] Bug #9266 Updated: Unable to load 14 of php's extensions

2002-01-06 Thread jan
ID: 9266 Updated by: jan Reported By: [EMAIL PROTECTED] Status: Analyzed Old Bug Type: Feature/Change Request Bug Type: Documentation problem Operating System: WinMe, Win98, Win2000 PHP Version: 4.0.4pl1 New Comment: so better documentation is needed for extensions that rely on external libraries

[PHP-DOC] cvs: phpdoc / README

2002-01-06 Thread jim winstead
jimwSun Jan 6 13:02:14 2002 EDT Modified files: /phpdoc README Log: typo Index: phpdoc/README diff -u phpdoc/README:1.27 phpdoc/README:1.28 --- phpdoc/README:1.27 Sat Dec 15 03:28:13 2001 +++ phpdoc/README Sun Jan 6 13:02:14 2002 @@ -11,7 +11,7

[PHP-DOC] cvs: phpdoc /en/language types.xml

2002-01-06 Thread Mark Kronsbein
mk Sun Jan 6 12:50:23 2002 EDT Modified files: /phpdoc/en/language types.xml Log: Fixed Typo assigned to Bug #14889 Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.70 phpdoc/en/language/types.xml:1.71 --- phpdoc/en/language/type

Re: [PHP-DOC] translation of the PHP manual in german

2002-01-06 Thread Mark Kronsbein
Hi ott ;) > May i help u translating some parts of the PHP manual into german? You may ;) Please read http://www.php.net/cvs-php.php carefully. > Please be so kind and answer me. Done. Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de

Re: [PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
Hartmut Holzgraefe wrote: > hholzgra Sun Jan 6 11:23:19 2002 EDT > > Modified files: > /phpdoc configure.in > Log: > configure caching was to clever :( if you still have jade, not openjade then this fixes a configure problem

[PHP-DOC] cvs: phpdoc / configure.in

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 11:23:19 2002 EDT Modified files: /phpdoc configure.in Log: configure caching was to clever :( Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.99 phpdoc/configure.in:1.100 --- phpdoc/configure.in:1.99Sun Jan 6 10:

[PHP-DOC] make: SP_OPTIONS@: Command not found

2002-01-06 Thread Hartmut Holzgraefe
just in case: if you get this and don't know why -> run 'autoconf' and rerun "configure ...; make"

[PHP-DOC] translation of the PHP manual in german

2002-01-06 Thread andreas.otterstein
Hi there, May i help u translating some parts of the PHP manual into german? Please be so kind and answer me. Best Regards, Andreas Otterstein __ E*TRADE - neu in Deutschland. Jetzt Depot eröffnen + Prämie erhalten ht

[PHP-DOC] cvs: phpdoc /scripts add_rev.php

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 07:30:22 2002 EDT Modified files: /phpdoc/scripts add_rev.php Log: sablotron is very picky about this ... Index: phpdoc/scripts/add_rev.php diff -u phpdoc/scripts/add_rev.php:1.1 phpdoc/scripts/add_rev.php:1.2 --- phpdoc/script

[PHP-DOC] cvs: phpdoc /scripts fix_modelines.php

2002-01-06 Thread Hartmut Holzgraefe
hholzgraSun Jan 6 07:28:48 2002 EDT Modified files: /phpdoc/scripts fix_modelines.php Log: no tabs in emacs Index: phpdoc/scripts/fix_modelines.php diff -u phpdoc/scripts/fix_modelines.php:1.1 phpdoc/scripts/fix_modelines.php:1.2 --- phpdoc/scri

Re: [PHP-DOC] [PROPOSAL] database security issue

2002-01-06 Thread Gabor Hojtsy
> I'd love to know your position on writing a short section > about "SQL injection and others" in security.xml, something > similar has already done for filesystem security. > > It aims to be an introduction into the very basics of PHP > related database security and vulnerability, because: >