Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49422 invoked from network); 20 Feb 2011 10:10:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2011 10:10:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.herrman@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.herrman@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 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.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:49701] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/14-21930-678E06D4 for ; Sun, 20 Feb 2011 05:09:59 -0500 Received: by wwi17 with SMTP id 17so1974703wwi.5 for ; Sun, 20 Feb 2011 02:09:55 -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; bh=HpeKsN3xnwAWwKSac877SKbYfO0vMLJxHnXvsji47BM=; b=ip4vaaYLSaEb72qr2hbWdOvJsH76UOycisMJ1A1sZdZSHjA2JULSj/dsH8xLL6zej5 p0y+xHtruVrgphKuoBayJnRgJ4iqt6W8via5/P727vSN/FbmlcTdXd09kIm2E/VfwyYL d3KeVzVqIINPUJbBuNfwkisYRkbzTVwjMnEPE= 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; b=o6ITX0xeR+aaAX4O2VUnZGBVPqNKCV+m7SP5HFzCFQW3BJB1PpEyAnBUPymmtZNECJ Dw/rZnfwlrbxQ26s5+mbKGyLTjF3iTezlXn4iKYLY6NeOr6QV5S+iYST2RF06eDI8gzT EYeqraI73WufysjjxyjU/8BwyOzapgd5psS80= MIME-Version: 1.0 Received: by 10.216.51.130 with SMTP id b2mr187712wec.42.1298196595290; Sun, 20 Feb 2011 02:09:55 -0800 (PST) Sender: martin.herrman@gmail.com Reply-To: martin@herrman.nl Received: by 10.216.27.194 with HTTP; Sun, 20 Feb 2011 02:09:55 -0800 (PST) In-Reply-To: References: Date: Sun, 20 Feb 2011 11:09:55 +0100 X-Google-Sender-Auth: qH-8pxypB9FUzlfsGFiMz_B9F8A Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP for embedded device: reduce size From: martin@herrman.nl (Martin Herrman) 2011/2/20 Alexey Zakhlestin : > what do you mean by "remove the zend engine"? > zend engine is the core, upon which php is built. Ah, that explains a lot :-) I thought zend engine is an additional engine for performance reasons.. Is there any other way to decrease binary size? (workaround is to put php-cgi on external storage)