php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11558 Sybase-CT functions not found.
Submitted: 2001-06-19 09:34 UTC Modified: 2004-01-23 20:56 UTC
From: chati at ifrance dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.5 OS: NT 4, WIN 2000
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: chati at ifrance dot com
New email:
PHP Version: OS:

 

 [2001-06-19 09:34 UTC] chati at ifrance dot com
Using Sybase-CT library with apache on win2000 & NT,
I ve got trouble with those below functions :

- sybase_min_error_severity ( Fatal error )
- sybase_min_message_severity ( Fatal error )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-20 05:48 UTC] dbeu@php.net
such functions don't exist in the sybase_ct extension (only one available under win32)
 [2001-06-21 01:06 UTC] joey@php.net
Maybe not, but there's no reason they can't exist. :)
 [2004-01-23 20:56 UTC] thekid@php.net
There actually is a reason: Online Sybase-DB makes a distinction between errors and messages. Sybase-CT simply returns every message to the (client|server) message handler.

Set sybct.min_server_severity to 11 to suppress informational messages. Or take PHP/4.3.0+ and use sybase_set_message_handler() - you can make a descision there if this message is an error or not.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 04:01:30 2025 UTC