Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Tim Gales
Michael B Allen wrote: On Tue, Feb 3, 2009 at 5:26 PM, Daniel Convissor wrote: Hey Again Mike: On Tue, Feb 03, 2009 at 05:21:52PM -0500, Daniel Convissor wrote: On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: 3. PHP does not have garbage collection

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Jesse Callaway
On Tue, Feb 3, 2009 at 6:35 PM, Michael B Allen wrote: > On Tue, Feb 3, 2009 at 5:26 PM, Daniel Convissor > wrote: >> Hey Again Mike: >> >> On Tue, Feb 03, 2009 at 05:21:52PM -0500, Daniel Convissor wrote: >>> >>> On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: >>> > >>> > 3. PH

[nyphp-talk] One small redemption

2009-02-03 Thread Michele Waldman
One small redeeming factor is firefox completely logs you out of digest with an incorrect password. I hope it flys in ajax. I can use clearauthenticationcache in IE and not worry about the bug. That leave safari which is supposed to log you out but doesn't seem to. Opera that doesn'

[nyphp-talk] IE Bug, con't

2009-02-03 Thread Michele Waldman
Safari doesn't even set the digest realm for subsequent page calls in the domain. Opera doesn't appear to have implemented digest. This would be such a clean, simple security implementation. It would be sweet if they get the bugs out and all implement it the same way. Shouldn't it be one protoc

[nyphp-talk] Definitely A Digest Request bug in IE

2009-02-03 Thread Michele Waldman
This can't possibly be the way a request should work. Don't try this at home. If this is misinformation, my apologies in advanced, but I've tested it out like 30 times using the originally install http on my server. When I was just testing my variation of mod_auth_digest, I found IE 7 may hav

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Michael B Allen
On Tue, Feb 3, 2009 at 5:26 PM, Daniel Convissor wrote: > Hey Again Mike: > > On Tue, Feb 03, 2009 at 05:21:52PM -0500, Daniel Convissor wrote: >> >> On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: >> > >> > 3. PHP does not have garbage collection >> >> Yes it does. That's what

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread John Campbell
> > None the less, PHP does > have garbage collection. Php uses simple reference counts, and the counters are updated continuously. I take garbage collection to mean there is a periodic process where unreachable objects are found and deleted. There is no periodic garbage collection in php. Mem

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Daniel Convissor
Hey Again Mike: On Tue, Feb 03, 2009 at 05:21:52PM -0500, Daniel Convissor wrote: > > On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: > > > > 3. PHP does not have garbage collection > > Yes it does. That's what the various gc_* php.ini settings are for: > http://php.net/sess

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Daniel Convissor
Hi Mike: On Tue, Feb 03, 2009 at 03:29:09PM -0500, Michael B Allen wrote: > > 3. PHP does not have garbage collection Yes it does. That's what the various gc_* php.ini settings are for: http://php.net/session.configuration --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Justin Dearing
I like the syntax of C. I don't like having to malloc memory. PHP may not have a garbage collector, but I don't have to manually deallocate memory for the most part. Of course I still have to connect and disconnect from the database manually, and scrub sql parameters, but its easier to avoid mista

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Donald J. Organ IV
I think he meant compiled languages... - Original Message - From: "Michael B Allen" To: "NYPHP Talk" Sent: Tuesday, February 3, 2009 3:29:09 PM GMT -05:00 US/Canada Eastern Subject: Re: [nyphp-talk] Mod_auth_digest/mysql works! On Tue, Feb 3, 2009 at 3:18 PM, Justin Dearing wrote: > I

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Michael B Allen
On Tue, Feb 3, 2009 at 3:18 PM, Justin Dearing wrote: > I do know enough C to avoid it in favor of a language with a garbage > collector Here are few facts that make your statement somewhat ironic: 1. PHP is basically just a wrapper around C and C libraries 2. PHP is written in C 3. PHP doe

Re: [nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Justin Dearing
Michelle, I don't have the time or inclination to go refactoring C code that works, but I'll gladly make a sourceforge project and see if I can improve the docs or build process. I do know enough C to avoid it in favor of a language with a garbage collector, so if you have some specific improvemen

[nyphp-talk] Mod_auth_digest/mysql works!

2009-02-03 Thread Michele Waldman
Guys, It totally works! Am I the first to write mod_auth_digest/mysql? If anyone ever wants to use it, be my guest. There will be one condition though. You have to know c and return the module slightly more graceful. I really don't have time to piddle around with this anymore. It's not m

Re: [nyphp-talk] Corp. and Non-Profit PHP Users for Web

2009-02-03 Thread David Krings
Peter Sawczynec wrote: If you still know additional high-profile corp. or non-profit PHP users that can be added to this list below, please reply with your additions. Hi! I 'found' another one, this time a for-profit corporation and a Microsoft DotNet Showcase Company. MadCap Software uses

Re: [nyphp-talk] Corp. and Non-Profit PHP Users for Web

2009-02-03 Thread Steve Manes
Steve Manes wrote: Peter Sawczynec wrote: If you still know additional high-profile corp. or non-profit PHP users that can be added to this list below, please reply with your additions. The Childrens Health Fund http://childrenshealthfund.org/ I don't know if you're just looking just for p

Re: [nyphp-talk] Corp. and Non-Profit PHP Users for Web

2009-02-03 Thread Steve Manes
Peter Sawczynec wrote: If you still know additional high-profile corp. or non-profit PHP users that can be added to this list below, please reply with your additions. The Childrens Health Fund http://childrenshealthfund.org/ ___ New York PHP User G

Re: [nyphp-talk] Corp. and Non-Profit PHP Users for Web

2009-02-03 Thread Greg Rundlett
I too am glad to see a nice list. The compiled list (plus link to Whitepaper) is at http://freephile.com/wiki/index.php/Who_uses_php Cite or re-use freely ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/ta

Re: [nyphp-talk] Corp. and Non-Profit PHP Users for Web

2009-02-03 Thread David Krings
Peter Sawczynec wrote: If you still know additional high-profile corp. or non-profit PHP users that can be added to this list below, please reply with your additions. Hi! Found by accident that our local museum and planetarium uses PHP as well: http://www.schenectadymuseum.org/ Best to see wh