Mzphpv2.0: supports scss and PHP obfuscation encryption frameworks. mzphp was updated a year ago:
NEW:
1. support loading control from the entry file.
2. added the original EnPHP tool: obfuscation and encryption of PHP projects. please try it out.
3. the template engine adds a compilation prefix for multiple sites in site group mode to reuse templates with the same file name in different directories.
4. added address rewriting support for multi-level arrays, for example,/where [time] [0]/20120102/where [time] [1]/20120103/
5. add the default value for the url method action.
6. the spider class supports SSL certificates during HTTPS requests.
7. the new variable {CDN} of the template engine is used to bind the CDN path.
Fix:
1. core: json_encode is a BUG in some Chinese character sets.
2. fixed the problem that spider cannot support @ Upload files in version 5.6.
3. fixed the core's warning prompt in some environments.
Optimization:
1. optimized the template engine to remove compatible variables and some useless comments
Appendix:Description of EnPHP obfuscation encryption
Path of EnPHP: tools/enphp_project.php
EnPHP can encrypt and confuse PHP 5-7 and is now built into mzphp Framework.
After multiple tests, EnPHP supports encryption obfuscation of more than 99% of PHP code. welcome to test the feedback.
Usage:
1. copy enphp_project.php to your project.
2. modify the option parameter suitable for you in enphp (optional)
3. modify the file to be encrypted in the on_index method in enphp_control (optional)
4. access this file in a browser, or use the php enphp_project.php command line mode to perform encryption.
P.S. the important thing is to say three times: Backup! Backup! Backup! Please back up your source code files before encryption. all files encrypted through EnPHP cannot be recovered! Otherwise, do not use it.
P.S. S. You can also copy the enphp class and the spider class for separate use. The first version of the EnPHP background service is temporarily deployed in MoPaaS (the speed is a little slow, please forgive me ).
What is mzphp?
Mzphp is a practical site group php framework that supports scss syntax, css sprite, and EnPHP encryption.
Not academic school or standard, but focus on streamlining, high performance, and development efficiency.