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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 12:01:30 2024 UTC