mirror of
https://github.com/php/pecl-web_services-oauth.git
synced 2026-03-23 23:52:06 +01:00
git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@307497 c90b9560-bf6c-de11-be94-00142212c4b1
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
This extension needs to be compiled and enabled in your PHP installation.
|
|
|
|
Basic instructions:
|
|
|
|
1) phpize
|
|
2) ./configure
|
|
3) make && make install
|
|
|
|
For Debian/Ubuntu users:
|
|
|
|
The following packages need to be installed before running the steps above:
|
|
|
|
1) php5-dev
|
|
2) libpcre3-dev
|