[PHP-DEV] PHP 4.0 Bug #6613 Updated: lacking description of sybase_connect (charset paramater) From: Bug Database (php-dev <email protected>)
Date: 10/06/00

ID: 6613
Updated by: jmoore
Reported By: lordscarlet <email protected>
Status: Closed
Bug Type: Documentation problem
Assigned To:
Comments:

Fixed in Docu.. Will be included in next manual build

Previous Comments:
---------------------------------------------------------------------------

[2000-09-07 16:30:07] lordscarlet <email protected>
the documentation reads: int sybase_connect (string servername, string username, string password)

apparently there is an optional charset parameter (found by looking through the source) that, when upgradeing to 4.0.2 i suddenly needed to include..

int sybase_connect (string servername, string username, string password[, string charset])

i guess that's what it should look like.. or something to that effect..

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6613

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>