Jeff Pry: Unsubscription Information

2004-07-19 Thread Craig Woodford
Jeff, I assume the format of the unsubscribe instruction in the welcome I received is applicable to you. For you to unsubscribe, send a message to: <[EMAIL PROTECTED]> Craig From: "Jeffrey K Pry" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Unsubscription In

Unsubscription Information

2004-07-19 Thread Jeffrey K Pry
Could somebody please tell me how to unsubscribe from this newsletter? If you choose to reply and help me out, please place “Jeff Pry” in the subject so I can know it is directed towards me.   Thank you Very Much, Jeffrey K Pry

setjmp/longjmp vs try/throw/catch

2004-07-19 Thread Nick Kew
I have a couple of modules using third-party libraries that require me to supply an "abort" function (or they'll abort by exiting). For example, libjpeg in my mod_jpeg. My preferred approach to this situation is usually to resort to C++, put my code in a try/catch loop, and provide an abort handl

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2004-07-19 Thread Joe Orton
On Mon, Jul 19, 2004 at 03:47:45PM +0100, Nick Kew wrote: > On Mon, 19 Jul 2004, Joe Orton wrote: > > > On Sat, Jul 17, 2004 at 03:22:35PM -, [EMAIL PROTECTED] wrote: > > > niq 2004/07/17 08:22:35 > > > > > > Modified:modules/filters mod_deflate.c > > > Log: > > > Fix previou

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2004-07-19 Thread Nick Kew
On Mon, 19 Jul 2004, Joe Orton wrote: > On Sat, Jul 17, 2004 at 03:22:35PM -, [EMAIL PROTECTED] wrote: > > niq 2004/07/17 08:22:35 > > > > Modified:modules/filters mod_deflate.c > > Log: > > Fix previous patch to deal correctly with multiple empty brigades before > > we kno

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread bruce
thanks for the fedback! unfortunately..all he did was say, "i got it to work!!".. but not how he did it!! thanks -bruce -Original Message- From: Jacob Friis Larsen [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 12:32 AM To: Curt Zirzow Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [

mod_rewrite cookie patch (PR#28391)

2004-07-19 Thread Guernsey, Byron \(GE Consumer & Industrial\)
Just bringing this one up again and submitting it for anyone who would like to test. Attached to this email is a new patch against 2.0.50 that modifies mod_rewrite.c to support the setting of cookies which have no domain specified (ie: set to 'null'), or no timeout specified ('null') or no path s

Re: question concerning with authentication process

2004-07-19 Thread Geoffrey Young
> Does it have sence or there is another standrd way (without introducing > addtional hooks) to use standard authentication modules with access control > modifing at runtime? I would look into the Satisfy directive, specifically whether "Satisfy any" could be used in conjunction with core access

Re: building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread Ian Holsman
try raising a bug with PHP or mailing php-internals (which you didn't seem to crosspost to?) It looks like configuring with --with-mysql and --with-mysqli is probably the problem, but I'm not familiar with enough with mysqli & php5 to really comment. bruce wrote: hi... this is cross posted to

Re: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread Curt Zirzow
* Thus wrote bruce: > hi... > > this is cross posted to a number of lists as it seems to touch on all the > apps... Please don't do this. > > i'm trying to use the following "configure" > > ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with > -mysql=/usr/include/mysq

Re: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread Jacob Friis Larsen
Curt Zirzow wrote: i'm trying to use the following "configure" ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with -mysql=/usr/include/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config - -with-ldap --with-pgsql If you read the installation at http://php.net/mysqli, you

Re: cvs commit: httpd-2.0/modules/filters mod_deflate.c

2004-07-19 Thread Joe Orton
On Sat, Jul 17, 2004 at 03:22:35PM -, [EMAIL PROTECTED] wrote: > niq 2004/07/17 08:22:35 > > Modified:modules/filters mod_deflate.c > Log: > Fix previous patch to deal correctly with multiple empty brigades before > we know if there's any content, and not re-process the hea