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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
47 - 32 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 16:01:31 2024 UTC