On 9/25/07, David Zentgraf <[EMAIL PROTECTED]> wrote: > Hi, > > We need to work with a credit card checking company for an online > store. The one we're looking at only offers an API implementation via > PHP modules, or via SOAP protocol. Unfortunately our host is > extremely restrictive right now and did not --enable-soap and even > did a --without-pear, so we can't even use the PEAR::SOAP package. Is > there another implementation of SOAP or another way to possibly get > SOAP going in such a restrictive environment?
i've downloaded PEAR packages before and used them manually. all PEAR is is PHP object code modules in a central place. nothing special, really. you just have to tweak some script paths and you can use include/require on the files like normal. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php