Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78280 invoked by uid 1010); 29 Aug 2007 23:53:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78265 invoked from network); 29 Aug 2007 23:53:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2007 23:53:25 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.162.234 nz-out-0506.google.com Received: from [64.233.162.234] ([64.233.162.234:20645] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/6B-08934-BE606D64 for ; Wed, 29 Aug 2007 19:53:21 -0400 Received: by nz-out-0506.google.com with SMTP id x7so316488nzc for ; Wed, 29 Aug 2007 16:53:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qlsQn/MClxO40XUn/KSF0pnd38tcVweztXU0ED6Kuk+2T6pbxqMEkBzSVYJwqPKKAsKOdKb213CwyyyvusASACavw4p4zRdME50KdiUv+C4cWFXQ/ybJMEjbM8z2U8g75ZPNpGv0UTcYWcIOPejD6U/smL6Ppi//nK88cQJAaGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UU4beTbYchEK+bq3eZ+2q2nJnALZFj+D9oGTWze4y8+XKsCBZm8bpcs41C5YpqvqmLld6W7uQEhPCYFwJFvGBp+15yRSrT+H8g95WUvFSNZBOTAwSR9PmkTMlz4EHYoSMJ5LrA+PHfD4WeUKj9tRHF71AKe8KRpjN0RvA9/b+bo= Received: by 10.142.156.2 with SMTP id d2mr60377wfe.1188431583859; Wed, 29 Aug 2007 16:53:03 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Wed, 29 Aug 2007 16:53:03 -0700 (PDT) Message-ID: <7d5a202f0708291653v6932cfc6jb29effd6bc1f87ae@mail.gmail.com> Date: Wed, 29 Aug 2007 19:53:03 -0400 To: internals@lists.php.net In-Reply-To: <46D5ADB6.3050300@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46D299AE.6000404@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE9AAC79@us-ex1.zend.net> <7d5a202f0708281446m56086ef5vd2c3710cd0f564f3@mail.gmail.com> <46D5ADB6.3050300@lerdorf.com> Subject: Re: [PHP-DEV] What should be in 5.3? From: judas.iscariote@gmail.com ("Cristian Rodriguez") On 8/29/07, Rasmus Lerdorf wrote: > What sort of script did you save a lot of memory on? It takes some very > specific code for you to see noticable savings with this. I used very specific code otherwise there is no way to test if the particular enhacement work ;) I also used average and big apps in order to check if there was some regression, so far, no problem detected.( note that I did not measure speed, because I care 99% about proper behaviuor and 1% about speed) -- http://www.kissofjudas.net/