Re: [PHP-DEV] OpenSSL in PHP

2002-09-19 Thread Wojtek Slusarczyk
On Thu, 19 Sep 2002 [EMAIL PROTECTED] wrote: > hmm, I still see this in the patch @ > ftp://ftp.certum.pl/pub/PHP/php-4.2.3-openssl.diff.gz : ... > Am I checking the wrong patch? Yeah, this is for end-user ;) CVS version is php-cvs-openssl.diff.gz -- Wojtek Ślusarczyk -- PHP Develo

Re: [PHP-DEV] OpenSSL in PHP

2002-09-19 Thread Wojtek Slusarczyk
On Thu, 19 Sep 2002 [EMAIL PROTECTED] wrote: > if (foo) { > more_stuff(); > } else { > other_stuff(); > } Both patches are changed to reflect code-style. They are on our ftp site. regards, -- Wojtek Ślusarczyk -- PHP Development Mailing List To unsubscribe, visit: http

[PHP-DEV] OpenSSL in PHP

2002-09-19 Thread Wojtek Slusarczyk
Hi, PKCS#7 handling functions are still buggy in 4.2.3 and current CVS version. Two months ago we have submitted a 'filling' against PHP-CVS and 4.2.2 version. So, current version of patch against 4.2.3 is available at ftp://ftp.certum.pl/pub/PHP/php-4.2.3-openssl.diff.gz New fun