PHP :: Bug #39316 :: extension_dir (in php.ini) has no effect in
Oct 31, 2006 I configured the extension_dir line in php.ini using all these forms: extension_dir = c:\PHP\ext extension_dir = c:\php\ext extension_dir
extension_dir doesn't change in php.iniExcept that the "extension_dir" doesn't change, it keeps saying "C:\php5", whereas I changed that in my ini-file into "E:\php\ext".
PHP installed on windows. extensions aren't working PHP ServerI also specify the full path: extension_dir = "c:\php5\ext\" And I have personally had problems if I forgot the last \ after ext. For my most recent
setting up extension_dir - PHPP: n/a. Michael Bradley-Robbins. How do I set up the extension_dir in windows to point to "c:\php\ext"? I've tried almost everything. Jul 17 '05
Can't get any modules to load [Archive] - PHPBuilder.comAug 31, 2004 Configuration File (php.ini) Path - C:\WINDOWS\php.ini note also .. PHP4 extension_dir = c:\php\extensions. PHP5 extension_dir = c:\php\ext
extension_dir problem (help needed!!)...urgent - - PHP, ApacheI tried also to put the extension_dir line to the bottom of php.ini file without result. I' m using WAMP 2.0i. Loaded Configuration File C:\Program
php.ini - php -i | find "extension_dir" don't take effect after modified itsext extension_dir ./ext ./ext. but php -i | find "extension_dir" always show this and can't be modified with in php.ini file extension_dir => C:\php5
PHP installation can not load Mysql extension on Windows XP - Hotextension_dir = "/php/ext" None of the above worked. I am using the following: PHP version 5.2.4 - unzipped to c:\ and manually configured
extension_dir in php.ini: extension_dirJul 26, 2005 value in php.ini: extension_dir = .;c:\php\ext include_path = .;c:\php\includes phpinfo() shows: extension_dir C:\php5 include_path .