CentOS 6.5에서 현재 PHP 5.4를 실행 중입니다.
webtatic php55w 패키지를 설치 한 다음 PECL을 통해 redis 및 mongo와 함께 문제없이 PEAR + PECL을 설치했습니다.
얼마 지나지 않아 5.5가 내가 작업하고있는 프레임 워크와 호환되지 않는다는 것을 깨달았으므로 php55w를 지우고 그 자리에 php54w를 설치했습니다.
이제 pecl 명령이 전혀 작동하지 않습니다. pecl 명령을 실행할 때마다 (실제로 ... 수십 번 반복되는)이 긴 문자열을 생성합니다.
Warning: Invalid argument supplied for foreach() in Command.php on line 259
Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259
...etc etc etc...
Notice: Undefined index: honorsbaseinstall in Role.php on line 180
Notice: Undefined index: honorsbaseinstall in Role.php on line 180
...etc etc etc...
Notice: Undefined index: installable in Role.php on line 145
Notice: Undefined index: installable in Role.php on line 145
...etc etc etc...
Notice: Undefined index: phpfile in Role.php on line 212
Notice: Undefined index: phpfile in Role.php on line 212
...etc etc etc...
Notice: Undefined index: config_vars in Role.php on line 49
Notice: Undefined index: config_vars in Role.php on line 49
...etc etc etc...
Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259
Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259
...etc etc etc...
XML Extension not found
이 문제를 어떻게 해결할 수 있습니까?