ID: 39463 Updated by: [EMAIL PROTECTED] Reported By: RQuadling at GMail dot com -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: Windows XP SP2 PHP Version: 5CVS-2006-11-10 (snap) New Comment:
It was never supposed to work this way. And btw, there is no need to comment all the lines, just comment zend_extension_ts and it won't be loaded anymore. Previous Comments: ------------------------------------------------------------------------ [2006-11-10 14:28:07] RQuadling at GMail dot com Description: ------------ My php-cli.ini file has, at the end ... [Zend] zend_optimizer.enable_loader=0 zend_optimizer.enable_slow=0 zend_optimizer.disable_licensing=1 zend_optimizer.optimization_level=-1 zend_optimizer.obfuscation_level_support=0 zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.0.1\lib\Optimizer-3.0.1" zend_extension_manager.verbose=0 zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.0.1\lib\ZendExtensionManager.dll" In trialling the new version of PHP (one which is NOT compatible with the Zend Optimizer), I tried commenting out [Zend]; e.g. ;[Zend] This works in normal INI files. It made no difference to PHP. The only way to remove the Zend Optimizer was to comment all the zend_ lines. e.g. [Zend] ;zend_optimizer.enable_loader=0 ;zend_optimizer.enable_slow=0 ;zend_optimizer.disable_licensing=1 ;zend_optimizer.optimization_level=-1 ;zend_optimizer.obfuscation_level_support=0 ;zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.0.1\lib\Optimizer-3.0.1" ;zend_extension_manager.verbose=0 ;zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.0.1\lib\ZendExtensionManager.dll" It calls itself an INI file. I would expect it to behave like one. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39463&edit=1