RE: [PHP-DEV] Problem in CLI

2004-05-25 Thread Andi Gutmans
s [mailto:[EMAIL PROTECTED] > Sent: 25 May 2004 13:07 > To: Wez Furlong; [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] Problem in CLI > > Why are we creating a resource for these descriptors? Is it for the > constants in PHP? > > Andi > > At 12:21 PM 5/25/2004 +0100, Wez

RE: [PHP-DEV] Problem in CLI

2004-05-25 Thread Wez Furlong
D] > Subject: RE: [PHP-DEV] Problem in CLI > > Why are we creating a resource for these descriptors? Is it for the > constants in PHP? > > Andi > > At 12:21 PM 5/25/2004 +0100, Wez Furlong wrote: > >When STDERR gets dtor'd, the descriptor is closed, so the > l

RE: [PHP-DEV] Problem in CLI

2004-05-25 Thread Andi Gutmans
004 11:14 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Problem in CLI > > The following script: > error_reporting(E_ALL); > leak(100); > print "hello\n"; > > Doesn't report a leak in CLI mode but it does in CGI. It > seems that stderr > and stdout file d

RE: [PHP-DEV] Problem in CLI

2004-05-25 Thread Wez Furlong
tderr descriptor and if PHP is in request shutdown. --Wez. > -Original Message- > From: Andi Gutmans [mailto:[EMAIL PROTECTED] > Sent: 25 May 2004 11:14 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Problem in CLI > > The following script: > error_reporting(E_ALL);

[PHP-DEV] Problem in CLI

2004-05-25 Thread Andi Gutmans
The following script: Doesn't report a leak in CLI mode but it does in CGI. It seems that stderr and stdout file descriptors are getting screwed up in CLI. I remember someone messing around with this. Any ideas? Thanks, Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe