Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27202 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97317 invoked by uid 1010); 26 Dec 2006 08:54:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97301 invoked from network); 26 Dec 2006 08:54:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2006 08:54:02 -0000 Authentication-Results: pb1.pair.com header.from=ademin@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=ademin@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.233 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ademin@gmail.com X-Host-Fingerprint: 64.233.162.233 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.233] ([64.233.162.233:45628] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/1A-21316-4E2E0954 for ; Tue, 26 Dec 2006 03:53:27 -0500 Received: by nz-out-0506.google.com with SMTP id k1so1844989nzf for ; Tue, 26 Dec 2006 00:52:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ONo2V+NNMNquCQZGw4KWP1prkGSDLpFNfJ3VqBpQSST99qXxklBWUUIKxuDtESlohKOqgaAoeoS8YeJhJNcu42PFaoCnJUpPg2s1nfbnzzKS8MMt3p2/tBqB8wF6YsNYrp1RM4OQUdeiMF86nP7Nljf94tfPCUjJwvYIxozoVyI= Received: by 10.65.59.20 with SMTP id m20mr1716561qbk.1167123170248; Tue, 26 Dec 2006 00:52:50 -0800 (PST) Received: by 10.64.91.13 with HTTP; Tue, 26 Dec 2006 00:52:50 -0800 (PST) Message-ID: <179d34610612260052w32ae54aahbc26b6501fba4f0f@mail.gmail.com> Date: Tue, 26 Dec 2006 11:52:50 +0300 Sender: ademin@gmail.com To: "Stanislav Malyshev" Cc: "Antony Dovgal" , internals@lists.php.net In-Reply-To: <45905B04.9060204@zend.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_54017_3005043.1167123170213" References: <179d34610612250707w24963db5g7ed02340193a03c@mail.gmail.com> <458FEC97.2040004@zend.com> <45905B04.9060204@zend.com> X-Google-Sender-Auth: dc71e6901e83d014 Subject: Re: [PHP-DEV] Re: New hexdump manipulation functions for PHP5 From: demin@ots.ru ("Alexander Demin") ------=_Part_54017_3005043.1167123170213 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 12/26/06, Stanislav Malyshev wrote: > > >> I think, hexdump manipulation functions are very useful string > functions. > >> I have been using hexdump(), packhex() and smart hex functions, > >> written on PHP, and including it in many projects more than 2 years, > >> and at last I've implemented it into php core. > > > > Well, what about PEAR package then? > > Yes, sounds like great one for PEAR. Especially that it seems to be > debugging function, i.e. not performance-critical, so no problem doing > it in pure PHP. > Ok, let's do this way. I'll alter the sources into PEAR. -- Regards, Alexander Demin demin@ots.ru ------=_Part_54017_3005043.1167123170213--