Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85459 invoked by uid 1010); 8 Jan 2004 16:43:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85425 invoked from network); 8 Jan 2004 16:43:44 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 8 Jan 2004 16:43:44 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp3.pp.htv.fi (Postfix) with ESMTP id A0CD227AFF2; Thu, 8 Jan 2004 18:43:43 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i08GhgnN008939; Thu, 8 Jan 2004 18:43:42 +0200 Date: Thu, 8 Jan 2004 18:43:42 +0200 (EET) Reply-To: Jani Taskinen To: Wez Furlong Cc: internals@lists.php.net, Andi Gutmans In-Reply-To: <029701c3d5e3$32095230$8802a8c0@obsidian> Message-ID: References: <5.1.0.14.2.20040108100152.02029de8@127.0.0.1> <029701c3d5e3$32095230$8802a8c0@obsidian> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Ability to lower PHP memory usage From: sniper@iki.fi (Jani Taskinen) On Thu, 8 Jan 2004, Wez Furlong wrote: >As Stas mentioned, I'm not sure that this is a good idea, unless >we split some of these things out of ext/standard and into their >own extensions; ext/std_regex, ext/std_string (for levenstein, soundex, >metaphone etc.), ext/std_hash (crc32, sha1) and have those extensions >compiled in by default. > >IIRC, Jani was hoping for something like this a while back. I was thinking about it for increasing the maintainability of ext/standard, not to reduce the size of the binary. --Jani