Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82136 invoked from network); 20 Feb 2011 14:55:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2011 14:55:11 -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:55536] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/9A-21930-F4B216D4 for ; Sun, 20 Feb 2011 09:55:11 -0500 Received: by wyf19 with SMTP id 19so803814wyf.29 for ; Sun, 20 Feb 2011 06:55:08 -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=ReI7kxocuH2ivGo+RjsB5X2p2aXNAMfcbcgx17pzDC0=; b=T/tdDXRwRCFESzsCH9nH37qRJ6ljEGps6EVqo2KrW84S3C42Hg0op1J6NB+C7LN+gL YSSB86K2KqvmqtfWsFSK9ZadHIvW9VMOt1Y6UX0nsW9HZ0dScW6wu7mm9uPhq9pFbXmR /EK6Sod1VMxFfdc6/st3jfXD12+q4Yht+lfUU= 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=ZQq9U6CvNVorJfaHtNfDj1DTo57rorIY6Xxaa9Rh4jZhP74RzuZxOfvFBblOHlOt7L GFMYYVlxwULvrhoWsJU8epkdVyOgkTKWT9w8pbytNadW7ag8IVAM17tVWOcepJ7FNBYT fTe0NgsZXHQgYC/kuQsUwRU8KzAHEFBmFDGwg= MIME-Version: 1.0 Received: by 10.216.154.8 with SMTP id g8mr1257857wek.12.1298213707984; Sun, 20 Feb 2011 06:55:07 -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:55:07 -0800 (PST) In-Reply-To: <4D6112E2.7010900@thelounge.net> References: <4D6112E2.7010900@thelounge.net> Date: Sun, 20 Feb 2011 15:55:07 +0100 X-Google-Sender-Auth: h9VRi1otuxYMaTbXCHPxaZHv_K8 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 Reindl Harald : > ./configure --help > > disable all things you do not need, but be careful as long you > do not know what you doing since "I thought zend engine is an > additional engine" sounds like you are missing basics I'll go through the list of options again and disable everything possible. I am aware of the fact that you must think that I'm a noob, which is partly true. I do have some PHP programming experience and sometimes tried to use a function that was not available because it was not compiled in. But I just tried to have some really basic functionality included, I can rebuild again when needed. But still: thanks for the warning :-)