Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9486 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20863 invoked by uid 1010); 22 Apr 2004 12:38:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20839 invoked from network); 22 Apr 2004 12:38:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 22 Apr 2004 12:38:55 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3MCctFe013955 for ; Thu, 22 Apr 2004 08:38:55 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3MCcsp00341 for ; Thu, 22 Apr 2004 08:38:54 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i3MCcrjb027224 for ; Thu, 22 Apr 2004 13:38:53 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i3MCcrJD027223 for internals@lists.php.net; Thu, 22 Apr 2004 13:38:53 +0100 Date: Thu, 22 Apr 2004 13:38:53 +0100 To: internals@lists.php.net Message-ID: <20040422123853.GA27214@redhat.com> Mail-Followup-To: internals@lists.php.net References: <20040422100218.GB23874@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422100218.GB23874@redhat.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] [PATCH] fix pcre global variable abuse From: jorton@redhat.com (Joe Orton) On Thu, Apr 22, 2004 at 11:02:18AM +0100, Joe Orton wrote: > This fixes #121454: the pcre extension should not change the global > allocation callbacks for pcre. Oops, wrong bug and even wrong bug database. I meant #27810.