"PHP max execution time"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:
;PHP max_execution_time
;PHP max_execution_time


<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# php -i | grep max_execution_time
[root@zetawiki ~]# php -i | grep max_execution_time
max_execution_time => 0 => 0
max_execution_time => 0 => 0
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# cat /etc/php.ini | grep max_execution_time
[root@zetawiki ~]# cat /etc/php.ini | grep max_execution_time
max_execution_time = 30
max_execution_time = 30
</source>
</syntaxhighlight>
==같이 보기==
==같이 보기==
*[[PHP memory_limit]]
*[[PHP memory_limit]]

2020년 11월 2일 (월) 02:34 기준 최신판

1 개요[ | ]

PHP max_execution_time
[root@zetawiki ~]# php -i | grep max_execution_time
max_execution_time => 0 => 0
[root@zetawiki ~]# cat /etc/php.ini | grep max_execution_time
max_execution_time = 30

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}