Hi,
I updatet my plesk today from 10.3 to 12.0... so I am "kind of new" to the new features.
It's a pleasure, to be able to use php 5.3 and 5.6 both.
But I ran into troubles when building modules. 5.3 is "standard" for plesk, right? And if I want to work with 5.6, I only have those little installation in /opt/plesk/php/5.6 ?
Thats not much
I had to install for example phpdevel using yum (I am working on CentOS 6.2).
After compiling with phpize & co, I get the warning that my module-APi doesn't match between "Module compiled" and "PHP compiled"...
Now my question: How can I install the correct phpize-version?
I searched a lot on the internet and I know about "yum search php56"... but sadly, the following doesn't help:
I somehow always gets the phpize-setup for php5.3.
I would be also fine to "override" the default version (so that 5.6 is server-wide default), but I think thats not possible?
Thanks in advance!
I updatet my plesk today from 10.3 to 12.0... so I am "kind of new" to the new features.
It's a pleasure, to be able to use php 5.3 and 5.6 both.
But I ran into troubles when building modules. 5.3 is "standard" for plesk, right? And if I want to work with 5.6, I only have those little installation in /opt/plesk/php/5.6 ?
Thats not much
After compiling with phpize & co, I get the warning that my module-APi doesn't match between "Module compiled" and "PHP compiled"...
Now my question: How can I install the correct phpize-version?
I searched a lot on the internet and I know about "yum search php56"... but sadly, the following doesn't help:
Code:
yum install plesk-php56-devel.x86_64
I would be also fine to "override" the default version (so that 5.6 is server-wide default), but I think thats not possible?
Thanks in advance!