﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20059	APC + hard link + __FILE__ doesn't work	rootix		"I want to manager some wordpress with only one code replication. So i make hard link (only wp-config.php, directories and some file are uniq and writable by users)
{{{__FILE__}}} is generated at compile time and there is lot of problems.

I tried this (in wp-load.php) and it seems to work better :

{{{
/*define( 'ABSPATH', dirname(__FILE__) . '/' );*/
define( 'ABSPATH', dirname($_SERVER[""SCRIPT_FILENAME""]) . '/' );
}}}"	defect (bug)	closed	normal		General		normal	wontfix	close	
