The documentation.html states the following php.ini values..
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
My installation was only outputting about 2156 lines.. Then I changed the settings in my php.ini and I get all 22,000+ lines!
woohoo!
But here's my dilema, I don't feel safe with a default execution time of 300, is there a way to have specific execution times based on a directory or better yet a file name? I've head of .htaccess settings per directory, but is there a way to specify an override set of"
just apply to www.mywebsite.com/googlefroogle.php
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
" or something along these lines? I know easy populate sort of has a similar thing, it has a variable to specify execution time.
I tried editing ZENCART Admin > Configuration > My Store > Admin Set max_execution_time for processes 300 , but it didn't seem to affect this , since the googlefroogle.php file resides in the root.



