[PHP4BETA] PHP4b3 fopen($Url, "r") fails: invalid URL, segmentation fault From: Chris Shenton (cshenton <email protected>)
Date: 01/30/00

Running PHP4b3 on Solaris-sparc.

I'm seeing two different failure modes when using fopen() on a URL:

  <?
  $fp = fopen("http://www.php.net/", "r");
  $fp = fopen("http://www.php.net/manual/function.fopen.php3", "r");
  ?>

The first causes PHP to complain about an improper URL:

  Warning: Invalid URL specified, http://www.php.net/ in
  /opt/web/apache/htdocs/myproject/test/fopen-url.php on line 2

The second causes a seg fault:

  [Sun Jan 30 18:20:09 2000] [notice] child pid 1430 exit signal Segmentation Fault (11)

Suggestions?

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>