|
-
Jan 13th, 2007, 09:44 PM
#1
Thread Starter
Stuck in the 80s
[RESOLVED] curl_init() stopped working
I've been writing a module for calculating USPS shipping rates, which uses curl to communicate with USPS servers. I've refreshed maybe a hundred times then suddenly I started getting:
Fatal error: Call to undefined function curl_init()
Out of nowhere. I didn't change any configurations or anything.
I checked out phpinfo() and got:
curl
CURL support: enabled
CURL Information: libcurl/7.15.1 OpenSSL/0.9.7j zlib/1.2.3
I restarted apache and I still get the error.
Running Gentoo Linux, Apache2, and PHP5. I believe I'm at the latest stable release for all three.
Any ideas?
Update: BAH! Somehow I switched to testing on my Windows box, which doesn't have CURL, without realizing it.
Last edited by The Hobo; Jan 13th, 2007 at 10:31 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|