views:

1003

answers:

1

How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically?

Actually I need JSON support to use the JavaScript-RTE and believe it's in PHP 5.2 only.

+1  A: 

How about using zypper?

I got this, already having latest available.

aansari:~ # zypper in php
Downloading repository 'openSUSE-11.0-Updates' metadata [done]
Building repository 'openSUSE-11.0-Updates' cache [done]
Reading installed packages...
'php5' providing 'php' is already installed.
Nothing to do.
aansari:~ #
Adeel Ansari
ok, so I use yast to get zypper first..
Tom