[PHP-DOC] cvs: phpdoc /en/reference/image/functions image_type_to_mime_type.xml

2002-11-07 Thread Gabor Hojtsy
gobaThu Nov 7 12:16:40 2002 EDT Modified files: /phpdoc/en/reference/image/functionsimage_type_to_mime_type.xml Log: Correcting ID, so links work... Index: phpdoc/en/reference/image/functions/image_type_to_mime_type.xml diff -u

[PHP-DOC] #18990 [Fbk-Bgs]: [chm] general layout comment

2002-11-07 Thread goba
ID: 18990 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: Documentation problem Operating System: windows PHP Version: 4CVS-2002-08-20 New Comment: The CHM is designed to be

[PHP-DOC] #18990 [Bgs-Asn]: [chm] general layout comment

2002-11-07 Thread goba
ID: 18990 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Assigned Bug Type: Documentation problem Operating System: windows PHP Version: 4CVS-2002-08-20 -Assigned To: +Assigned To: goba

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

2002-11-07 Thread Gabor Hojtsy
- typeresource/typemethodnamedba_open/methodname + typeresource|false/typemethodnamedba_open/methodname Can you please explain the addition of false here? Does this return false on failure? Or will it at some point return false yet not fail? That would be odd. Anyway,

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

2002-11-07 Thread Gabor Hojtsy
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 it's not how we document functions. Only

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

2002-11-07 Thread Gabor Hojtsy
Rewrote the docs; it is now mixed; closed bug #20292. You are probably wrong in modifying the return type to be mixed. The function returns true/false in every case as I can see, and if the two parameters were given it returns the values *in* those variables, and still returns true/false. If

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

2002-11-07 Thread Philip Olson
On Thu, 7 Nov 2002, Gabor Hojtsy wrote: Rewrote the docs; it is now mixed; closed bug #20292. You are probably wrong in modifying the return type to be mixed. The function returns true/false in every case as I can see, and if the two parameters were given it returns the values *in*

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

2002-11-07 Thread Philip Olson
philip Thu Nov 7 16:02:40 2002 EDT Modified files: /phpdoc/en/reference/http/functions headers-sent.xml Log: Oops, still boolean. Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.9

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

2002-11-07 Thread Philip Olson
function in_array: -- Parameter | Description | Notes -- needle| What is being searched for| Became mixed in |

[PHP-DOC] #20094 [Opn-Csd]: image_type_to_mime_type() missing from docs

2002-11-07 Thread helly
ID: 20094 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.3.0-pre1 New Comment: Function is added at least in online help. Previous Comments:

[PHP-DOC] #18756 [Fbk-Opn]: August Edition Format Poorly Designed

2002-11-07 Thread xilord
ID: 18756 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: Windows 2000 Server PHP Version: 4.2.2 Assigned To: derick New Comment:

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

2002-11-07 Thread Gabor Hojtsy
One day here I'll create a few to see how they look, I also agree it would be a nice thing but as you mention would require a LOT of work to complete. Maybe we can do one extension at a time. Man pages are nice but since all PHP functions have such a few amount of options (parameters),