Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51479 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80632 invoked from network); 20 Feb 2011 14:53:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2011 14:53:03 -0000 Authentication-Results: pb1.pair.com header.from=martin.herrman@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=martin.herrman@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: martin.herrman@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:48457] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/4A-21930-DCA216D4 for ; Sun, 20 Feb 2011 09:53:02 -0500 Received: by wyf19 with SMTP id 19so802909wyf.29 for ; Sun, 20 Feb 2011 06:52:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=cLlXGfHYvtf+gDTjtEnD6SKXSntdL9S8PK1UCxTwhyo=; b=HQmBUfMJ5S3Z5JhA/5bIDw0QgpDr+37l1TrKO5qQN9+z3I8eI+OwI2mny/OMiqTPK4 lPPNrGvtZuX8f2tiPdmTG0IVapGMhD+lXkdM0i+N9FfGBcARLUy2fbznqHweF0IEBBQN ltP7X9R+25UFEByQ8Pgkb3mZ6agO0VkGR5Q+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=QONUR4ATKPadQiao6C0dUz7a9zesjI1kHFLMMVjRF61LfZYo0UCgXpPffWtidqluIe 5s2uP5IkAEQ6bLylzELNOzKauTPnP5PcZwt5bpiMGiYvXyviaZYHqjrn3nIqmmjfn4KM ZtkQt5hBxcozxZ58e24DV/LAvhPxBdq3pkIwA= MIME-Version: 1.0 Received: by 10.216.154.8 with SMTP id g8mr1256644wek.12.1298213579135; Sun, 20 Feb 2011 06:52:59 -0800 (PST) Sender: martin.herrman@gmail.com Reply-To: martin@herrman.nl Received: by 10.216.27.194 with HTTP; Sun, 20 Feb 2011 06:52:59 -0800 (PST) In-Reply-To: References: Date: Sun, 20 Feb 2011 15:52:59 +0100 X-Google-Sender-Auth: M6x52DnRtYm5uxOSlt1iEEqIHgA Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP for embedded device: reduce size From: martin@herrman.nl (Martin Herrman) 2011/2/20 Patrick E. : > php-cgi 5.2.x =3D ~2.4mb "./configure" without : > ... > --without-iconv \ > --without-pear =A0\ > --without-gd \ > --disable-bcmath =A0\ > --disable-libxml --disable-dom --disable-simplexml --disable-xml > --disable-xmlreader --disable-xmlwriter --without-pear =A0\ > --with-sqlite \ > --without-pdo-sqlite For latest 5.3.x it still results in a 3+ MB php-cgi binary.