Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4282 invoked by uid 1010); 31 Aug 2005 00:04:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4267 invoked from network); 31 Aug 2005 00:04:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2005 00:04:03 -0000 X-Host-Fingerprint: 64.233.184.203 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.203:41855] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BF/53-15098-3F3F4134 for ; Tue, 30 Aug 2005 20:04:03 -0400 Received: by wproxy.gmail.com with SMTP id i21so818785wra for ; Tue, 30 Aug 2005 17:04:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d1XmuwDvUU9XI7tYYPdFG+KQf6Hy3lxAE+8SixO3ObYU+H2GHaHYFM3LeJEWQ/ImvW/AsXtK5BNUJEsozc6NJ7P0tSV8xSKau6z3CVqB7pgzl1PLIjh8ifrEzkmKLvG6Xjl80i8RWG43pGM7YM48rkvgVnrA2Og3V0K+OnLFfHQ= Received: by 10.54.37.50 with SMTP id k50mr3535251wrk; Tue, 30 Aug 2005 17:03:59 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Tue, 30 Aug 2005 17:03:59 -0700 (PDT) Message-ID: <57792e850508301703611aa6a5@mail.gmail.com> Date: Tue, 30 Aug 2005 17:03:59 -0700 To: Marcus Boerger Cc: internals@lists.php.net In-Reply-To: <1279281695.20050830215401@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5.1.0.14.2.20050822134257.05e07c60@localhost> <57792e8505082914244b23a4df@mail.gmail.com> <1115917991.20050830000559@marcus-boerger.de> <57792e85050830123275779038@mail.gmail.com> <1279281695.20050830215401@marcus-boerger.de> Subject: Re: Re was: [PHP-DEV] 5.0.5RC1 rolled From: iamstever@gmail.com (steve) On 8/30/05, Marcus Boerger wrote: > in 15 you see that all parameters are bork! If that is true, then 10, 15, and 24 (all call_user_function_ex) are borked. 24 would be the earliest. Maybe something is being cleaned up at the start of shutdown but before the user shutdown function is called that shouldn't be just yet. I know it uses classes, class method static variables, etc. Anything like this sound like a changeset from 5.0.4 to 5.0.5?