Skip to main content

Missing PHP Options

Comments

6 comments

  • dazeck
    I have fixed the issue with ixed by adding sourceguardian and zendguard loaders (not sure which one resolved the issue, but at least it's one off the list)
    0
  • dazeck
    Any idea how I can get shmop.so, sysvmsg.so, sysvsem.so,sysvshm.so added ?
    0
  • cPanelMichael
    Hello, PHP is compiled with those shared objects by default in EasyApache 4. You can verify that by reviewing the "php -i" output for the PHP SCL specific to the version:
    /opt/cpanel/ea-php56/root/usr/bin/php -i
    Thank you.
    0
  • knifesk
    Hello, I have the same problem and I need to enable this extensions.. Problem is that php is compiled with the params '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' and I'm getting PHP Fatal error: Call to undefined function msg_get_queue() in script.php on line 41 I've created the file /opt/cpanel/ea-php54/root/etc/php.d/___sysv.ini ==================================== ; Enable System V extension module extension=sysvmsg.so extension=sysvsem.so extension=sysvshm.so But I only get PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php54/root/usr/lib64/php/modules/sysvshm.so' - /opt/cpanel/ea-php54/root/usr/lib64/php/modules/sysvshm.so: cannot open shared object file: No such file or directory in Unknown on line 0 Any hints? Thanks!
    0
  • knifesk
    Nevermind, I've solved this by installing the packages ea-php54-php-process.x86_64, ea-php55-php-process.x86_64 and ea-php56-php-process.x86_64
    0
  • cPanelMichael
    Nevermind, I've solved this by installing the packages ea-php54-php-process.x86_64, ea-php55-php-process.x86_64 and ea-php56-php-process.x86_64

    I'm happy to see you were able to address the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.