Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28688 invoked by uid 1010); 18 Jul 2004 16:25:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28627 invoked from network); 18 Jul 2004 16:25:09 -0000 Received: from unknown (HELO mx.thebrainroom.net) (69.55.226.195) by pb1.pair.com with SMTP; 18 Jul 2004 16:25:09 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 66ACB1488033; Sun, 18 Jul 2004 09:25:09 -0700 (PDT) Received: from BAUMBART (p508EB86D.dip.t-dialin.net [80.142.184.109]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id 4C6011488033; Sun, 18 Jul 2004 09:25:07 -0700 (PDT) Date: Sun, 18 Jul 2004 18:23:15 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <385310933.20040718182315@marcus-boerger.de> To: =?ISO-8859-15?B?QmVybmQgUvZtZXI=?= Cc: PHP Developers Mailing List In-Reply-To: <40FAA26A.7090001@wgserve.de> References: <40FAA26A.7090001@wgserve.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.8 required=5.0 tests=PRIORITY_NO_NAME autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] binary serializer/unserializer and session.serialize_handler From: helly@php.net (Marcus Boerger) Hello Bernd, just commit it to pecl after applying for pecl. If it turns out to be helpful the RM might want to symlink it as a default extension into next release. regards marcus Sunday, July 18, 2004, 6:16:42 PM, you wrote: > hi... > i implemented and shortly benchmarked a binary serializer (which means > serializing and unserializing php-variables into a binary > representation). At the moment it is written as an extension, but > perhaps it is interesting to let it become a standard-extension or part > of ext/standard (var.c) and ext/session (to avoid registering the > serialize_handler at runtime). Here is the url to the extension: > http://fum.no-ip.com/php/fbinary/ > There are some additional informations about it and also the benchmarks. > Hopefully it is interesting for anybody... > Bernd Roemer -- Best regards, Marcus mailto:helly@php.net