php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5667 CTlib seems to be ignoring the severity configuration options
Submitted: 2000-07-18 17:40 UTC Modified: 2000-07-23 08:55 UTC
From: miguel222 at mindless dot com Assigned:
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 4.0.1pl2 OS: RH Linux 6.2
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: miguel222 at mindless dot com
New email:
PHP Version: OS:

 

 [2000-07-18 17:40 UTC] miguel222 at mindless dot com
>> Here are the relevant sections of my php.ini file <<

[Sybase]
sybase.allow_persistent = On
sybase.max_persistent   = -1
sybase.max_links        = -1
;sybase.interface_file  = "/usr/sybase/interfaces"
sybase.min_error_severity       = 100
sybase.min_message_severity     = 100
sybase.compatability_mode       = Off

[Sybase-CT]
sybct.allow_persistent  = On
sybct.max_persistent    = -1
sybct.max_links         = -1
sybct.min_server_severity       = 100
sybct.min_client_severity       = 100


>> PHP displays every warning generated by the server, regardless of severity; when I sybase_connect() and sybase_select_db(), it give me messages that "master" and "my database" have been selected.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-23 08:55 UTC] joey at cvs dot php dot net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC