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