php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28485 cannot change extension directory
Submitted: 2004-05-22 08:50 UTC Modified: 2004-08-05 23:46 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: wcucn at hotmail dot com Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.0.0RC2 OS: WindowsXP
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: wcucn at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-05-22 08:50 UTC] wcucn at hotmail dot com
Description:
------------
; Directory in which the loadable extensions (modules) reside.
extension_dir = "d:\apache\php5\ext"

The extension directory do not change while I check phpinfo();

and The extension directory can be changed and works while I used php 4


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-22 11:30 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2004-05-22 16:48 UTC] wcucn at hotmail dot com
Thanks, but the problem still exists after I try php5 RC3-dev.

The extension dir is still C:\php5 and cannot be changed to d:\apache\php5\ext
 [2004-08-02 16:07 UTC] pmadziar at polbox dot pl
I have the same problem. I'm trying to configure PHP on windows 2000 and 2003 as ISAPI on IIS. It looks like php.ini isn't parsed at all.
 [2004-08-05 23:46 UTC] edink@php.net
php.ini needs to be in your windows directory by default. Alternatively you can set PHPRC environmental variable to point at a dir where php.ini is located.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 11:01:30 2024 UTC