In the development of some PHP files need to be modified, in part through Zend encryption, Notepad opened after the following:
You need to use Dezender to decrypt the download link as follows:
dezender.7z
After downloading to the C drive (not the path with Chinese), such as extracting to another location, please open the Dezender\php5\php5\php.ini file, to the end of the file
; Local Variables:
; tab-width: 4
; End:
zend_extension_manager.optimizer_ts="C:\Dezender\Zend for PHP5\Zend for PHP5\"
zend_extension_ts="C:\Dezender\Zend for PHP5\Zend for PHP5\ZendExtensionManager.dll"
modified to the corresponding path.
Open cmd and execute the following command in turn:
CD C:\Dezender\PHP5\PHP5php.exe C:\xampp\htdocs\web\base\admin\index.php
Replace the C:\xampp\htdocs\web\base\admin\index.php with the PHP file you need to decrypt,
Then you can see that your file directory will have one more file: file name. de.php
Open the file, the content has been decrypted:
Use Dezender to decrypt Zend encrypted PHP files