Connecting Tech Pros Worldwide Help | Site Map

coding for verisign

ZMAN
Guest
 
Posts: n/a
#1: Aug 23 '05
Hello.
Are there any examples you can point me to for coding PHP to talk to
verisign. My install is not configured with any support for it. I'd rather
not have to re-configure.

Thanks in advance







ZeldorBlat
Guest
 
Posts: n/a
#2: Aug 24 '05

re: coding for verisign


What exactly are you trying to accomplish?

Colin McKinnon
Guest
 
Posts: n/a
#3: Aug 24 '05

re: coding for verisign


ZMAN wrote:
[color=blue]
> Hello.
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.
>
> Thanks in advance[/color]

Ask Verisign.

C.
Alvaro G Vicario
Guest
 
Posts: n/a
#4: Aug 24 '05

re: coding for verisign


*** ZMAN wrote/escribió (Tue, 23 Aug 2005 22:36:52 GMT):[color=blue]
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.[/color]

As far as I know Verisign is an American company. Companies are not people
so they cannot talk ;-P

Now seriously, I suppose are your talking about some online service
provided by Verisign. It'd be a good starting point to know what service it
is. Also, Verisign probably wants others to use their service so they must
have provided documentation for developers, you'd better find it
..

--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#5: Aug 25 '05

re: coding for verisign



ZMAN wrote:[color=blue]
> Hello.
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.[/color]

http://in.php.net/pfpro

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

Newbie
 
Join Date: Aug 2005
Posts: 1
#6: Aug 30 '05

re: coding for verisign


http://www.phpclasses.org/browse/package/2093.html
and
http://www.phpclasses.org/browse/package/267.html

both of these require the verisign SDK be installed on your server; you'll also need safe mode turned off in order to make system calls. (you'd probably need these 2 conditions to be true with any package that validates/processes with Verisign.) i've used an older version the first package, but it was a little buggy and i had to do some cleanup before it would run properly.

i'm not sure there's any advantage to using the SDK and a third-party interface over just rebuilding PHP with the proper extension, but it can be done.
Closed Thread