Date: 01/30/00
- Next message: Allen Lee: "Re: [PHP4BETA] PDFlib and storing bin data in MySQL"
- Previous message: Allen Lee: "[PHP4BETA] PDFlib and storing bin data in MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Allen Lee: "Re: [PHP4BETA] PDFlib and storing bin data in MySQL"
- Previous message: Allen Lee: "[PHP4BETA] PDFlib and storing bin data in MySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

