Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35680 invoked by uid 1010); 1 Aug 2004 23:11:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35648 invoked from network); 1 Aug 2004 23:11:21 -0000 Received: from unknown (HELO mgkyb1.nw.wakwak.com) (211.9.230.193) by pb1.pair.com with SMTP; 1 Aug 2004 23:11:21 -0000 Received: from vckyb4.nw.wakwak.com (postfix@vckyb4.nw.wakwak.com [211.9.231.145]) by mgkyb1.nw.wakwak.com (8.13.0/8.13.0/2004-07-27) with SMTP id i71NBJLR015183; Mon, 2 Aug 2004 08:11:19 +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 7E31E3FE02; Mon, 2 Aug 2004 08:11:19 +0900 (JST) Received: from [192.168.0.100] (newcycle.as.wakwak.ne.jp [218.225.209.145]) (pbs=6czp0r) by at.wakwak.com (8.13.0/8.13.0/2004-07-27) with ESMTP/inet id i71NBJWc044101; Mon, 2 Aug 2004 08:11:19 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <410CE300.4040505@php.net> References: <410CE300.4040505@php.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <0F2FAB6C-E410-11D8-9ED0-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Mon, 2 Aug 2004 08:11:03 +0900 To: Stefan Esser X-Mailer: Apple Mail (2.618) Subject: Re: [PHP-DEV] Request: Support for a memory_limit exploit paper needed From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hi, > The package includes a description how the test works. It basicly > consists of compiling PHP on your normal platform: f.e. OpenBSD > Apache2 CGI. You should just add --enable-memory-limit to your > standard configure line and turn register_globals on. The rest is all > explained in the package. Is there any chance enabling mbstring will affect the results of the tests? As far as I experimented in the past, it will unlikely do. Moriyoshi