Re: [PHP] Not able to load the extensions
- From: lists@xxxxxxxxx (Jim Lucas)
- Date: Wed, 30 Jul 2008 17:17:26 -0700
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.
.
- References:
- Not able to load the extensions
- From: John Meyer
- Not able to load the extensions
- Prev by Date: Re: [PHP] Why PHP4?
- Next by Date: Get Remote-Image
- Previous by thread: Not able to load the extensions
- Next by thread: Back to Basics - Why Use Single Quotes?
- Index(es):
Relevant Pages
|