Re: [PHP-DEV] SplFileObject with include_path

2008-05-13 Thread Ionut Gabriel Stan
Done, http://bugs.php.net/bug.php?id=44987 Thank you, Ionut --- Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Ionut, > > file as bug please. > > marcus > > Tuesday, May 13, 2008, 12:37:45 PM, you wrote: > > > Hi, > > > I'm working on a SOAP project and as part of the > > checks I

Re: [PHP-DEV] SplFileObject with include_path

2008-05-13 Thread Marcus Boerger
Hello Ionut, file as bug please. marcus Tuesday, May 13, 2008, 12:37:45 PM, you wrote: > Hi, > I'm working on a SOAP project and as part of the > checks I make are the existence and readability of the > WSDL file. > As far as I saw, SoapClient doesn't check include_path > for the WSDL fil

[PHP-DEV] SplFileObject with include_path

2008-05-13 Thread Ionut Gabriel Stan
Hi, I'm working on a SOAP project and as part of the checks I make are the existence and readability of the WSDL file. As far as I saw, SoapClient doesn't check include_path for the WSDL file, so I thought I could use fopen to check this and then find the real path which would be finally passed t