Hello,

I had a look at the patch back then and I can remember me asking to 
change something with the bracing style. The PHP source uses (almost 
everywhere):

if (foo) {
<tab>more_stuff();
} else {
<tab>other_stuff();
}

Can you please change your patch according to this style?

regards,
Derick



On Thu, 19 Sep 2002, Wojtek Slusarczyk wrote:

> 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 functions:
>       PHP_FUNCTION(openssl_csr_file_verify);
>       PHP_FUNCTION(openssl_csr_verify);
>       PHP_FUNCTION(openssl_csr_parse);
>       PHP_FUNCTION(openssl_csr_get_public);   
> were added.
> 
> regards,
> -- 
> Wojtek Ślusarczyk
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
-----------------------------[ [EMAIL PROTECTED]: Databases are for Assholes ]-


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to