[PHP] CyberCash Please

2002-03-28 Thread Gabriel Richards
Hello. Would someone who has had experience and/or success with PHP and CyberCash please contact me. Thank you. Gabe - Ender Technology Corp. Websites, Database Applications, Hosting (310) 516-7411 [EMAIL PROTECTED] http://www.endertechnology.com/ -- PHP General Mailing List (http://www

[PHP] CyberCash Module Problems

2002-03-28 Thread Gabriel Richards
I have attempted to compile PHP with the CyberCash module. I have run ./configure --with-cybercash=mckdir, and all appeared to go fine, but when I call the cybercash functions I get a fatal error call to undefined function. I've tried to spot the line that says Checking for CyberCash . Yes, b

[PHP] Curl Support Not Compiling

2002-02-05 Thread Gabriel Richards
I'm trying to get PHP to compile with CURL support (on my Linux server), but it's not working and I'm not getting an error message. I've installed curl correctly I think. /usr/local/include/curl contains curl.h easy.h and other header files. /usr/local/lib has libcurl.a. I said ./configure --wit

[PHP] POST to SSL Server without CURL?

2002-02-05 Thread Gabriel Richards
Thank you for your very helpful guidance to this point! My host doesn't have the CURL module installed and it is unlikely they will do it (PHP running on NT). Apparently I can't just fsockopen("www.ups.com", 443); ??? Is there another way? Gabe -- PHP General Mailing List (http://www.php.n

[PHP] HowTo Send HTTP POST from Within Scrip

2002-02-05 Thread Gabriel Richards
Hi eveyone. I'm trying to build an application to interface with UPS Online Tools server. I have to send it an XML formatted request via HTTP POST, and I'm not sure how. Normally, PHP receives such requests when a user clicks a button on a form I created, but how do I initiate a POST from with a

[PHP] Problem Recompiling for GD Support

2001-12-13 Thread Gabriel Richards
Hi, I'm trying to recompile PHP to include GD and PDFLib support. So, I've installed those libraries (as well as zlib, libjpeg, libtiff, libpng), deleted config.cache, then ran : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl --enable-f tp --with-gd=shared -with-mysql=/usr --wi

[PHP] conflicting types for `gdIOCtx'

2001-12-11 Thread Gabriel Richards
Hi, I'm trying to recompile PHP to include GD and PDFLib support. So, I've installed those libraries (as well as zlib, libjpeg, libtiff, libpng), delete config.cache, then ran : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl --enable-f tp --with-gd=shared -with-mysql=/usr --wit

[PHP] RPM Installation Did Not Install PHP Modules

2001-11-18 Thread Gabriel Richards
I installed PHP/Apache/MySQL via the Red Hat installation process (7.2), but Apache isn't processing PHP files, they show up as plain text in the browser. I checked with the FAQ and related documentation which said to ensure that the AddModule and LoadModule directives where there and not commente