Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70205 invoked by uid 1010); 7 Feb 2007 19:43:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70190 invoked from network); 7 Feb 2007 19:43:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 19:43:41 -0000 X-Host-Fingerprint: 84.64.166.162 user-5440a6a2.wfd76a.dsl.pol.co.uk Received: from [84.64.166.162] ([84.64.166.162:11294] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/0E-18288-DEB2AC54 for ; Wed, 07 Feb 2007 14:43:41 -0500 Message-ID: <8C.0E.18288.DEB2AC54@pb1.pair.com> To: internals@lists.php.net Date: Wed, 07 Feb 2007 19:42:29 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 References: <11.CC.18288.3462AC54@pb1.pair.com> <45CA29B3.7020705@zend.com> In-Reply-To: <45CA29B3.7020705@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 84.64.166.162 Subject: Re: [PHP-DEV] segfault when running header? From: chrism@cjsoftuk.dyndns.org (Chris Malton) Antony Dovgal wrote: > > On 02/07/2007 10:18 PM, Chris Malton wrote: >> >> The header() function currently causes a segfault with CVS head sources. >> >> >> >> I'll leave this up to a dev team person to sort. I am merely testing >> >> out php6 before a migration. > > > > Migration to PHP6? > > When it is released... of course! This is testing server, and I'm seeing what gets broken by PHP6! >> >> Need any more info? Give me a buzz. > > > > A reproduce case? > > WHOOPS - Turns out it isn't header that breaks it! The following code breaks php6 at the cmd line. In php5, it works fine. PHP 6 seems to segfault on empty strings! Chris