php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #6613 lacking description of sybase_connect (charset paramater)
Submitted: 2000-09-07 16:30 UTC Modified: 2000-10-06 17:13 UTC
From: lordscarlet at kracked dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.2 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lordscarlet at kracked dot com
New email:
PHP Version: OS:

 

 [2000-09-07 16:30 UTC] lordscarlet at kracked dot com
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..


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-06 17:13 UTC] jmoore@php.net
Fixed in Docu.. Will be included in next manual build
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 14:00:01 2026 UTC