本帖最后由 77七 于 2025-1-27 16:37 编辑
楼主应该不单单只替换某一个,而是一些吧?从楼主提供的文件中选取了写代码需要注意的行,还需要明确等号前后的空格需要保留原文本的格式,还是替换成新的固定格式?
- [PHP]
- ;;;;;;;;;;;
- ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
- ;
- ; | bitwise OR
- ; & bitwise AND
- ; ! boolean NOT
- engine = On
- ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
- precision = 12
- ;output_handler =
- zlib.output_compression = Off
- ; *NOT* affected by whether Safe Mode is turned On or Off.
-
- ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
- ; cgi.fix_pathinfo=0
-
- ;fbsql.default_user = "_SYSTEM"
- soap.wsdl_cache_dir="/tmp"
复制代码
|