-
as seen on Server Fault
- Search for 'Server Fault'
[root@ip ~]# yum install php-pear*
Reducing CentOS-5 Testing to included packages only
Finished
Setting up Install Process
Package 1:php-pear-1.8.1-2.el5.centos.noarch already installed and latest versio …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi All,
I'm willing to install phpunit 5.3 with MAMP 1.9 and there for I need to upgrade PEAR to version 1.9.1. The current version installed is 1.9.0.
When I try the to upgrade I get the following:
sudo pear channel-update pear.php.net
sudo pear upgrade pear
Could not get contents of package "/Applications/MAMP/bin/php5…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Current I am trying to install phpunit on my mac os x and mamp server:
pear config-set auto_discover 1
pear install pear.phpunit.de/PHPUnit
Errors which I got during installation:
Validation Error: This package.xml requires PEAR version 1.9.4 to parse properly, we are version 1.9.2
pear upgrade…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using pear mail and pear mail mime to send UTF8 HTML emails.
When I input urls such as //www.site.com.img they appear in the email as http:///www.site.com.img (note the three slashes).
Anyone know how to use //www urls with pear-mail/mime ?
To duplicate you can use the following code (taken…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have installed memcached fine, and now I will need to install PECL extension memcache. Im running RedHat x86_64 es5. The installation gives me this:
downloading memcache-2.2.6.tgz ...
Starting to download memcache-2.2.6.tgz (35,957 bytes)
..........done: 35,957 bytes
11 source files, building
running:…
>>> More