var fDesc=new Array(); fDesc[0] = "Zend Core is the reliable trusted solution by professionals for converting any computer/server to a high performance robust complete web server. It automatically installs the market leader latest Apache (2.2.10); however it can be configured to work with your current Apache or IIS web servers, the latest version of PHP (5.2) with optimum configurations, batches and extensions for maximum security and performance; along with latest MYSQL server and IBM DB2, Express-C, Informix and Oracle databases support.
While installing, the program's installshield takes you through the steps of choosing different components of your web server application and the configuration of each one of them including specifying the login details and port numbers.
Zend Core provides the free Zend Optimizer runtime required for running Zend-encoded PHP files and a copy of latest Zend framework which is the best ever PHP framework.
The complete bundle is supported by Zend Inc. so you will get bug fixes, security fixes and updates for all the components."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }