php timeout
June 12th, 2009Redefine those settings:
< ?php
ini_set('memory_limit', 32 * 1024);
ini_set('max_execution_time', '480');
?>
Change the values to whatever is suitable for your application.
Redefine those settings:
< ?php
ini_set('memory_limit', 32 * 1024);
ini_set('max_execution_time', '480');
?>
Change the values to whatever is suitable for your application.
I bumped by accident into Google announcement made this morning. Basically, Google Wave can make you more productive even when you are having fun.
While looking for a template system with a modern approach, I discovered Dwoo. Read the rest of this entry »
Andrew Askyonoff emailed me to let me know the Sphinx Search repo is now available online. That is great news for developers.