hi
i got some problem with PHP and FastCGI ( if i call it problem..)
simply when i've written an instruction like
<?php
echo "Hello<br />";
?>
when i open http://localhost/a.php
i see something like this
Hello
specified module could not be found. in Unknown
on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_radius.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_rar.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_runkit.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_sam.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_sdo.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_smtp.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_spl_types.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_ssh2.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_stats.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_stem.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_timezonedb.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_translit.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_uploadprogress.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_win32ps.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_win32scheduler.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_win32service.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_win32std.dll' - The specified module could not be
found. in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_yami.dll' - The specified module could not be found. in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_zlib_filter.dll' - The specified module could not be
found. in Unknown on line 0
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
i've installed php 5.2.6 according to this article and a little this one
and my os is Windwos Vista SP1 (x64) and that was the first time that i've installed php manually so i assume that i did something wrong
whats my problem btw ?!