Jonathan wrote: > > On Aug 28, 2006, at 8:40 PM, Stas Bekman wrote: >> constants are precisely there so that one doesn't need to rely on >> numbers which may change in the future versions of httpd. Granted the >> HTTP code constants won't change, but the rest could. And mp2/httpd2 >> has hundreds of those constants, compared to a few dozens in mp1/httpd1.3 >> >> May be a reference to httpd-2.x/includes/httpd.h (as suggested by >> Geoff) should be sufficient for users who understand the risk they are >> undertaking. > > well yes, the constants are there to abstract the numbers... > > but its a PITA to figure out how. Not that I disagree with the spirit of this, but I don't see how it has anything to do with mod_perl? The constant values are defined in whatever RFC somewhere and #defines are in the httpd C source.
Why not patch the httpd docs instead ? :) mod_perl is just pass through anyway, we won't change unless httpd changes underneath us. -- ------------------------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / / /|_/ / // /\ \/ /_/ / /__ /_/ /_/\_, /___/\___\_\___/ <___/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
