Win13 has been completed, in the process we updated ASPJPEG, ASPUPLOAD, and ZEND.
For Zend if you are using a custom php.ini you may need to add this at the end:
;zend_extension_manager.optimizer_ts="C:\Program Files\Zend\Optimizer\lib\Optimizer-2.5.10"
;zend_extension_ts="C:\Program Files\Zend\Optimizer\lib\ZendExtensionManager.dll"
;zend_optimizer.optimization_level=15
zend_optimizer.optimization_level = 15
zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
if you already have the zend lines for the old version do like in this sample and comment them out so they do not run.