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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:24:29 2002 EDT Modified files: /phpdoc/en/reference/dbareference.xml Log: Add information about flatfile and minor corrections Index: phpdoc/en/reference/dba/reference.xml diff -u phpdoc/en/reference/dba/reference.xml:1.5

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:48:38 2002 EDT Modified files: /phpdoc/en/reference/dbareference.xml Log: Use full version as mentioned by Philip. Index: phpdoc/en/reference/dba/reference.xml diff -u phpdoc/en/reference/dba/reference.xml:1.6

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:57:34 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Closing Bug #19077 #maybe someone will analyse which libraries fail and wich work (e.g. wait). Index: phpdoc/en/reference/dba/functions/dba-open.xml

[PHP-DOC] #17784 [Csd-Opn]: fopen() 4th parameter not document

2002-11-06 Thread wez
ID: 17784 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type:Documentation problem PHP Version: 4.0CVS-2002-06-16 New Comment: Still not documented (not sure why Ilia closed it - perhaps by mistake). Previous

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

2002-11-06 Thread Philip Olson
Closing Bug #19077 #maybe someone will analyse which libraries fail and wich work (e.g. wait). - typeresource/typemethodnamedba_open/methodname + typeresource|false/typemethodnamedba_open/methodname Can you please explain the addition of false here? Does this return false on

[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:21:33 2002 EDT Modified files: /phpdoc/en/reference/dbm/functions dblist.xml Log: Description and example. Index: phpdoc/en/reference/dbm/functions/dblist.xml diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.2

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

2002-11-06 Thread Marcus Boerger
It return false on failure as documented. I feel we should use this for all functions where any failure results in false. This way users easily know that they must check for func()!==false marcus At 11:20 06.11.2002, Philip Olson wrote: Closing Bug #19077 #maybe someone will analyse

[PHP-DOC] Manual page suggestions (was: dba_open...)

2002-11-06 Thread Philip Olson
On Wed, 6 Nov 2002, Marcus Boerger wrote: It return false on failure as documented. I feel we should use this for all functions where any failure results in false. This way users easily know that they must check for func()!==false That's something to bring up for discussion but right now

[PHP-DOC] Re: Manual page suggestions (was: dba_open...)

2002-11-06 Thread Marcus Boerger
After the message from Philip Olson i was reminded that i had a little discussion about return values but could not find everything i collected. Some function return NULL some return FALSE and some return either FALSE or NULL in case of an error. I allways used to check for xxx() !== false

[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml

2002-11-06 Thread Chen bole
avenger Wed Nov 6 11:19:55 2002 EDT Modified files: /phpdoc/en/reference/http/functions headers-sent.xml Log: finished Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.4

[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml

2002-11-06 Thread Chen bole
avenger Wed Nov 6 11:57:34 2002 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: ok Index: phpdoc/en/reference/http/functions/setcookie.xml diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.8

[PHP-DOC] #20267 [Fbk-Opn]: php_ini_scanned_files documentation

2002-11-06 Thread leon
ID: 20267 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type:Documentation problem PHP Version: 4CVS-2002-11-05 Assigned To: philip New Comment: Yes, it looks right. The

[PHP-DOC] cvs: phpdoc /en/reference/http reference.xml /en/reference/http/functions header.xml headers-sent.xml setcookie.xml

2002-11-06 Thread Sander Roobol
sander Wed Nov 6 13:34:40 2002 EDT Modified files: /phpdoc/en/reference/http reference.xml /phpdoc/en/reference/http/functions header.xml headers-sent.xml setcookie.xml Log: Revert. Index:

[PHP-DOC] #20267 [Opn-Fbk]: php_ini_scanned_files documentation

2002-11-06 Thread philip
ID: 20267 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type:Documentation problem PHP Version: 4CVS-2002-11-05 Assigned To: philip New Comment: The comma-separated list has linebreaks after the commas, too.

[PHP-DOC] #20292 [NEW]: headers_sent() documentation error

2002-11-06 Thread spamsucks86
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0-pre2 PHP Bug Type: Documentation problem Bug description: headers_sent() documentation error It says in the description that file and line are optional parameters, but above it says bool headers_sent ( string file

[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml

2002-11-06 Thread Philip Olson
philip Wed Nov 6 16:47:17 2002 EDT Modified files: /phpdoc/en/reference/http/functions headers-sent.xml Log: WS. Please use spaces, not tabs. Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml

2002-11-06 Thread Philip Olson
philip Wed Nov 6 17:10:40 2002 EDT Modified files: /phpdoc/en/reference/http/functions headers-sent.xml Log: Rewrote the docs; it is now mixed; closed bug #20292. Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u

[PHP-DOC] #20292 [Opn-Csd]: headers_sent() documentation error

2002-11-06 Thread philip
ID: 20292 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.3.0-pre2 -Assigned To: +Assigned To: philip New Comment: This bug has been fixed in CVS. In case this was a PHP

[PHP-DOC] cvs: phpdoc /en/reference/calendar/functions cal-from-jd.xml cal-info.xml cal-to-jd.xml

2002-11-06 Thread Damien Seguy
damsWed Nov 6 18:14:58 2002 EDT Modified files: /phpdoc/en/reference/calendar/functions cal-from-jd.xml cal-info.xml cal-to-jd.xml Log: adding warn.undocumented.func; Index:

[PHP-DOC] i'm sorry for my mistake.

2002-11-06 Thread Avenger
The http function was error by me. I update the chinese version to here. I'm sorry to my mistake. Sorry~~ -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] I'm sorry to my mistake

2002-11-06 Thread Avenger
The http function was error by me. I update the chinese version to here. I'm sorry to my mistake. Sorry~~ -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml

2002-11-06 Thread Philip Olson
philip Wed Nov 6 20:29:44 2002 EDT Modified files: /phpdoc/en/reference/http/functions headers-sent.xml Log: Added a couple examples. Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.8

Re: [PHP-DOC] I'm sorry to my mistake

2002-11-06 Thread Philip Olson
Hello, It's okay as these things happen :) You weren't the first nor will you be the last! Regards, Philip On Thu, 7 Nov 2002, Avenger wrote: The http function was error by me. I update the chinese version to here. I'm sorry to my mistake. Sorry~~ -- PHP Documentation

[PHP-DOC] #20267 [Fbk-Asn]: php_ini_scanned_files documentation

2002-11-06 Thread philip
ID: 20267 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Assigned Bug Type:Documentation problem PHP Version: 4CVS-2002-11-05 Assigned To: philip New Comment: Okay, did some tests with the following results: a) If

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

2002-11-06 Thread Philip Olson
philip Wed Nov 6 22:24:16 2002 EDT Added files: /phpdoc/en/reference/info/functions php-ini-scanned-files.xml Log: Initial commit. Index: phpdoc/en/reference/info/functions/php-ini-scanned-files.xml +++

[PHP-DOC] #20267 [Asn-Csd]: php_ini_scanned_files documentation

2002-11-06 Thread philip
ID: 20267 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type:Documentation problem PHP Version: 4CVS-2002-11-05 Assigned To: philip New Comment: The commit:

Re: [PHP-DOC] Re: Manual page suggestions (was: dba_open...)

2002-11-06 Thread Philip Olson
Some function return NULL some return FALSE and some return either FALSE or NULL in case of an error. And some return -1, some iirc return 0. I believe this is because PHP is open source and developers provide return values based on their personal preferences. But I'm not a php-dev guy so am

[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml

2002-11-06 Thread Chen bole
avenger Wed Nov 6 23:25:07 2002 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: finished Index: phpdoc/en/reference/http/functions/setcookie.xml diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.10

Re: [PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml

2002-11-06 Thread Philip Olson
Hellp Chen- Please be more careful. And revert. Regards, Philip On Thu, 7 Nov 2002, Chen bole wrote: avenger Wed Nov 6 23:25:07 2002 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: finished -- PHP

[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml

2002-11-06 Thread Philip Olson
philip Wed Nov 6 23:59:54 2002 EDT Modified files: /phpdoc/en/reference/http/functions setcookie.xml Log: Reverting chinese. Index: phpdoc/en/reference/http/functions/setcookie.xml diff -u phpdoc/en/reference/http/functions/setcookie.xml:1.11

[PHP-DOC] oci functions

2002-11-06 Thread Maziar
Hi everybody What should I do for useing OCI functions of oracle 9i in PHP4. I think I should recompile PHP with somthing but I don't know with what and how should I do this. I installed oracle 9i on SUSE linux 8.0. Best Regards Maizar

Re: [PHP-DOC] oci functions

2002-11-06 Thread Philip Olson
Hello Maizar- This list is for documenting the PHP manual, not PHP questions. Please see: http://www.php.net/support Regarding your question, look around here: http://www.php.net/oci8 AFAIK you will use this. Read this manual page and search through the user notes for 9i. Regards,