php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33439 Unable to Update Character Set
Submitted: 2005-06-22 20:19 UTC Modified: 2005-07-04 01:00 UTC
Votes:4
Avg. Score:4.0 ± 1.0
Reproduced:4 of 4 (100.0%)
Same Version:3 (75.0%)
Same OS:3 (75.0%)
From: ewhite at fmcc dot com Assigned:
Status: No Feedback Package: Sybase-ct (ctlib) related
PHP Version: 4.3.10 OS: Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ewhite at fmcc dot com
New email:
PHP Version: OS:

 

 [2005-06-22 20:19 UTC] ewhite at fmcc dot com
Description:
------------
Calls to sybase_connect, passing it a NULL for character set in order to pass an appname ... are causing the following error:

PHP Warning:  sybase_connect(): Sybase: Unable to update character set.


Reproduce code:
---------------
$conn = sybase_connect($server, $user, $pass, NULL, $appname);

Expected result:
----------------
No error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-24 10:22 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

It really should not be possible to get that error..

 [2005-06-24 14:09 UTC] ewhite at fmcc dot com
Ok, I will ... actually, we are moving to 4.3.11 this weekend, so I will verify that it doesn't happen on .11 next week.  And if it still happens, we will look at using that latest stable and check on it.

Thanks for the feedback.
 [2005-07-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC