I finally got everything working except for the extension path.
at the moment imrunning Apache Server and PHP4 on WinXP Prof
my php.ini file is in C:\Windows dir
PHP is installed to C:\PHP dir
the extension_dir is set to "C:\PHP\extensions" at the moment.
I know all the extensions are in there but for some reason i get an error saying that
Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_*.dll - The specified module could not be found.
I have tried many diffrent ways of typing the dir information, ranging from
"../PHP/extensions"
to
".;C:/PHP/extensions/"
the extensions that won't load are:
php_xmlrpc.dll
php_openssl.dll
php_gettext.dll
php_msql.dll
thoes are the only extensions that will not load. the other extensions such as php_w32api.dll load fine with no errors.
Is there some setting in Apache I need to set? or am I missing something with the path name?
If anyone knows a work around/fix to this problem your help would be greatly appreciated.
Thanks in advance.
RedSyphon