PHP FastCGI + APC = wrong include path?

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
roytam1
-


Joined: 04 Nov 2009
Posts: 4

PostPosted: Mon Jan 18, 2010 7:26 am    Post subject: PHP FastCGI + APC = wrong include path? Reply with quote

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?
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group