[PHP-DOC] cvs: phpdoc / translation.xml

2002-11-08 Thread liuming
lm92Sat Nov 9 02:54:51 2002 EDT Added files: /phpdoc translation.xml Log: add my job Index: phpdoc/translation.xml +++ phpdoc/translation.xml PHP Îĵµ¼òÌåÖÐÎÄ·­Ò빤×÷ÓɼòÌåÖÐÎÄ·­ÒëС×鸺Ô𣬳ÉÔ±¼ûÏÂ±í¡£ ÓйØÎÊÌâ¼°·­Ò빤×÷Çé¿öÇë·ÃÎÊ htt

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ociparse.xml

2002-11-08 Thread Xiao shengwen
yinchengSat Nov 9 01:57:30 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ociparse.xml Log: add tag Index: phpdoc/en/reference/oci8/functions/ociparse.xml diff -u phpdoc/en/reference/oci8/functions/ociparse.xml:1.2 phpdoc/en/refere

[PHP-DOC] cvs: phpdoc /en/reference/fbsql/functions fbsql-list-fields.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 22:28:04 2002 EDT Modified files: /phpdoc/en/reference/fbsql/functionsfbsql-list-fields.xml Log: Fixed on-error return value to be FALSE as in the sources instead of -1 as documented Index: phpdoc/en/reference/fbsql/functions/fbsql-

[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-open.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 22:23:47 2002 EDT Modified files: /phpdoc/en/reference/dio/functions dio-open.xml Log: Fixed on-error return value to be FALSE as in the sources instead of -1 as documented Index: phpdoc/en/reference/dio/functions/dio-open.xml diff -u phpd

Re: [PHP-DOC] found more return inconsistacies

2002-11-08 Thread Maxim Maletsky
On Fri, 8 Nov 2002 21:47:56 + (GMT) Philip Olson <[EMAIL PROTECTED]> wrote: > On Fri, 8 Nov 2002, Maxim Maletsky wrote: > > > > I am not planning to break it whatsoever. But, if a function returns > > false on failure, why should it be documented differently? > > I was speaking in more of a

Re: [PHP-DOC] found more return inconsistacies

2002-11-08 Thread Philip Olson
On Fri, 8 Nov 2002, Maxim Maletsky wrote: > > I am not planning to break it whatsoever. But, if a function returns > false on failure, why should it be documented differently? I was speaking in more of a general sense, like, changing all NULL, 0 and -1 that are returned on failure to false in the

RE: [PHP-DOC] A question about the ftp_close function

2002-11-08 Thread Philip Olson
> > "This function is only available in CVS. " > > i dont' understand the sentence above. [snip] > This illustrates a point I've mentioned before. Speaking as someone > who spent 10 years or so as a technical author/editor, I very much > think the term CVS should be banned in end-user-oriented

Re: [PHP-DOC] found more return inconsistacies

2002-11-08 Thread Philip Olson
Just be sure that if it used to return -1 that you leave a note in the docs when it changed to false. PHP is open source, coders often times use their own personal preference on stuff like this. I'm not sure if php-dev encourages use of boolean false or not. Sometimes it's NULL, 0, -1, or fa

[PHP-DOC] cvs: phpdoc /en/reference/fbsql/functions fbsql-list-fields.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 15:59:39 2002 EDT Modified files: /phpdoc/en/reference/fbsql/functionsfbsql-list-fields.xml Log: typo Index: phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml diff -u phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml

[PHP-DOC] found more return inconsistacies

2002-11-08 Thread Maxim Maletsky
Just because I was on it, I grep'ed my local tree over and over looking for wrong "-1" returns. And so I found more. Here is a little snapshot for every function I found. Tell me what you think so I go and fix those. dio_open: DOCS: dio_open opens a file and returns a new fi

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

2002-11-08 Thread Maxim Maletsky
You're absolutely right. Recommitted. Thanks! -- Maxim Maletsky [EMAIL PROTECTED] Derick Rethans <[EMAIL PROTECTED]> wrote... : > On Fri, 8 Nov 2002, Maxim Maletsky wrote: > > > maxim Fri Nov 8 14:42:32 2002 EDT > > > > Modified files: > > /phpdoc/en/refe

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

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 14:48:42 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions fwrite.xml Log: Forgot the ending semicolon for &false;. Thanks, Derick Index: phpdoc/en/reference/filesystem/functions/fwrite.xml diff -u phpdoc/en/reference/fil

[PHP-DOC] #20318 [Ver->Csd]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
ID: 20318 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Verified +Status: Closed Bug Type:Documentation problem PHP Version: 4CVS-2002-11-08 Assigned To: maxim New Comment: This bug has been fixed in CVS. In case this was a PHP problem, snaps

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

2002-11-08 Thread Derick Rethans
On Fri, 8 Nov 2002, Maxim Maletsky wrote: > maxim Fri Nov 8 14:42:32 2002 EDT > > Modified files: > /phpdoc/en/reference/filesystem/functions fwrite.xml > Log: > Fixed Bug #20318 - confusing return value (False instead -1) The entity is "&false;" not "&false".

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

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 14:42:32 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions fwrite.xml Log: Fixed Bug #20318 - confusing return value (False instead -1) Index: phpdoc/en/reference/filesystem/functions/fwrite.xml diff -u phpdoc/en/referenc

[PHP-DOC] #20318 [Opn->Ver]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
ID: 20318 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type:Documentation problem PHP Version: 4CVS-2002-11-08 -Assigned To: +Assigned To: maxim New Comment: I'll take over it Previous Comments: --

[PHP-DOC] #20318 [NEW]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-11-08 PHP Bug Type: Documentation problem Bug description: Wrong return value for the fwrite() doc. PHP-NOTE #26679 PHP Note #26679 reports a -1 return on error while in CVS it obviousely sends FALSE. Althoug

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

2002-11-08 Thread Philip Olson
philip Fri Nov 8 06:06:26 2002 EDT Modified files: /phpdoc/en/reference/strings/functions count-chars.xml Log: See also substr_count and strpos Index: phpdoc/en/reference/strings/functions/count-chars.xml diff -u phpdoc/en/reference/strings/functions/c

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

2002-11-08 Thread Philip Olson
philip Fri Nov 8 06:00:37 2002 EDT Modified files: /phpdoc/en/reference/strings/functions count-chars.xml Log: Whitespace Index: phpdoc/en/reference/strings/functions/count-chars.xml diff -u phpdoc/en/reference/strings/functions/count-chars.xml:1.2 ph

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

2002-11-08 Thread Philip Olson
philip Fri Nov 8 05:57:15 2002 EDT Modified files: /phpdoc/en/reference/strings/functions substr-count.xml Log: See also count_chars, substr, strpos and strstr Index: phpdoc/en/reference/strings/functions/substr-count.xml diff -u phpdoc/en/reference/st

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-connect.xml

2002-11-08 Thread Philip Olson
philip Fri Nov 8 05:35:22 2002 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-connect.xml Log: A little more specific on when timeout parameter became available Index: phpdoc/en/reference/ftp/functions/ftp-connect.xml diff -u phpdoc/en/referenc

RE: [PHP-DOC] A question about the ftp_close function

2002-11-08 Thread Ford, Mike [LSS]
> -Original Message- > From: Avenger [mailto:avengerphp@;hotmail.com] > Sent: 08 November 2002 08:48 > > This function 's description say: > > "This function is only available in CVS. " > > i dont' understand the sentence above. > > can ftp_close use in CVS? > > or CVS has otherwise me

Re: [PHP-DOC] A question about the ftp_close function

2002-11-08 Thread Philip Olson
It means that someone put that there when they shouldn't have. When these docs were written this function was only available in CVS. In otherwords, it wasn't available outside the PHP4 source tree or in any current PHP distribution. Until PHP 4.2.0 that is. I just deleted this note and did a m

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-close.xml

2002-11-08 Thread Philip Olson
philip Fri Nov 8 05:09:01 2002 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-close.xml Log: Removed "when became available" note. Minor update. See also ftp_connect() Index: phpdoc/en/reference/ftp/functions/ftp-close.xml diff -u phpdoc/en/r

[PHP-DOC] A question about the ftp_close function

2002-11-08 Thread Avenger
This function 's description say: "This function is only available in CVS. " i dont' understand the sentence above. can ftp_close use in CVS? or CVS has otherwise mean? Thanks.. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php