Closed GoogleCodeExporter closed 8 years ago
fixed in r396 ; the issue here is that is_file prints a warning for
not-existing files when open_basedir is enabled.
Original comment by ctrlal...@gmail.com
on 14 Apr 2012 at 2:56
hi this fixed was reverted in r3151.
I configure the open_base dir options, but the warning continue when the folder
is not exists.
I try this line and work fine to me:
line 352: if(is_dir($basePath) &&
is_file($basePath.DIRECTORY_SEPARATOR.$this->getConfigurationFileName()))
Original comment by mario...@hotmail.com
on 2 Jul 2012 at 11:36
Original issue reported on code.google.com by
mario...@hotmail.com
on 12 Apr 2012 at 4:33