Re: [PHP-DEV] Re: New hexdump manipulation functions for PHP5

2006-12-26 Thread Alexander Demin
On 12/26/06, Stanislav Malyshev [EMAIL PROTECTED] 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

[PHP-DEV] Re: New hexdump manipulation functions for PHP5

2006-12-25 Thread Alexander Demin
On Mon Dec 25 09:46:13 2006, Antony Dovgal wrote: this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() Please elaborate on how these functions can be useful, why in your opinion they should be added to

Re: [PHP-DEV] Re: New hexdump manipulation functions for PHP5

2006-12-25 Thread Antony Dovgal
On 12/25/2006 06:07 PM, Alexander Demin wrote: On Mon Dec 25 09:46:13 2006, Antony Dovgal wrote: this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() Please elaborate on how these functions can be

Re: [PHP-DEV] Re: New hexdump manipulation functions for PHP5

2006-12-25 Thread Stanislav Malyshev
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?