vlee

Well-Known Member
Oct 13, 2005
373
26
178
Spokane, Washington
cPanel Access Level
Root Administrator
Is it possible to have all cPanel PHP loaders active and running or will conflict with each other?

Ioncube
Sourceguardian
Zend

If it is possible to activate all cPanel PHP loaders then do I need to compile those using Easy Apache?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

The following PHP extensions that you listed will not conflict with each other:

Ioncube
Sourceguardian
Zend


You do not have to use EasyApache to install them. Instead, you can utilize the following script:

Code:
# /scripts/phpextensionmgr
EX:

Code:
# /scripts/phpextensionmgr install IonCubeLoader
# /scripts/phpextensionmgr install SourceGuardian
# /scripts/phpextensionmgr install Zendopt
Thank you.
 

vlee

Well-Known Member
Oct 13, 2005
373
26
178
Spokane, Washington
cPanel Access Level
Root Administrator
Hello :)

The following PHP extensions that you listed will not conflict with each other:

Ioncube
Sourceguardian
Zend


You do not have to use EasyApache to install them. Instead, you can utilize the following script:

Code:
# /scripts/phpextensionmgr
EX:

Code:
# /scripts/phpextensionmgr install IonCubeLoader
# /scripts/phpextensionmgr install SourceGuardian
# /scripts/phpextensionmgr install Zendopt
Thank you.

Thank you Michael
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
They can also be enabled or disabled in the PHP section of Tweak Settings as of version 11.36
Yes, the method I provided is for the PHP your websites use. If you are looking to enable these loaders for the internal PHP that cPanel/WHM use, then you would enable them under "PHP" in "Tweak Settings".

Thank you.