PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   phpdig search results turbo (http://www.phpdig.net/forum/showthread.php?t=500)

tomas 02-09-2004 01:58 PM

phpdig search results turbo
 
hello charter,

a little idea making phpdig a bit faster:

config.php - line 292:
if (!headers_sent()) {
ob_start("ob_gzhandler");
header('Content-type:text/html; Charset='.PHPDIG_ENCODING);
}

what do you think about a variable-switch in config-file ???


kind regards
tomas

Charter 02-11-2004 08:31 PM

Hi. The function requires certain settings in php.ini that may not be accessible to every user. While the same could be said of safe_mode, the function is probably best used by those who know how to use it. ;)


All times are GMT -8. The time now is 07:44 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.