Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #pear
Wed, November 16, 2011
2 min read
[PEAR] How to Configure Settings to Hide Strict, Deprecated Errors and Warnings
How to hide Strict and Deprecated warnings from PEAR by adjusting error_reporting in php.ini.
read more →
Mon, November 14, 2011
1 min read
[PEAR] How to Configure Settings for Authenticated Proxy to Use install
Fixing a pear install failure behind an authenticated proxy by setting http_proxy via pear config-set.
Wed, September 7, 2011
[PEAR] Installing Services_Amazon and Trying Out the Amazon API
Installing PEAR's Services_Amazon and HTTP_Request2 to start using the Amazon API from PHP.
[PEAR] Using Amazon API's ItemSearch for Multi-keyword Search
Searching Amazon with multiple concatenated keywords via PEAR Services_Amazon's ItemSearch.
[PEAR] How to Set Proxy Information with setProxy in Services_Amazon
Fixing a Services_Amazon Malformed response error by passing proxy info through setProxy.
Mon, October 10, 2011
[PHP][PEAR] Solution for 'Column count of mysql.proc is wrong.' Error
Digging up the real cause behind a PEAR::DB "unknown error" via getDebugInfo().
Tue, September 25, 2012
[PHP] Installing PEAR and PHPUnit on Mac
Installing PEAR and PHPUnit on Mac OS X Mountain Lion.