Author |
|
little-doggy
Joined: 09 Mar 2006 Posts: 11
|
Posted: Sun 14 Jan '07 14:51 Post subject: cant get php to work |
|
|
i installed php5.20 and apache2.2.4 on windows vista just playing around with them and i keep getting this when i try to go to a php file on my site.PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_exif.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_ifx.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_oci8.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_pdo_oci.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_pdo_oci8.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_pspell.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_sybase_ct.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_ibm_db2.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_imagick.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_ingres.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_netools.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_oracle.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_svn.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_yaz.dll' - The specified procedure could not be found.\r\n in Unknown on line 0
any one got a clue how to fix this please help |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 14 Jan '07 15:20 Post subject: |
|
|
Is extension_dir = "C:/php/ext/" set correct and with quotes in php.ini?
Do the files exist? Do the other extensions load fine?
Maybe these modules / extension do not run under Vista. I haven't tried yet. Because I don't run Vista. |
|
Back to top |
|
little-doggy
Joined: 09 Mar 2006 Posts: 11
|
Posted: Mon 15 Jan '07 4:51 Post subject: |
|
|
That didnt help so far |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 15 Jan '07 12:47 Post subject: |
|
|
If you don't need this modules comment them out a first to get apache running with php. As far as I know most users do not need that function from the modules. |
|
Back to top |
|
little-doggy
Joined: 09 Mar 2006 Posts: 11
|
Posted: Mon 15 Jan '07 15:21 Post subject: |
|
|
i uninstalled php and reinstalled it and got it to work now i think
how ever i dont know what all i need to get mysql-5.0.27 working right is there a module i need to get from here ? |
|
Back to top |
|
little-doggy
Joined: 09 Mar 2006 Posts: 11
|
Posted: Mon 15 Jan '07 16:17 Post subject: |
|
|
well got it fixed
seems to be working now. thanks alot for helping me out. |
|
Back to top |
|