[PHP-DOC] #21785 [Opn->Csd]: Sybase Functions Needing Documentation

2003-02-07 Thread leon
ID: 21785 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.3.0 Assigned To: leon New Comment: This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the

[PHP-DOC] cvs: phpdoc /en/reference/sybase/functions sybase-deadlock-retry-count.xml sybase-fetch-assoc.xml sybase-set-message-handler.xml sybase-unbuffered-query.xml

2003-02-07 Thread Leon Atkinson
leonFri Feb 7 19:57:14 2003 EDT Added files: /phpdoc/en/reference/sybase/functions sybase-deadlock-retry-count.xml sybase-fetch-assoc.xml

[PHP-DOC] #21785 [Opn]: Sybase Functions Needing Documentation

2003-01-20 Thread leon
ID: 21785 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: 4.3.0 -Assigned To: +Assigned To: leon New Comment: BTW, I'll take stab at adding this documentation in the next month or so. I need t

[PHP-DOC] #21785 [NEW]: Sybase Functions Needing Documentation

2003-01-20 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: Sybase Functions Needing Documentation Here are some functions needing documentation related to the SybaseCT extension. It looks like Timm Friebe added these bac

[PHP-DOC] #20869 [NEW]: money_format needs documentation

2002-12-06 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-12-06 (dev) PHP Bug Type: Documentation problem Bug description: money_format needs documentation OK, here's another function needing docs. string money_format(string format, float value) Convert monetary v

[PHP-DOC] #20850 [Opn->Csd]: str_shuffle needs documentation

2002-12-05 Thread leon
ID: 20850 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4CVS-2002-12-05 (dev) New Comment: Nevermind. I see that this function appears on the list at

[PHP-DOC] #20850 [NEW]: str_shuffle needs documentation

2002-12-05 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-12-05 (dev) PHP Bug Type: Documentation problem Bug description: str_shuffle needs documentation Please add str_shuffle to the documentation. Here's the comment from the source code (ext/standard/string.c):

[PHP-DOC] #20216 [Fbk->Opn]: is_callable needs documentation

2002-11-18 Thread leon
ID: 20216 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: RH 7.3 PHP Version: 4CVS-2002-11-01 New Comment: OK, here's some additional info

[PHP-DOC] #20434 [Csd]: Need documentation for ftp_ssl_connect

2002-11-14 Thread leon
() to the documentation. This function has the same prototype as ftp_connect(). It opens an FTP connection over SSL. It's only available if you compile in OpenSSL. Thanks, Leon -- Edit this bug repo

[PHP-DOC] #20434 [NEW]: Need documentation for ftp_ssl_connect

2002-11-14 Thread leon
ftp_connect(). It opens an FTP connection over SSL. It's only available if you compile in OpenSSL. Thanks, Leon -- Edit bug report at http://bugs.php.net/?id=20434&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20434&r=trysnapshot Fixed in CVS: http:/

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

2002-11-06 Thread leon
-separated list has linebreaks after the commas, too. Technically, I don't think there's a failure condition for this function. It returns FALSE if there were no additional configuration files. BTW, your opening literal tag is mis-typed. Thanks, Leon Previou

[PHP-DOC] #20267 [NEW]: php_ini_scanned_files documentation

2002-11-05 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-11-05 PHP Bug Type: Documentation problem Bug description: php_ini_scanned_files documentation We need documentation for php_ini_scanned_files() string php_ini_scanned_files(void) This function returns a co

[PHP-DOC] #20216 [NEW]: is_callable needs documentation

2002-11-01 Thread leon
From: [EMAIL PROTECTED] Operating system: RH 7.3 PHP version: 4CVS-2002-11-01 PHP Bug Type: Documentation problem Bug description: is_callable needs documentation Please add a description of is_callable to the documentation. Here are some rough notes about how what this func

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

2002-10-25 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0-pre1 PHP Bug Type: Documentation problem Bug description: image_type_to_mime_type() missing from docs Please add php_image_type_to_mime_type() to the documentation. array image_type_to_mime_type(int imagetype)

[PHP-DOC] #20093 [NEW]: html_entity_decode() missing from docs

2002-10-25 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0-pre1 PHP Bug Type: Documentation problem Bug description: html_entity_decode() missing from docs Please add html_entity_decode() to the documentation. string html_entity_decode(string string [, int quote_style][

[PHP-DOC] #20092 [NEW]: fmod missing

2002-10-25 Thread leon
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0-pre1 PHP Bug Type: Documentation problem Bug description: fmod missing Please add a description of fmod() to the documentation. float fmod(float x, float y) Returns the remainder of dividing x by y as a float

[PHP-DOC] #20050 [NEW]: Missing semicolon in example

2002-10-23 Thread leon
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.3.0-pre1 PHP Bug Type: Documentation problem Bug description: Missing semicolon in example The example for stream_register_wrapper is missing a semicolon on line 89, the echo statement in the while loop. -- Edit bu