php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4591 errors in PHP_MINIT_FUCNTION for loading config values
Submitted: 2000-05-25 21:17 UTC Modified: 2000-07-24 21:03 UTC
From: andrew at digitalpulp dot com Assigned:
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 4.0.0 Release OS: not relevant
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: andrew at digitalpulp dot com
New email:
PHP Version: OS:

 

 [2000-05-25 21:17 UTC] andrew at digitalpulp dot com
I'm fairly certain there is a bug in PHP4 in the file ext/sybase_ct/php_sybase_ct.c

in PHP_MINIT_FUCNTION(sybase) all references to cfg_get_*("sybase.*", ...etc
should really read:  cfg_get_*("sybct.*", ...etc
on lines 267, 273, 280, 283, 286, 289, 292, 296

Also, line 315 should reflect that this is PHP 4.0, not 3.0.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-24 21:03 UTC] joey@php.net
Fixed in CVS. Thanks for the excellent report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC