PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am running PHP 4.3.8 and curl 7.8-1 on RedHat AS 2.1. I recompiled php with the --enable-curl option. The php.ini file has the ; removed before extension=curl.so. Everytime I try to use anything curl related, I seem to get the same error; Fatal error: Call to undefined function: curl_init() in /var/www/html/... on line xxx. Any ideas on where to look next? Also, curl does work from the linux prompt. Also, I did a find / -name=curl -print and I see that curl is at /tmp/php-4.3.8/ext/curl.so and /usr/bin/curl
Thanks!
Last edited by Oxydude on Fri Aug 06, 2004 9:08 pm, edited 1 time in total.