Previous Next

Thread: some problems with PHP & FastCGI

Last post 06-16-2008 6:38 PM by Hybrid SyntaX. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 06-16-2008, 3:53 PM

    • Hybrid SyntaX
    • Not Ranked
    • Joined on 06-15-2008, 9:38 AM
    • Tehran
    • Posts 3
    • Hybrid SyntaX

    some problems with PHP & FastCGI

    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 ?!
     

     

    </School>
  • 06-16-2008, 6:08 PM In reply to

    • Alex.W474
    • Top 100 Contributor
    • Joined on 05-15-2008, 1:16 AM
    • Posts 26
    • Alex.W474

    Re: some problems with PHP & FastCGI

    It looks like you enabled a lot of extensions in php.ini and these extensions cannot load DLL they depend on. Try to copy php.ini-recommended to php.ini, apply the changes that are suggested in the articles, run phpinfo() and check whether it catch up the right PHP.ini.

    BTW, you can follow this instruction: http://www.witsuite.com/support/knowledge-base/install-php.php - I consider it useful.

  • 06-16-2008, 6:23 PM In reply to

    • Hybrid SyntaX
    • Not Ranked
    • Joined on 06-15-2008, 9:38 AM
    • Tehran
    • Posts 3
    • Hybrid SyntaX

    Re: some problems with PHP & FastCGI

    thx for reply

    i've used php.ini-recommended ...

    however it seems that your link is broken... 

    </School>
  • 06-16-2008, 6:38 PM In reply to

    • Hybrid SyntaX
    • Not Ranked
    • Joined on 06-15-2008, 9:38 AM
    • Tehran
    • Posts 3
    • Hybrid SyntaX

    Re: some problems with PHP & FastCGI

    problem solved!

    i didn't pay attention to

    3.  Open php.ini file, then uncomment and modify settings as follows:

    </School>
Page 1 of 1 (4 items)
Page view counter