Date: 11/13/00
- Next message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Tamas Nyitrai: "[PHP-DEV] Re: PHP 4.0 Bug #7769"
- In reply to: Stig Venaas: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 09:24 PM 11/13/00 +0100, Stig Venaas wrote:
>On Mon, Nov 13, 2000 at 02:20:14PM -0600, Andrei Zmievski wrote:
> > On Mon, 13 Nov 2000, Stig Venaas wrote:
> > > The advantage of the current way is that you can do:
> > >
> > > $fp = fopen("http://www.www.ww/cert.pem");
> > > $x509 = openssl_read_x509($fp);
> > >
> > >
> > > How about both? I can check whether it's a string or a resource.
> >
> > Sorry, but how is it better than:
> >
> > $x509 = openssl_read_x509("http://www.www.ww/cert.pem");
>
>You're right, I thought this would be hard to do, but I guess I can
>use php_fopen_wrapper() behind the curtains. Will have a look at this.
As I mentioned, keep away from FILE *'s and from php_fopen_wrapper(). The
extension will be much more robust if it works with strings.
Andi
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Tamas Nyitrai: "[PHP-DEV] Re: PHP 4.0 Bug #7769"
- In reply to: Stig Venaas: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

