How can I tell if I have successfully installed curl on my windows XP
machine?
What is the syntax for sending a test curl command?
I tried this and got a syntax error:
curl http://www.netscape.com/;
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
Trying to setup PHP with cURL support... I run this configure command:
./configure --with-mysql --with-apxs --with-openssl=/usr/local/ssl
--with-curl --with-mcrypt --enable-sockets
and receive this error:
/usr/local/lib/libcurl.so: undefined reference to `UI_OpenSSL'
Help!!
--
PHP
Hi, I was running a system with php 4.06, openssl 0.9.6a and curl 7.8. I
felt it was time to upgrade, so I started with the openssl, then curl and
finally php. I didn't uninstall anything, I assumed the the new stuff would
just overwrite the old. All was installed from source and installed into
/us
I use cURL to perform CC transactions and it returns a result string
(declined, accepted, etc...), but the message it returns is cut off. There's
one character missing on the end of the string, an "e". Here's my code:
$ch = curl_init($gateway_url);
curl_setopt ($ch, CURLOPT_RETURN
My support guy over at my ISP and I are having the
hardest time installing curl with ssl. Everytime we try to
install it like so
LDFLAGS=-L/usr/local/ssl/lib ./configure --with-ssl
it installs, but I get an
"curl: (1) SSL is disabled, https: not supported" message.
If someone could look at the