![]() |
|
|
|
|
|||||||
| PHP / MySQL Assistance We understand. Not all of you are experienced programmers, but some of you are highly skilled at coding. So we've set aside this forum so you can ask questions, and provide answers to the most commonly asked PHP / MySQL issues. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I got a problem. One folder from my hosting contain few php files which are encrypted by Zend. So far, so good but in this folder I should have own php.ini file for some reasons. What command line(s) I should write in order to function Zend?
|
|
#2
|
||||
|
||||
|
Start edit your local php.ini file and paste the following lines in it:
Code:
[Zend] zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 zend_optimizer.version=3.3.3 zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so |
![]() |
| Tags |
| hosting, older, phpini, settings, zend |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|