Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Stanislav Malyshev
ZS internet with the latest cvs... ZS ZS ? ZS $file=fopen(http://php.net/,r;); ZS fpassthru($file); ZS ? ZS Will produce Segmentation Fault (core dumped) There was a bug in URL fopen some days ago. Should be fixed in current CVS. I can't check it since I didn't update to current CVS yet, but

Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Simon Roberts
PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 10:17 PM Subject: Re: [PHP-DEV] Latest CVS Problem ZS internet with the latest cvs... ZS ZS ? ZS $file=fopen(http://php.net/,r;); ZS fpassthru($file); ZS ? ZS Will produce Segmentation Fault (core dumped) There was a bug in URL

[PHP-DEV] Latest CVS Problem

2001-08-08 Thread Andrew Lindeman formally [EMAIL PROTECTED]
I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ? Will produce Segmentation Fault (core dumped) No idea why, but it probably needs to be fixed. -- - Andy :) Black holes are where God divided by zero. --

Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Sterling Hughes
On Wed, 8 Aug 2001, Andrew Lindeman formally [EMAIL PROTECTED] wrote: I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ? Will produce Segmentation Fault (core dumped) No idea why, but it probably needs

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Sterling Hughes
On Thu, 9 Aug 2001, Sterling Hughes wrote: On Wed, 8 Aug 2001, Andrew Lindeman formally [EMAIL PROTECTED] wrote: I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ? Will produce Segmentation

Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Zeev Suraski
I'm unable to reproduce this under Linux (non thread safe) or Windows (thread safe)... At 23:28 08-08-01, Andrew Lindeman formally [EMAIL PROTECTED] wrote: I can't use fopen (file) to get anything off the internet with the latest cvs... ? $file=fopen(http://php.net/,r;); fpassthru($file); ?

[PHP-DEV] Latest CVS Problem

2001-08-03 Thread Andy
In the latest CVS (200108021935) I can't get PHP to get anything off the internet. For example ? $stuff=fopen(http://yahoo.com,r;); ? produces this Segmentation Fault (core dumped) This has happened with every site I've tried. Anybody know what's going on? -- PHP Development Mailing List

Re: [PHP-DEV] Latest CVS Problem

2001-08-03 Thread Sebastian Bergmann
Andy wrote: ? $stuff=fopen(http://yahoo.com,r;); ? produces this Segmentation Fault (core dumped) This should be fixed in CVS. I had the same problem under Win32, where the problem is now gone after Sascha's commit. -- Sebastian Bergmann Measure Traffic