• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Php & Pear

R

raaqi

Guest
Is it possible to run PEAR for a single site instead of reinstalling PHP with PEAR enabled?

Like IONCUBE, you can simply put it in the httpdocs directory & PHP scripts will be able to run. Is it possible? If so where can I get the files?

Regards,
 
I do not believe so, as far as I know its either your servers php has pear or it doesnt. You may be able to modify file permissions to the files to only allow one user, but Im not sure that would work.

I personally dont use PEAR cause it is a horrible security risk.

Your OS Vendor may already have an RPM for php-pear, if not PSA has it in their repository, for RHEL4 for example:

php-pear.i386 4.3.9-3.22.9 PSA-product-upda

and RHEL itself
php-pear.i386 4.3.9-3.22.9 rhel4-updates

However ART in his atomic chanel has one for php 5 if your vendor doesnt
php-pear.noarch 1:1.5.0-5.el4.art atomic

Just as an example
 
Back
Top