Difference between revisions of "PHP"

From Atomicorp Wiki
Jump to: navigation, search
(New page: PHP 5.2.x installation php-pear, and php-sqlite2 will conflict with this if you try to do a normal yum upgrade. Try as I might, I cant seem to get the newer php-pear to be recognized by t...)
 
Line 5: Line 5:
 
To upgrade to PHP 5.2.2 on CentOS4, while running php-4.3.x:
 
To upgrade to PHP 5.2.2 on CentOS4, while running php-4.3.x:
  
Step 1) yum remove php-sqlite2
+
Step 1)  
 +
yum remove php-sqlite2
  
Step 2) yum install php-pear
+
Step 2)  
 +
yum install php-pear
  
Step 3) mv /etc/php.ini.rpmnew /etc/php.ini
+
Step 3)  
 +
mv /etc/php.ini.rpmnew /etc/php.ini

Revision as of 14:49, 4 May 2007

PHP 5.2.x installation

php-pear, and php-sqlite2 will conflict with this if you try to do a normal yum upgrade. Try as I might, I cant seem to get the newer php-pear to be recognized by the older as an update event.

To upgrade to PHP 5.2.2 on CentOS4, while running php-4.3.x:

Step 1)

yum remove php-sqlite2

Step 2)

yum install php-pear

Step 3)

mv /etc/php.ini.rpmnew /etc/php.ini
Personal tools