CentOS 5.1 php 5.1.6で「pecl install json」したらこんなの出た。
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 48 bytes) in /usr/share/pear/PEAR/Registry.php on line 1053
Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes)
ここを元に「@ini_set('memory_limit', '16M');」を「/usr/share/php/pearcmd.php」と(ついでに)、「/usr/share/php/peclcmd.php」の最後に追加したけど直らない。
(念のため「/etc/init.d/httpd restart」もした)
面倒になってあきらめ。本家からpackage落として./configure && make && make installした。
まあ、検証環境だし、uninstallは考えないからいいや。
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 48 bytes) in /usr/share/pear/PEAR/Registry.php on line 1053
Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes)
ここを元に「@ini_set('memory_limit', '16M');」を「/usr/share/php/pearcmd.php」と(ついでに)、「/usr/share/php/peclcmd.php」の最後に追加したけど直らない。
(念のため「/etc/init.d/httpd restart」もした)
面倒になってあきらめ。本家からpackage落として./configure && make && make installした。
まあ、検証環境だし、uninstallは考えないからいいや。
コメントする