php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #46490 php.ini-recommended&php.ini-dist has wrong value for extension_dir
Submitted: 2008-11-05 02:04 UTC Modified: 2009-05-04 15:21 UTC
From: louis at steelbytes dot com Assigned: pajoye (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 5.2.6 OS: windows
Private report: No CVE-ID: None
 [2008-11-05 02:04 UTC] louis at steelbytes dot com
Description:
------------
shouldn't the extension_dir ini value in php.ini-recommended&php.ini-dist match the zip contents?

in 5.2.6 php.ini-recommended&php.ini-dist have
  extension_dir = "./"
but i think it should be
  extension_dir = "ext"

Reproduce code:
---------------
try unzipping and using the recommend .ini without changes

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-04 15:21 UTC] pajoye@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 07:01:29 2024 UTC