Re: [PHP] Not able to load the extensions



John Meyer wrote:
Apache 2.2
PHP 5.2.6 (as a module)
Windows

Relevant parts of php.ini
; Directory in which the loadable extensions (modules) reside.
extension_dir = I:\php\ext

extension=I:\php\ext\php_mssql.dll
extension=I:\php\ext\php_mysql.dll

Note: I did try it with just the name ("php_mysql.dll") but it doesn't seem to work either way

And httpd.conf:

LoadModule php5_module I:\php\php5apache2_2.dll
AddType application/x-httpd-php .php
PHPIniDir C:\WINDOWS


What type of errors, if any, do you get when you try and start Apache w/php? Check your Apache and PHP error_log files. Let us know what you find.
.



Relevant Pages

  • Not able to load the extensions
    ... Apache 2.2 ... Directory in which the loadable extensions reside. ... AddType application/x-httpd-php .php ...
    (php.general)
  • Loading extentions on windows
    ... In my ini file I have; ... Directory in which the loadable extensions reside. ... PHP 4.3.8 on window xp home. ...
    (alt.php)
  • Re: Encrypting files
    ... >> I need some sort of file encryption that I can invoke from my PHP web ... the files will reside on the server in unencrypted form. ... >> be able to apply at least one form of file encryption (Blowfish, AES, ... because the key would reside in your PHP file. ...
    (comp.lang.php)
  • Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6
    ... I am attempting to perform a PHP installation on an Apache 2.2.6 web server ... I have a third party application that will reside within the Apache instance ...
    (comp.lang.php)
  • Newbie server question
    ... have written a survey in php which will reside on a remote ISP. ... users of the survey will all come from the same internal network at work. ...
    (comp.lang.php)