[PHP-DEV] [PATCH] New hexdump manipulation functions for PHP5

2006-12-25 Thread Alexander Demin
Dear sirs, this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() The description of these functions and smart hexdump format in general is attached in the file 'hexdump_descr.txt'. I've tested this on PHP

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

2006-12-25 Thread Antony Dovgal
On 12/25/2006 05:32 PM, Alexander Demin wrote: Dear sirs, this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() The description of these functions and smart hexdump format in general is attached in the file

[PHP-DEV] [PATCH] New hexdump manipulation functions for PHP5

2006-12-14 Thread Alexander Demin
Dear sirs, this patch for PHP5 adds four new string functions into the extension 'standard': - hexdump() - packhex() - smart_hexdump() - smart_packhex() The description of these functions and smart hexdump format in general is attached in the file 'hexdump_descr.txt'. I've tested this on PHP