> Then it remains. If it is a context, where this is not mentioned as a PHP function, but an internal function used in PHP sources. BTW <function> states that this is a PHP funcition, which is not the case...
That text need to reference fopen(), as it has an optional attribute to use the include_path, and with this attr, it is translated to the fopen_with_path() *internal* PHP function, which is not available to the userspace as I investigated it. Goba > | > 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 > | > | > > >
