Index: [Article Count Order] [Thread]

Date:  Mon, 26 Jan 2009 12:10:11 -0600
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:14879] Re: upgrade issue  php4.x to 5.x
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <4CB091B84ABA4E4B812BC5C8B52A4CF9@systemax>
In-Reply-To:  <001e01c97fde$e8680c10$b9382430$ (at mark) noordam (at mark) xs4all.nl>
X-Mail-Count: 14879

Bob Noordam wrote Monday, January 26, 2009 11:53 AM
> Subject: [coba-e:14876] Re: upgrade issue php4.x to 5.x
> 
> 
> The setting you are looking for is allow_url_fopen (set it to 
> true) in php.ini

== looks like this in /etc/php.ini ==
; Whether to allow the treatment of URLs (like http:// or ftp://) as
files.
allow_url_fopen = On

Gerald
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com]
> > Verzonden: maandag 26 januari 2009 17:06
> > Aan: coba-e (at mark) bluequartz.org
> > Onderwerp: [coba-e:14873] upgrade issue php4.x to 5.x
> > 
> > We upgraded php4.x to 5.x
> > Now this issue.
> > See;
> > 
> > 
> http://www.mezzocammin.com/iambic.php?vol=2008>
&iss=2&cat=emily&page=em
> > i
> > l
> > y
> > 
> > relevant lines below.
> > 440 $fh = fopen("http://www.bartleby.com/113/".$pageNum.".html",
> > "r");
> > 441 while (!feof($fh)) {
> > 442 $buffer = fgets($fh, 4096);
> > 443 $content .= " zzz " . $buffer;
> > 444
> > 445 }
> > 446 fclose($fh);
> > Any ideas why this might occur?
> > --
> > Gerald
> > 
> 
>