Re: [PHP-DEV] is php dev alive

2001-06-18 Thread spencer 'sporty' portee
yes! On Mon, Jun 18, 2001 at 03:17:59PM -0500, Jason Greene wrote: > is the list back?? > > -Jason -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread spencer 'sporty' portee
As of late, the company I work for, Community Connect, needs to extend the openssl php module and might be able to release the source. It is for RSA encryption, but in my own interest, i would like to add on the other types of algorithms to it too. I understand that there are more complex funct

[PHP-DEV] openssl module for php

2001-04-26 Thread spencer 'sporty' portee
As of late, the company I work for, Community Connect, needs to extend the openssl php module and might be able to release the source. It is for RSA encryption, but in my own interest, i would like to add on the other types of algorithms to it too. I understand that there are more complex funct

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread spencer 'sporty' portee
> On Fri, May 04, 2001 at 07:22:03PM +0200, Sascha Kettler wrote: > > You won't need to pass the algorithm by an arg, as the key already contains > > the algorithm identification (pkey->type). I haven't used any DSA encryption > > yet, but maybe you can just add the code to the switch statements.

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread spencer 'sporty' portee
> I've used SSLeay back in 1996 once, and then a few weeks ago for my patch. > You don't need to be an openssl expert, but as with all cryptography you > should have some basic understanding before using it. which is why i'm still confused on how you intend to get any of the openssl functions to

Re: [PHP-DEV] Fork() in php?

2001-05-11 Thread spencer 'sporty' portee
Playing devil's advocate here. If php forked, that would mean that apache forked off a child that forked off a child. So if the child at the end of the chain freezes, won't that confuse apache? Threading might be nicer, but the same argumenet might hold. But this is assuming that php is

Re: [PHP-DEV] removing ereg functions

2001-05-16 Thread spencer 'sporty' portee
wouldn't it be in at least the best interest to have split and other functions to use preg instead of ereg? this might add some bloat to code, but it might be an interesting default speedup. by all means, keep ereg. unless you can get ereg to act just like preg, you can't get rid of it. On