Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Paul van Brouwershaven
Op 20-7-2010 10:30, Scott MacVicar schreef: > Then there is the more important fact that is requires LGPL code, so we > wouldn't bundle the library. Leaving it only being enabled for those who have > OpenSC installed. Thats a good one, do you maybe know an other library that can be used so the

Re: [PHP-DEV] PKCS#11 support

2010-07-20 Thread Paul van Brouwershaven
Hi Scott, Op 20-7-2010 0:28, Scott MacVicar schreef: > It can be released on the PECL site but I doubt it would go in the default > distribution. Why not including this in the default distribution? It would be great to have PKCS#11 support in the default PHP distribution! -- PHP Internals - P

Re: [PHP-DEV] In memory support for openssl_pkcs7_*

2010-07-16 Thread Paul van Brouwershaven
Op 16-7-2010 9:54, Pierre Joye schreef: > Can you open a feature request for these changes/features please? So I > won't lost track of them. http://bugs.php.net/bug.php?id=52356 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] In memory support for openssl_pkcs7_*

2010-07-15 Thread Paul van Brouwershaven
Hi, The PHP functions openssl_pkcs7_(sign|encrypt|decrypt|verify) do require files to be executed. In many cases this will create the unintended requirement of temporary files. In compare with openssl_(sign|encrypt|decrypt|verify|...) which are doing almost the same thing this is a strange beha

Re: [PHP-DEV] PHP mail() header patch for SafeMode

2008-02-19 Thread Paul van Brouwershaven
Daevel wrote: Hello, without any patch you can modify the "sendmail_path" parameter and add what you want no ? With mod_php I use this in my virtualhosts : php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [EMAIL PROTECTED]" Yes, I have done this.. but now is the question where

Re: [PHP-DEV] PHP mail() header patch for SafeMode

2008-02-18 Thread Paul van Brouwershaven
Lukas Kahwe Smith wrote: Are you aware of the following: http://ilia.ws/archives/149-mail-logging-for-PHP.html The idea is the same, but why is this not in the core? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP mail() header patch for SafeMode

2008-02-18 Thread Paul van Brouwershaven
Hi Lars & Markus, Lars Strojny wrote: As safemode is going to be (finally!) removed in PHP 6, I would propose not to make this dependent on safe-mode. I would rather allow this feature to be enabled separetely in the php.ini. Something like mail.extra_log_header (not the perfect name, I know) wo

[PHP-DEV] PHP mail() header patch for SafeMode

2008-02-18 Thread Paul van Brouwershaven
found at: http://www.lancs.ac.uk/~steveb/patches/php-mail-header-patch/ Best Regards, Paul van Brouwershaven -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php