php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35403 Outdated extension entries in sample ini files.
Submitted: 2005-11-26 04:56 UTC Modified: 2005-11-27 23:52 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: cyberdog3k at gmail dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.1 OS: Windows Server 2003
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: cyberdog3k at gmail dot com
New email:
PHP Version: OS:

 

 [2005-11-26 04:56 UTC] cyberdog3k at gmail dot com
Description:
------------
As of PHP 5.1, the Windows distribution of MySQL comes with two example php.ini files: php.ini-dist and php.ini-recommended.  Most of the extensions shipping with 5.1 in the 'ext' directory are listed in the ini files in the "Dynamic Extensions" section, but this list also has some outdated entries.  I've made a comparison of the actual extensions and those in the sample ini's:

Listed in the ini but no longer in 5.1:
oracle.dll

Shipping with 5.1, but not listed in the ini:
php_mysqli.dll
php_pdo.dll
php_pdo_firebird.dll
php_pdo_mssql.dll
php_pdo_mysql.dll
php_pdo_oci.dll
php_pdo_oci8.dll
php_pdo_odbc.dll
php_pdo_pgsql.dll
php_pdo_sqlite.dll
php_pspell.dll
php_soap.dll
php_xmlreader.dll

Of course it's at the developers' disgression if this is worthy of fixing, but I think it would help improve the consistency of the examples.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-27 23:49 UTC] sniper@php.net
The listed extensions are just for example. You're required always to edit the php.ini file to match your configuration.


 [2005-11-27 23:52 UTC] cyberdog3k at gmail dot com
Fair enough, but at the very least what about php_oracle?  This dll no longer exists, surely this could be confusing for a new user?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 23:01:33 2024 UTC