roytam1 -
 
  Joined: 04 Nov 2009 Posts: 4
 
  | 
		
			
				 Posted: Mon Jan 18, 2010 7:26 am    Post subject: PHP FastCGI + APC = wrong include path? | 
				      | 
			 
			
				
  | 
			 
			
				I found that when X1 reuse PHP FastCGI Instance and PHP APC is enabled, the include path '.' points to C:\PHP but not the location of php script.
 
I have to add prepend script to workaround this issue:
 
 	  | Code: | 	 		  ini_set('include_path',realpath('.').';'.get_include_path());
 
 | 	  
 
 
Is that a known issue? | 
			 
		  |