I'm using php 4.2.2 and I get a Segmentation fault every time I use
file() on a URL.
$page = file('http://'.$link);
Is this a bug or a bad install of php? The strange thing is that I
think it was working before, but I'm not 100% sure of this.
file() on a URL.
$page = file('http://'.$link);
Is this a bug or a bad install of php? The strange thing is that I
think it was working before, but I'm not 100% sure of this.