• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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