frequently ask ? : Computers : Programming : Languages : PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 11 people (73%) answered Yes
Recently 5 of 8 people (63%) answered Yes

Entry

Is there a limit to the size of a PHP script plus included() and required() scripts that it loads? How can I change this limit?

Apr 19th, 2001 03:36
Onno Benschop, Wally Hartshorn,


Not as far as I know, but the more you include, the longer the script 
execution will take, so at some stage you'll run out of script 
execution time, unless you increase that, or you'll run out of server 
memory.