PHP5 Page Half Loads

windows

Guest
Hello,

I have setup XAMPP on brand new Dell Server which will specifically be a php/mysql development server.

Does php5 have a max page load size or something as one of my php pages (which works with php4) only half loads.

Error reporting is at its highest and there are no parse errors or anything. Infact the output stops half way through a bit of the page souce which is not in the php tags. i.e pure html.

Can anyone suggest what this may be and how I can go about fiding a solution?PHP doesn't have a max page load size (to the best of my knowledge), but it does have a mex execution time, a max memory limit, and a max amount of time spent processing incoming variables ($_GET, $_POST, $_FILES, etc.);Wow, did I really just end that sentance with a semicolon? I've gotta take a break... :DKool I shall have a look at those;

Sorry.... had to be done. :P
 
Back
Top