ZendServer installs PHP CLI as part of the installation, and, as is customary for PHP 4.3+, includes a PEAR installer. It’s a good idea to install PEAR before installing PHPUnit as per the recommendation here.
Open Zend\ZendServer\bin\go-pear.bat and change the line:%PHP_BIN% –d output_buffering=0 –d PEAR\go-pear.pharto (see PHAR Runtime Configuration):%PHP_BIN% –d output_buffering=0 –d phar.require_hash=0 PEAR\go-pear.pharThis will stop the fatal […]

