The answer (from another list) to this issue was that the dll files in the
extensions directory did not match with that build of PHP. Apparently, these
were some how replaced or not updated in the past. The issue was resolved by
replacing the dll files in the extensions directory with those that c
leave the default to:
./
"Zach Curtis" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm not sure how I'm mixing two versions of PHP...how is that possible?
>
> The extensions are located in this path extension_dir = j
additional help you provide would be appreciated. Thanks.
Zach
-Original Message-
From: Shane Caraveo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 13, 2002 4:46 PM
To: Zach Curtis; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Loading DLL Extension
You're mixing two versions of
debug=o, thread-safety=1 module API=2809
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