segmentation fault, file($URL)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jay Donnell

    segmentation fault, file($URL)

    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.
Working...