Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15768 invoked by uid 1010); 20 Jul 2004 13:26:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15652 invoked from network); 20 Jul 2004 13:26:26 -0000 Received: from unknown (HELO mgkyb1.nw.wakwak.com) (211.9.230.193) by pb1.pair.com with SMTP; 20 Jul 2004 13:26:26 -0000 Received: from vckyb4.nw.wakwak.com (postfix@vckyb4.nw.wakwak.com [211.9.231.145]) by mgkyb1.nw.wakwak.com (8.12.11/8.12.11/2004-03-24) with SMTP id i6KDQOIP023544; Tue, 20 Jul 2004 22:26:24 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 0CA9C3FE02; Tue, 20 Jul 2004 22:26:24 +0900 (JST) Received: from [192.168.0.219] (newcycle.as.wakwak.ne.jp [218.225.209.145]) by at.wakwak.com (8.12.11/8.12.11/2004-06-29) with ESMTP/inet id i6KDQNxG083563; Tue, 20 Jul 2004 22:26:23 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <20040720051012.87978.qmail@pb1.pair.com> References: <20040720051012.87978.qmail@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <5ABE738C-DA50-11D8-846D-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Tue, 20 Jul 2004 22:26:06 +0900 To: "Sara Golemon" X-Mailer: Apple Mail (2.618) Subject: Re: [PHP-DEV] No safe_pemalloc()? From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2004/07/20, at 14:10, Sara Golemon wrote: > Is there any reason there's no safe_pemalloc()? I once had exactly the same thought. Probably because there'd be no need for persistence, and stream folks now obviously need it :) Moriyoshi