Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15483 invoked by uid 1010); 15 Dec 2006 04:00:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15468 invoked from network); 15 Dec 2006 04:00:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2006 04:00:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:55469] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/FA-40078-BCD12854 for ; Thu, 14 Dec 2006 23:00:46 -0500 Received: from [192.168.11.2] (c-24-6-96-18.hsd1.ca.comcast.net [24.6.96.18]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id kBF402JG003572; Thu, 14 Dec 2006 20:00:03 -0800 In-Reply-To: References: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> <4577FC87.7090109@hardened-php.net> <79.1E.13900.F8038754@pb1.pair.com> <5D89A1AE-2EB0-4977-A7EE-B511A4843D27@prohost.org> <45783A9E.3000804@hardened-php.net> <457856E3.2020607@herballure.com> <065D710C-8F14-4A87-93FC-985019EE9501@gravitonic.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <96FF9A72-C902-4629-A53E-F03CC13F28DC@gravitonic.com> Cc: PHP internals Content-Transfer-Encoding: 7bit Date: Thu, 14 Dec 2006 20:00:00 -0800 To: Mike Ho X-Mailer: Apple Mail (2.752.2) Subject: Re: [PHP-DEV] PHP 5.2: Serialization patch From: andrei@gravitonic.com (Andrei Zmievski) No, because there is no change for 's' format which is all that PHP 5.2 produces. The 'S' format is produced only by PHP 6. -Andrei On Dec 14, 2006, at 7:40 PM, Mike Ho wrote: > Andrei, thanks for the patch. > > When you initially posted a patch for serialization on this list, I > believe Ilia did some quick, basic benchmarks and saw that the > patched version had a moderate negative performance impact. > > Do you believe that this performance impact is still there? > > --Mike > > On Dec 14, 2006, at 4:11 PM, Andrei Zmievski wrote: > >> This is the patch against 5.2.1 that supports both 's' and 'S' in >> serialized strings with no BC breaks. If there are no objections, >> I will commit soon. >> >> -Andrei >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php