Re: fopen in php
"Frank Liu" <[email protected]> Wed, 24 May 2006 10:17:53 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
It seems my first email didn't get through. On 5/24/06, Frank Liu <[email protected]> wrote: > cat test.php > <?php > > $a = fopen('http://www.yahoo.com','r'); > echo $a; > ?> > > it fails with resin: > /usr/local/resin-3.0.s060511/webapps/ROOT/test.php:3: Warning: / > cannot be read [fopen] > > it works fine with normal php engine. > > is this a bug? >