- Joined
- Aug 21, 2008
- Messages
- 2,110
- Reaction score
- 496
Pics:
Requirements :
Zend Optimizer Enabled
To enable it, uncomment the following lines, in your php.ini (Keep in mind that XAMPP usually has 2 php.inis. One in the PHP directory and one in apache/bin) :
Credits:
PsychoWeb for security file.
RTDK
Requirements :
Zend Optimizer Enabled
To enable it, uncomment the following lines, in your php.ini (Keep in mind that XAMPP usually has 2 php.inis. One in the PHP directory and one in apache/bin) :
and make sure that zend_optimizer.enable_loader is set to 1, as bolded above.zend_extension_ts
zend_extension_manager.optimizer_ts
zend_optimizer.enable_loader = 1
zend_optimizer.optimization_level=15
Credits:
PsychoWeb for security file.
RTDK