You're mixing two versions of PHP which happen to be incompatible in the
extension API itself.  Be sure your ini file points to the correct extension
directory.

----- Original Message -----
From: "Zach Curtis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 3:15 PM
Subject: [PHP-WIN] Loading DLL Extension


> I can't seem to be able to load any of the DLL extensions included with
PHP.
> For example when I try to load the pdf extension using:
>
> dl("php_zlib.dll");    or
> displaying phpinfo()
>
> I get this message in a warning window:
>
> pdf: Unable to initialize module
> Module compiled with debug=o, thread-safety=1 module API=20000809
> PHP compiled with debug=o, thread-safety=1 module API=20001222
> These options need to match
>
> I am running:
> WINNT 4.0 SP 6a
> Apache 1.3.12
> PHP 4.0.6
>
> php.ini settings:
> extension_dir = j:\php\extensions
> enable_dl = On
> extension=php_pdf.dll
>
>
> Any thoughts? Thanks.
>
>
> Zach Curtis
> POPULUS
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to