From: <php...@li...> - 2010-08-13 12:09:04
|
Fixed in CVS head. >From the NEWS file: * Incompatible change for those who use $_SERVER["REQUEST_URI"] as a cache key. Please either use PHP_SELF or please set <init-param> <param-name>php_request_uri_is_unique</param-name> <param-value>true</param-value> </init-param> |