http://www.php.net/manual/en/curl.setup.php
Table of Contents
add a noteUser Contributed Notes Installing/Configuring
helvecio_oliveira at yahoo dot com dot br 21-Aug-2003 04:12
CURL install steps in Mandrake 9.1:
==========================================================
cp -r /usr/src/php-devel/extensions/curl /tmp/curl
cd /tmp/curl
phpize
./configure
make install
echo "extension = curl.so" > /etc/php/90_curl.ini
Restart apache web server.
==========================================================
curl.so is in:
/usr/lib/php/extensions/
look in phpinfo, the string:
/etc/php/90_curl.ini
Needs these tools:
autoconf
automake
libtool
m4
php430-devel-430-11mdk.rpm
Some docs:
/usr/share/doc/php430-devel-430/SELF-CONTAINED-EXTENSIONS
'php' 카테고리의 다른 글
PHP 한방에 모든 쿠키 제거 (0) | 2011.08.12 |
---|---|
Date/Time Configuration Options (0) | 2011.07.28 |
Function.fsockopen (0) | 2011.05.30 |
외부프로그램에서 제로보드 xe 및 그누보드 회원 연동(로그인) 하기 - 초간단 (0) | 2011.01.12 |
XpressEngine 별도 프로그램 연동시 세션공유 (0) | 2011.01.12 |