Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Simon Roberts
ot; <[EMAIL PROTECTED]> Cc: <[EMAIL 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("h

Re: [PHP-DEV] Latest CVS Problem

2001-08-09 Thread Stanislav Malyshev
ZS>> >internet with the latest cvs... 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 c

Re: [PHP-DEV] Latest CVS Problem

2001-08-08 Thread Andrew Lindeman formally [EMAIL PROTECTED]
tested on a linux 2.2.16-22 kernel (Red Hat 7.0) happens with apache module and on command line. On Wed, 08 Aug 2001, Zeev Suraski wrote: > 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]

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] 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 produ

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 p

[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... 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." -- PHP De

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 Traff

[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 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