Re: [PHP-WIN] Loading DLL Extension

2002-02-14 Thread Zach Curtis
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

Re: [PHP-WIN] Loading DLL Extension

2002-02-14 Thread Zach Curtis
t; -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 PHP which happen to be incom

Re: [PHP-WIN] Loading DLL Extension

2002-02-14 Thread Todd WIlliamsen
ovide 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&#x

RE: [PHP-WIN] Loading DLL Extension

2002-02-14 Thread Zach Curtis
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

Re: [PHP-WIN] Loading DLL Extension

2002-02-13 Thread Shane Caraveo
, 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() >

[PHP-WIN] Loading DLL Extension

2002-02-13 Thread Zach Curtis
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-safet