Re: [PHP-DEV] mcrypt & streams

2010-01-13 Thread Pierre Joye
On Thu, Jan 14, 2010 at 1:16 AM, Stanislav Malyshev wrote: > Hi! > >> It makes no difference between PECL and core. Unlike the main >> extension page, the filters do not containt the PECL section/notice. >> SSH2 is another example of this problem. > > Yes, but the problem is people actually instal

Re: [PHP-DEV] mcrypt & streams

2010-01-13 Thread Stanislav Malyshev
Hi! It makes no difference between PECL and core. Unlike the main extension page, the filters do not containt the PECL section/notice. SSH2 is another example of this problem. Yes, but the problem is people actually install mcrypt (which is in source so everybody supposed to have it) and expe

Re: [PHP-DEV] mcrypt & streams

2010-01-13 Thread Pierre Joye
On Wed, Jan 13, 2010 at 11:48 PM, Stanislav Malyshev wrote: > Hi! > > We have mcrypt streams documented here: > http://www.php.net/manual/en/filters.encryption.php > however contrary to what the manual says, I do not see any implementation of > mcrypt.* filters in mcrypt extension. There's some co

[PHP-DEV] mcrypt & streams

2010-01-13 Thread Stanislav Malyshev
Hi! We have mcrypt streams documented here: http://www.php.net/manual/en/filters.encryption.php however contrary to what the manual says, I do not see any implementation of mcrypt.* filters in mcrypt extension. There's some code in PECL mcrypt_filters extension, which is never mentioned in the