ID: 47608 User updated by: mgregory at gregory dot com Reported By: mgregory at gregory dot com Status: Bogus Bug Type: Dynamic loading Operating System: Windows XP SP2 PHP Version: 5.2.9 New Comment:
I have left a bug report with the PECL people as well with no response so far. Previous Comments: ------------------------------------------------------------------------ [2009-03-09 23:03:29] mgregory at gregory dot com The answer to both questions is yes and yes. The dll was copied into the ext directory where is resides with the other extension dll's. The extension_dir in php_ini. is defauled, as you point out, to point to the extension directory. ------------------------------------------------------------------------ [2009-03-09 21:14:46] [email protected] Since radius is in PECL, please referer to the PECL bug tracker at: http://pecl.php.net/ ------------------------------------------------------------------------ [2009-03-09 20:56:41] [email protected] Did you place php_radius.dll in the ext/ folder of your php installation and then pointed extension_dir to that directory (which should be default) ? ------------------------------------------------------------------------ [2009-03-09 20:07:34] mgregory at gregory dot com Description: ------------ I get the following error message from Aache 2.2.11 at start-up:PHP Warning: PHP Startup: "Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_radius.dll' - The specified module could not be found.\r\n in Unknown on line 0." extension_dir in php.ini is correct and the extention has been enabled properly. I have read through all the other bug reports and tried the fixes used before. I have moved php_radius.dll to system 32 with no effect. I have also added the extension directory path to the environment variables and rebooted without effect. Also tried adding a directory directive to apache with no effect. Expected result: ---------------- Expected dynamic linking of module without error message. Actual result: -------------- Got error message as follows: "Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_radius.dll' - The specified module could not be found.\r\n in Unknown on line 0." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47608&edit=1
