Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:57744 php.internals:57745 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53463 invoked from network); 5 Feb 2012 20:35:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2012 20:35:03 -0000 X-Host-Fingerprint: 193.86.150.242 unknown Received: from [193.86.150.242] ([193.86.150.242:20242] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/A0-48677-4F7EE2F4 for ; Sun, 05 Feb 2012 15:35:01 -0500 To: internals@lists.php.net,Andi Gutmans Message-ID: <4F2EE7F0.4060202@kukulich.cz> Date: Sun, 05 Feb 2012 21:34:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 CC: "internals@lists.php.net" References: <8757232E56758B42B2EE4F9D2CA019C9018E9457@US-EX2.zend.net> In-Reply-To: <8757232E56758B42B2EE4F9D2CA019C9018E9457@US-EX2.zend.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 193.86.150.242 Subject: Re: PHP 5.4 Benchmarks From: konference@kukulich.cz (Jaroslav Hanslik) > > As many of you know we made huge improvements in PHP 5.4 memory usage (enabling higher concurrency) and runtime performance. > We've done our own benchmarks but it'd be great to hear from others re: what you're seeing with your real-world apps. > Zend Framework API documentation generated by ApiGen, http://apigen.org PHP 5.3.10 (VC9 x86 Thread Safe) - Total time: 777 seconds, used: 316 MB RAM PHP 5.4.0RC7 (VC9 x86 Thread Safe) - Total time: 452 seconds, used: 156 MB RAM Jaroslav Hanslik