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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 26 15:01:56 2024 UTC