> in c o n f i g . x m l (on line 453) there is a reference to > fopen_with_path() function. > > " and <function>fopen_with_path</function> functions look for > > Does it exist or not? I doubt it, because the third parameter of > fopen() does the same thing as I presume after its name. > > So, may I remove it?
I checked this in the PHP source, and it seems ot be a PHPAPI function, and not a function for the userspace... Goba
