[PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
I have something that I am currently dealing with: Using mod_perl with apache, you can put this in a apache directive (vhost, location, directory): PerlSetVar somevarname somevarval and that would pre-define somevarname equal to somevarval. We are trying to move completely to

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
station call letters so that the letters are available to the code. Thanks for the interest, -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wed, 2 Jan 2002, Joe Webster wrote: > > > I have something that I am currently deali

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
That is our fall-back plan, but that's not terribly effecient =) "Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 2 Jan 2002, Joe Webster wrote: > I have something that I am currently dealing with: &g

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
@localhost">news:5.1.0.14.2.20020102234728.028651c0@localhost... > At 23:33 02/01/2002, Joe Webster wrote: > >I have something that I am currently dealing with: > > > > Using mod_perl with apache, you can put this in a apache directive > >(vhost, location, directory): > > Per

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
27460@localhost">news:5.1.0.14.2.20020103004035.04527460@localhost... > This could probably be done. It does sound helpful. > > Zeev > > At 00:29 03/01/2002, Joe Webster wrote: > >Yes it would have to be in every script in the vhost, location or directory > >directive. > &g

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
ith > $GLOBALS['HTTP_SERVER_VARS']['media_regionaam']; > > Works great for us. > Sander > > - Original Message - > From: "Zeev Suraski" <[EMAIL PROTECTED]> > To: "Joe Webster" <[EMAIL PROTECTED]> > Cc: <[EMAIL

Re: [PHP-DEV] Re: PHP 5

2002-01-03 Thread Joe Webster
Works perfectly -- god love Apache ;) -Joe "Joe Webster" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > That rocks, pending it works, my problems are solved. It would still be an > awesome feature for PHP, but nice to know a

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Joe Webster
I agree with Markus, it's fine as is. "Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Current mail() implementation already has fifth optional > argument which does exactly what you want. > > And, for the 'file', it's as easy as wr