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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 15:01:34 2025 UTC