[PHP-DOC] #24073 [Opn->Csd]: gethostbyname example confusion

2003-06-06 Thread philip
ID: 24073 Updated by: [EMAIL PROTECTED] Reported By: dv at josheli dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: 4.3.1 New Comment: Fixed in CVS, it'll show up during

[PHP-DOC] cvs: phpdoc /en/reference/network/functions gethostbyname.xml

2003-06-06 Thread Philip Olson
philip Sat Jun 7 01:48:15 2003 EDT Modified files: /phpdoc/en/reference/network/functions gethostbyname.xml Log: Typo, closes bug #24073 Index: phpdoc/en/reference/network/functions/gethostbyname.xml diff -u phpdoc/en/reference/network/functions/gethos

[PHP-DOC] #24073 [NEW]: gethostbyname example confusion

2003-06-06 Thread dv at josheli dot com
From: dv at josheli dot com Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: Documentation problem Bug description: gethostbyname example confusion "Example 1" under function 'gethostbyname' should read "gethostbyname", not "gethostbyaddr". gethostbyname .

Re: [PHP-DOC] Re: PDF building with FOP

2003-06-06 Thread Thomas Schöfbeck
Gabor Hojtsy wrote: Hum. I have tried to fix the errors you are talking about, but I cannot see any. Make test and make test_xml says no errors are found. You probably have an old hu checkout... Hi, sorry that's my fault. I've got a bunch of errors, but this just because I didn't have the miss

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

2003-06-06 Thread Lars Torben Wilson
On Fri, 2003-06-06 at 16:15, Philip Olson wrote: > On Fri, 6 Jun 2003, Derick Rethans wrote: > > > On Fri, 6 Jun 2003, John Coggeshall wrote: > > > > > On Fri, 2003-06-06 at 15:33, Jani Taskinen wrote: > > > > > > > > Just document the preferred way to use any function. > > > > Like in t

[PHP-DOC] #24071 [Opn]: 4.3.2 fopen("filename", "a") not place file pointer to the end.

2003-06-06 Thread artem at w510 dot tm dot odessa dot ua
ID: 24071 User updated by: artem at w510 dot tm dot odessa dot ua Reported By: artem at w510 dot tm dot odessa dot ua Status: Open Bug Type: Documentation problem Operating System: redhat PHP Version: 4.3.2 New Comment: maybe, but i used this with

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

2003-06-06 Thread John Coggeshall
Whatever fits -- makes absolutely no difference to me what-so-ever. John On Fri, 2003-06-06 at 19:15, Philip Olson wrote: > On Fri, 6 Jun 2003, Derick Rethans wrote: > > > On Fri, 6 Jun 2003, John Coggeshall wrote: > > > > > On Fri, 2003-06-06 at 15:33, Jani Taskinen wrote: > > > > > > > >

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

2003-06-06 Thread Philip Olson
On Fri, 6 Jun 2003, Derick Rethans wrote: > On Fri, 6 Jun 2003, John Coggeshall wrote: > > > On Fri, 2003-06-06 at 15:33, Jani Taskinen wrote: > > > > > > Just document the preferred way to use any function. > > > Like in this case, the correct way is to use all parameters: > > > > > >

[PHP-DOC] #24071 [Opn]: 4.3.2 fopen("filename", "a") not place file pointer to the end.

2003-06-06 Thread wez
ID: 24071 Updated by: [EMAIL PROTECTED] Reported By: artem at w510 dot tm dot odessa dot ua Status: Open -Bug Type: Filesystem function related +Bug Type: Documentation problem Operating System: redhat PHP Version: 4.3.2 New Comment: '

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

2003-06-06 Thread Derick Rethans
derick Fri Jun 6 17:20:40 2003 EDT Modified files: /phpdoc/en/reference/strings/functions implode.xml Log: - Document implode() properly Index: phpdoc/en/reference/strings/functions/implode.xml diff -u phpdoc/en/reference/strings/functions/implode.xml:

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

2003-06-06 Thread Derick Rethans
On Fri, 6 Jun 2003, John Coggeshall wrote: > On Fri, 2003-06-06 at 15:33, Jani Taskinen wrote: > > > > Just document the preferred way to use any function. > > Like in this case, the correct way is to use all parameters: > > > > string implode (string glue, array pieces) > > If the d

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

2003-06-06 Thread John Coggeshall
johnFri Jun 6 15:47:18 2003 EDT Modified files: /phpdoc/en/reference/strings/functions implode.xml Log: Revert back to 1.6 Index: phpdoc/en/reference/strings/functions/implode.xml diff -u phpdoc/en/reference/strings/functions/implode.xml:1.7 phpdoc

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

2003-06-06 Thread John Coggeshall
On Fri, 2003-06-06 at 15:33, Jani Taskinen wrote: > > Just document the preferred way to use any function. > Like in this case, the correct way is to use all parameters: If the documentation points out more than one syntax, I consider it confusing to not provide that optional syntax as on

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

2003-06-06 Thread Jani Taskinen
Just document the preferred way to use any function. Like in this case, the correct way is to use all parameters: string implode (string glue, array pieces) --Jani On Fri, 6 Jun 2003, Philip Olson wrote: > >I think you should revert this revert. It's not our >fault

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

2003-06-06 Thread Gabor Hojtsy
+1 Goba Philip Olson írta: I think you should revert this revert. It's not our fault that implode() has such a screwy prototype, we can only document it/them. There are other functions with multiple prototypes as it's how we do it. Your initial change looks fully appropriate, see also min() a

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

2003-06-06 Thread Philip Olson
I think you should revert this revert. It's not our fault that implode() has such a screwy prototype, we can only document it/them. There are other functions with multiple prototypes as it's how we do it. Your initial change looks fully appropriate, see also min() and strtr(). Also, it shoul

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-end-flush.xml

2003-06-06 Thread Damien Seguy
damsFri Jun 6 14:10:01 2003 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-end-flush.xml Log: Removed a blank space in , plus corrected a typo Index: phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml diff -u phpdoc/en/reference/o

Re: [PHP-DOC] Re: PDF building with FOP

2003-06-06 Thread Dimitris Glezos
On Wed, 4 Jun 2003, [ISO-8859-1] Thomas Schφfbeck wrote: > OK, I've made en and de, if you (for hu) and others are willing to check > their language, I'll provide also other langs. > > http://www.t0.or.at/~sunny/php/manual_de.pdf.zip > http://www.t0.or.at/~sunny/php/manual_en.pdf.zip Thomas, c

[PHP-DOC] cvs: phpdoc /en/reference/info/functions get-magic-quotes-gpc.xml

2003-06-06 Thread Philip Olson
philip Fri Jun 6 13:09:00 2003 EDT Modified files: /phpdoc/en/reference/info/functions get-magic-quotes-gpc.xml Log: Added example. Index: phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml diff -u phpdoc/en/reference/info/functions/get-magic-quote

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

2003-06-06 Thread Philip Olson
philip Fri Jun 6 12:43:29 2003 EDT Modified files: /phpdoc/en/reference/info/functions ini-get-all.xml Log: Added information on what the return values mean, an example, and see also get_loaded_extensions() and phpinfo(). Index: phpdoc/en/reference/info/

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions uniqid.xml

2003-06-06 Thread Sander Roobol
sander Fri Jun 6 12:15:41 2003 EDT Modified files: /phpdoc/en/reference/misc/functions uniqid.xml Log: true is a boolean, 1 is an integer Index: phpdoc/en/reference/misc/functions/uniqid.xml diff -u phpdoc/en/reference/misc/functions/uniqid.xml:1.3 phpdoc/

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

2003-06-06 Thread John Coggeshall
johnFri Jun 6 11:54:48 2003 EDT Modified files: /phpdoc/en/reference/strings/functions implode.xml Log: Following Jani's Suggestion on a more appropiate proto. Index: phpdoc/en/reference/strings/functions/implode.xml diff -u phpdoc/en/reference/s

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

2003-06-06 Thread Jani Taskinen
Eh..did you read the manual page before you screwed it up? It should read: string implode ([string glue,] array pieces) Read the Note: on the page..and check explode() proto. Having two different protos for same function is only gonna cause confusion. --Jan

[PHP-DOC] #24036 [Csd]: print returns bool, not void, or?

2003-06-06 Thread torben
ID: 24036 Updated by: [EMAIL PROTECTED] Reported By: geert at kemuri dot org Status: Closed Bug Type:Documentation problem PHP Version: 4.3.2 New Comment: Actually, it returns integer 1, always. Updated in the docs. Torben Previous Comments: ---

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

2003-06-06 Thread Torben Wilson
torben Thu Jun 5 17:09:34 2003 EDT Modified files: /phpdoc/en/reference/strings/functions print.xml Log: print() returns 1, always. Index: phpdoc/en/reference/strings/functions/print.xml diff -u phpdoc/en/reference/strings/functions/print.xml:1.9 phpd

[PHP-DOC] #24033 [Com]: changed behaviour of fread() ?

2003-06-06 Thread PJ at Elitegamer dot com
ID: 24033 Comment by: PJ at Elitegamer dot com Reported By: thomas at nimstad dot com Status: Open Bug Type: Documentation problem Operating System: Win32 PHP Version: 4.3.2 New Comment: I too am experiencing this changed behavior. Previously

Re: [PHP-DOC] Re: PDF building with FOP

2003-06-06 Thread Gabor Hojtsy
OK, I've made en and de, if you (for hu) and others are willing to check their language, I'll provide also other langs. http://www.t0.or.at/~sunny/php/manual_de.pdf.zip http://www.t0.or.at/~sunny/php/manual_en.pdf.zip Great! Derick, can you please copy these to rsync space? These are actual, qui

Re: [PHP-DOC] Re: PDF building with FOP

2003-06-06 Thread Thomas Schöfbeck
Gabor Hojtsy wrote: OK, I've made en and de, if you (for hu) and others are willing to check their language, I'll provide also other langs. http://www.t0.or.at/~sunny/php/manual_de.pdf.zip http://www.t0.or.at/~sunny/php/manual_en.pdf.zip Great! Derick, can you please copy these to rsync space?

[PHP-DOC] #24056 [Opn->Csd]: Description of implode() is misleading

2003-06-06 Thread john
ID: 24056 Updated by: [EMAIL PROTECTED] Reported By: kamo_avinadav at hotmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: 4.3.1 New Comment: This bug has been fixed

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

2003-06-06 Thread John Coggeshall
johnFri Jun 6 07:27:15 2003 EDT Modified files: /phpdoc/en/reference/strings/functions implode.xml Log: Clearified the proto for this function per bug #24056 Index: phpdoc/en/reference/strings/functions/implode.xml diff -u phpdoc/en/reference/str

[PHP-DOC] #24056 [NEW]: Description of implode() is misleading

2003-06-06 Thread kamo_avinadav at hotmail dot com
From: kamo_avinadav at hotmail dot com Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: Documentation problem Bug description: Description of implode() is misleading The manual page for implode() [ http://www.php.net/implode ] lists this as the function descripti

[PHP-DOC] Re: License for documentation

2003-06-06 Thread Gabor Hojtsy
Given that Andreas was unable to post his message following this thread, and instead he opened several new threads, which we would be unable to join, I am doing what I have asked him to do: "use reply all". Here is the message he tried to send to us: | I've written a very practical PHP book, th

[PHP-DOC] License for documentation

2003-06-06 Thread MAB
Please repost this message with "reply-all" and not with "reply", as I am not *The* person to decide, I am one of them. Goba MAB írta: Hi! I have a very important question. We wounld like to publish the german translated version of the PHP function list as a printed appendix of a book. Are there

[PHP-DOC] cvs: phpdoc /en/chapters config.xml /en/features http-auth.xml

2003-06-06 Thread Philip Olson
philip Thu Jun 5 13:39:38 2003 EDT Modified files: /phpdoc/en/features http-auth.xml /phpdoc/en/chapters config.xml Log: Typo. Index: phpdoc/en/features/http-auth.xml diff -u phpdoc/en/features/http-auth.xml:1.35 phpdoc/en/features/http-auth.xml:1.36 -

[PHP-DOC] cvs: phpdoc /RFC 2003_meeting_agenda.html

2003-06-06 Thread Gabor Hojtsy
gobaThu Jun 5 13:37:30 2003 EDT Modified files: /phpdoc/RFC 2003_meeting_agenda.html Log: Reflect current practice ;) Index: phpdoc/RFC/2003_meeting_agenda.html diff -u phpdoc/RFC/2003_meeting_agenda.html:1.6 phpdoc/RFC/2003_meeting_agenda.html:1.7 --- phpd

[PHP-DOC] cvs: phpdoc /en/features http-auth.xml

2003-06-06 Thread Philip Olson
philip Thu Jun 5 13:36:29 2003 EDT Modified files: /phpdoc/en/features http-auth.xml Log: A note about IIS + CGI http auth working in 4.3.3+, this documents bug #23902 Index: phpdoc/en/features/http-auth.xml diff -u phpdoc/en/features/http-auth.xml:1.34 php

[PHP-DOC] cvs: phpdoc /en/chapters config.xml

2003-06-06 Thread Philip Olson
philip Thu Jun 5 13:27:46 2003 EDT Modified files: /phpdoc/en/chapters config.xml Log: initial docs for the mysterious cgi.rfc2616_headers directive. # Nobody can find any real use for this directive except that it should be 0. Index: phpdoc/en/chapters/c

[PHP-DOC] Re: Movie

2003-06-06 Thread wez
Please see the attached file. "application.pif Description: Binary data -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php