• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Activating extensions within PHP

Spikerok

Basic Pleskian
I have been trying to add an extension xattr (http://php.net/manual/en/book.xattr.php) without much luck.

I have Plesk 12.5.30 and I have successfully install xattr and can see xattr.so in /usr/lib64/php/modules/.

Given that php5.6 modules are in /opt/plesk/php/5.6/lib64/php/modules i have copied xattr.so across to the /opt/plesk/php/5.6/lib64/php/modules.

For the website, within Plesk, I have updated PHP settings and added "extension=xattr.so" under additional directives.

After all that I am still yet to get xattr to work...

My OS is Centos 7 and xattr has chmod 755.
 
Back
Top