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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: louis at steelbytes dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC