var fDesc=new Array(); fDesc[0] = "Zend Guard is a program to protect PHP source code by encrypting into byte-code format rendering it impossible to be reverse-engineered. The program works on Microsoft Windows, Linux and MacOS.
Zend Guard ver. 5.0.1 has been introduced with various improvements, which include a list of new features, bug fixes and also security improvements. The most important feature which the new Zend Guard 5.0.1 has introduced is PHP ver. 5.2 support and a new fantastic modern user interface with multifunctional tabs. More interesting new features are: the support for non-English files and folder names for all operating systems, the ability to integrate a custom file header instead of the default Zend Guard one. More exclusion features have been added to this edition such as the ability to totally exclude files and folders from obfuscation and exclude files according to wild-cards. The program contains a built-in XML editor for editing the program's configuration that can be used to run batch command-line functions. Files encoded by Zend Guard will not run on any php enabled web server until a special free run-time is installed that can bundled with the encoded projects."; 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 = ''; } }