[PHP-DOC] #23220 [Com]: fgets() causes warning while reading data via SSL channel (HTTPS)

2004-04-29 Thread mike dot davsi at temple dot edu
ID: 23220 Comment by: mike dot davsi at temple dot edu Reported By: storozhilov at mail dot ru Status: Closed Bug Type: Documentation problem Operating System: * PHP Version: 4CVS New Comment: I'm seeing this against an apache server. What v

[PHP-DOC] #27944 [Asn->Opn]: features section has nothing on Sessions

2004-04-29 Thread irchtml
ID: 27944 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Open Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant Assigned To: irchtml Previous Comments:

[PHP-DOC] cvs: phpdoc /en/reference/dba/functions dba-firstkey.xml

2004-04-29 Thread Damien Seguy
damsThu Apr 29 22:19:30 2004 EDT Modified files: /phpdoc/en/reference/dba/functions dba-firstkey.xml Log: don t auto see also http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-firstkey.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/dba/fu

[PHP-DOC] #28225 [NEW]: Can't open CHM documentation files

2004-04-29 Thread support at addixi dot com
From: support at addixi dot com Operating system: Windows XP PHP version: 4.3.6 PHP Bug Type: Documentation problem Bug description: Can't open CHM documentation files Description: The last chm documentation of php (version of 16 Avril 2004) cause a crash of hh.e

[PHP-DOC] #28223 [NEW]: unary minus operator is not documented

2004-04-29 Thread krenya at inf dot bme dot hu
From: krenya at inf dot bme dot hu Operating system: any PHP version: 4.3.6 PHP Bug Type: Documentation problem Bug description: unary minus operator is not documented Description: "Table 10-1. Operator Precedence" and "Table 10-2. Arithmetic Operators" tables do

Re: [PHP-DOC] OO documentation

2004-04-29 Thread Derick Rethans
On Thu, 29 Apr 2004, Gabor Hojtsy wrote: > Hi! > > > I have some questions about how I should document OO functions. > > May I follow George's style and include both OO and non-OO function in the > > same file? > > For example: tidy_parse_string and $tidy->ParseString() Yes, that's the nicest way

Re: [PHP-DOC] OO documentation

2004-04-29 Thread Gabor Hojtsy
Hi! I have some questions about how I should document OO functions. May I follow George's style and include both OO and non-OO function in the same file? For example: tidy_parse_string and $tidy->ParseString() How do I document variables of an object? In the __contructor page? or in the reference.

Re: [PHP-DOC] Distribution of PHP Manual

2004-04-29 Thread Gabor Hojtsy
Hi Mins, I am currently doing computer training. I am currently proposing PHP Scripting course to a training centre. After looking for books, I felt that the documentation provided by PHP.NET Documentation is more than sufficient. The documentation will be modified for training purpose. Some o

Re: [PHP-DOC] using funcsummary.txt to generate a custom function reference

2004-04-29 Thread Gabor Hojtsy
Hi David, I'm looking for a possiblity to generate a custom function reference to be used phpeclipse's context help from the php manual. I stumbled over the file funcsummary.txt containing all functions including the return type, arguments and the description which is exactly what I need. I just n

Re: [PHP-DOC] uuencode/-decode

2004-04-29 Thread Gabor Hojtsy
These functions were renamed to convert_uuencode and convert_uudecode. I think they should go to the strings chapter. mee to, erm, me too :) Goba

[PHP-DOC] #28220 [NEW]: mb_strwidth() width table is wrong

2004-04-29 Thread martin dot t dot kutschker at blackbox dot net
From: martin dot t dot kutschker at blackbox dot net Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: mb_strwidth() width table is wrong Description: The table describing the width of the characters is wrong if you c

[PHP-DOC] OO documentation

2004-04-29 Thread Nuno Lopes
Hello, I have some questions about how I should document OO functions. May I follow George's style and include both OO and non-OO function in the same file? For example: tidy_parse_string and $tidy->ParseString() How do I document variables of an object? In the __contructor page? or in the refere

Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/strings/functions trim.xml

2004-04-29 Thread Nuno Lopes
> echo = trim($text, " \t."); // "These are a few words :)" > > What is it supposed to be ? Fixed in CVS. Thanks! Nuno

[PHP-DOC] Distribution of PHP Manual

2004-04-29 Thread Mins Ismadi Sani
Dear Sirs, I am currently doing computer training. I am currently proposing PHP Scripting course to a training centre. After looking for books, I felt that the documentation provided by PHP.NET Documentation is more than sufficient. The documentation will be modified for training purpose. Some

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

2004-04-29 Thread Nuno Lopes
nlopess Thu Apr 29 11:54:18 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-diff-uassoc.xml Log: fixing methodsynopsis http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-uassoc.xml?r1=1.3&r2=1.4&ty=u Index: phpd

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

2004-04-29 Thread Nuno Lopes
nlopess Thu Apr 29 11:19:26 2004 EDT Modified files: /phpdoc Makefile.in configure.in Log: enable version checking. works well on cygwin http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.148&r2=1.149&ty=u Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.i

Re: [PHP-DOC] uuencode/-decode

2004-04-29 Thread Nuno Lopes
These functions were renamed to convert_uuencode and convert_uudecode. I think they should go to the strings chapter. Nuno - Original Message - > > Hi, > to which section belongs uuencode and uudecode? > I would like to commit the skeletons... > > Thx > Friedhelm

[PHP-DOC] cvs: phpdoc /en/reference/spl/functions ArrayObject-count.xml

2004-04-29 Thread Nuno Lopes
nlopess Thu Apr 29 11:06:54 2004 EDT Added files: /phpdoc/en/reference/spl/functions ArrayObject-count.xml Log: more one spl function #need help here. there are lots of functions in spl http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayObje

[PHP-DOC] Re: cvs: phpdoc /en/reference/strings/functions trim.xml

2004-04-29 Thread Mehdi Achour
Andrey Demenev wrote: Mehdi Achour wrote: didouTue Apr 27 17:45:48 2004 EDT +echo = trim($text, " \t."); // "These are a few words :)" + // trim the ASCII control characters at the beginning and end of $binary // (from 0 to 31 inclusive) +$clean = trim($binary, "\x00..\x1F"); ?> ]]>

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions trim.xml

2004-04-29 Thread Nuno Lopes
nlopess Thu Apr 29 11:01:54 2004 EDT Modified files: /phpdoc/en/reference/strings/functions trim.xml Log: fixing example http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/trim.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/strings/functio

[PHP-DOC] Re: cvs: phpdoc /en/reference/strings/functions trim.xml

2004-04-29 Thread Andrey Demenev
Mehdi Achour wrote: didou Tue Apr 27 17:45:48 2004 EDT Modified files: /phpdoc/en/reference/strings/functions trim.xml Log: ordered text (a note about a parameter was on top, before any other text) and redesigned the example [..skip..] @@ -80,19 +74,25 @@ $text = "

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

2004-04-29 Thread Enrique Garcia Briones
baoengb Thu Apr 29 10:41:13 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-real-connect.xml mysqli-real-escape-string.xml Log: Typos http://cvs.php.net/diff.php/phpdoc/en/reference/mys

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-rollback.xml

2004-04-29 Thread Enrique Garcia Briones
baoengb Thu Apr 29 09:38:04 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-rollback.xml Log: use of http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-rollback.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/m

[PHP-DOC] using funcsummary.txt to generate a custom function reference

2004-04-29 Thread David Förster
Hello, I'm looking for a possiblity to generate a custom function reference to be used phpeclipse's context help from the php manual. I stumbled over the file funcsummary.txt containing all functions including the return type, arguments and the description which is exactly what I need. I just no

Re: [PHP-DOC] cvs: phpdoc /en/reference/sem reference.xml /en/reference/sem/functions msg-receive.xml msg-stat-queue.xml sem-acquire.xml sem-get.xml shm-get-var.xml shm-put-var.xml shm-remove-var.xml

2004-04-29 Thread Derick Rethans
On Thu, 29 Apr 2004, Antony Dovgal wrote: > On Wed, 28 Apr 2004 13:44:55 -0400 > Damien Seguy <[EMAIL PROTECTED]> wrote: > > > Antony, > > > > I got that too, then a clean check out made it disappear. > > Is that OK now? > > Yep, it works ok now. Because I fixed it in CVS ;-) Derick

[PHP-DOC] uuencode/-decode

2004-04-29 Thread Friedhelm Betz
Hi, to which section belongs uuencode and uudecode? I would like to commit the skeletons... Thx Friedhelm

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2004-04-29 Thread Derick Rethans
derick Thu Apr 29 03:13:59 2004 EDT Modified files: /phpdoc/en/reference/info/functions ini-set.xml Log: - Fixed docs: allow_url_fopen is a PHP_INI_SYSTEM setting http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-set.xml?r1=1.33&r2=1.34&ty=u

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

2004-04-29 Thread Derick Rethans
derick Thu Apr 29 03:15:54 2004 EDT Modified files: /phpdoc/en/reference/filesystem ini.xml Log: - Fix the setting here too. http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/ini.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/filesystem/ini.x

[PHP-DOC] #28203 [Opn->Csd]: Php_value and php_flag directives ignored by apache-2.0.49

2004-04-29 Thread derick
ID: 28203 Updated by: [EMAIL PROTECTED] Reported By: drubior at tinet dot org -Status: Open +Status: Closed -Bug Type: Apache2 related +Bug Type: Documentation problem Operating System: Solaris 8 PHP Version: 4.3.6 New Comment: