Displaying 2 results from an estimated 2 matches for "phpunit2".
2008 Mar 11
1
php 4/5 dependency question
...so.0 for package: php-sqlite
--> Processing Dependency: php = 4.3.9 for package: php-syck
--> Processing Dependency: rrdtool = 1.0.50 for package: php-rrdtool
--> Processing Dependency: php = 4.3.9 for package: php-sqlite
--> Processing Dependency: php-pecl(Xdebug) for package: php-pear-PHPUnit2
--> Processing Conflict: php-pecl-apc conflicts php-mmcache
--> Processing Dependency: php = 4.3.9 for package: php-mmcache
--> Processing Conflict: php-eaccelerator conflicts php-mmcache
--> Finished Dependency Resolution
Error: php-pecl-apc conflicts with php-eaccelerator
Error: Missi...
2007 Sep 28
3
PHP5/CentosPlus big mess.
...three php files. Thus, my user
complained that the mysql pieces were not there.
So what I did was install CentOS 4 fresh into a VM, update it, then I just
did a:
# yum --enablerepo centosplus --exclude php-pecl-ssh2 --exclude php-eaccelerator --exclude php-pear-Image-GraphViz --exclude php-pear-PHPUnit2 install php php*
(see the explanations for the --excludes on http://wiki.xdroop.com/space/CentOS/4/Updating+to+PHP+5)
Please with my illusion of progress, I then copied the RPMs from the local
cache to my target machine, and installed them with
# rpm -Uvh --nodeps --replacefiles *rpm
The --node...