ThinkPHP3.0 runtime file branch operations _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
The runtime file branch operation of ThinkPHP3.0. STRIP_RUNTIME_SPACE constant is removed in tp3.0. So it is useless. After reading the tp source code, we found that the removal of blank spaces and comments in the code has become the default behavior. the developer cannot control the STRIP_RUNTIME_SPACE constant and is removed in tp3.0. So it is useless.


After reading the source code of tp just now, it is found that the removal of white space and comments in the code has become the default behavior, and developers cannot control it.
So only the source code is modified. Modification method:


In ThinkPHP/Common/runtime. php, the last


File_put_contents (RUNTIME_FILE, strip_whitespace (' // Comment out and change it:
File_put_contents (RUNTIME_FILE ,'


Or the strip_whitespace () method in ThinkPHP/Common/common. php can be directly started.
Return $ content;


After debugging, remember to change it back.

The http://www.bkjia.com/PHPjc/477478.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/477478.htmlTechArticleSTRIP_RUNTIME_SPACE constant is removed in tp3.0. So it is useless. After reading the source code of tp just now, it is found that the removal of white space and comments in the code has become the default behavior, which is uncontrollable for developers...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.