php-windows Digest 15 Jun 2005 18:59:07 -0000 Issue 2696

Topics (messages 26099 through 26103):

unable to load php-gd2.dll
        26099 by: ddiffa
        26100 by: Mike
        26101 by: ddiffa
        26102 by: Ross Honniball

pfpro com integration not working
        26103 by: Jonathan Kart

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Okay I at loss.  I have tried but i can seem to get the
php_gd2.dll to work properly.  Any help this is what i have
done so far.   

I have in my php.ini file, 

; Directory in which the loadable extensions (modules)
reside.
extension_dir = "C:\PHP\extensions"

I have also uncommented the 

extension = php_gd2.dll

I have in the c:\php\extension folder the php_gd2.dll 

I have restarted IIS but still nothing

I am using Window XP $ 2000 with IIS 5.0 but still nothing

Please help
Disieyi

--- End Message ---
--- Begin Message ---
 Try using single-quotes.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 14, 2005 11:25 PM
> To: [email protected]
> Subject: [PHP-WIN] unable to load php-gd2.dll
> 
> Okay I at loss.  I have tried but i can seem to get the 
> php_gd2.dll to work properly.  Any help this is what i have
> done so far.   
> 
> I have in my php.ini file, 
> 
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "C:\PHP\extensions"
> 
> I have also uncommented the 
> 
> extension = php_gd2.dll
> 
> I have in the c:\php\extension folder the php_gd2.dll 
> 
> I have restarted IIS but still nothing
> 
> I am using Window XP $ 2000 with IIS 5.0 but still nothing
> 
> Please help
> Disieyi

--- End Message ---
--- Begin Message ---
Still No luck!!

-----Original Message-----
From: Mike [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 14, 2005 10:38 PM
To: [EMAIL PROTECTED]; [email protected]
Subject: RE: [PHP-WIN] unable to load php-gd2.dll

 Try using single-quotes.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 14, 2005 11:25 PM
> To: [email protected]
> Subject: [PHP-WIN] unable to load php-gd2.dll
> 
> Okay I at loss.  I have tried but i can seem to get the 
> php_gd2.dll to work properly.  Any help this is what i
have
> done so far.   
> 
> I have in my php.ini file, 
> 
> ; Directory in which the loadable extensions (modules)
reside.
> extension_dir = "C:\PHP\extensions"
> 
> I have also uncommented the 
> 
> extension = php_gd2.dll
> 
> I have in the c:\php\extension folder the php_gd2.dll 
> 
> I have restarted IIS but still nothing
> 
> I am using Window XP $ 2000 with IIS 5.0 but still nothing
> 
> Please help
> Disieyi

--- End Message ---
--- Begin Message ---
I had a problem getting GD2 to run on Windows when I installed php5.

I ended up copying php_gd2.dll to c:\windows\system32, restarted my machine, and all was good.

Can't hurt to try.

ross.

At 01:25 PM 15/06/2005, you wrote:
Okay I at loss.  I have tried but i can seem to get the
php_gd2.dll to work properly.  Any help this is what i have
done so far.

I have in my php.ini file,

; Directory in which the loadable extensions (modules)
reside.
extension_dir = "C:\PHP\extensions"

I have also uncommented the

extension = php_gd2.dll

I have in the c:\php\extension folder the php_gd2.dll

I have restarted IIS but still nothing

I am using Window XP $ 2000 with IIS 5.0 but still nothing

Please help
Disieyi

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

.
. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
.

--- End Message ---
--- Begin Message ---
Hi all, 

I'm trying to interface with verisign's payflow pro on windows using
the COM method.

This code was originally taken from an example listed with the manual
as a workaound for the fact that the php pfpro functions are not
supported on windows.  It worked for some time until the server was
upgraded to windows 2003 server. Now, all calls to instantiate a COM
object return the boolean value 'true'

                $pfpro_client = new COM('PFProCOMControl.PFProCOMControl.1');
                
// this line outputs 'true'
                echo $pfpro_client;
                //Connect to Verisign via COM object...
// this line gives a "call to a member function on a non object" error
                $pfpro_context = $pfpro_client->CreateContext($this->getURL(), 
443,
24,"",0,"","");

I've tried other COM objects like "new
COM(InternetExplorer.Application)" and it also returns 'true'.  Other
tests of the pfpro install are sucessful (asp, pfpro.exe), so i
believe the payflow config is correct.  It just seems like the php com
integration is screwed up.

Any ideas?
thanks,
jon

--- End Message ---

Reply via email to