Re: [PHP-DEV] REGISTER_*_CONSTANT() or SET_VAR_*() with multiple strings constants

2003-12-09 Thread Andi Gutmans
I think that as long as you follow the naming standards for constants which are EXTNAME_CONSTANT it should be OK to just define them as regular global constants during MINIT. Andi At 01:45 PM 12/8/2003 -0500, Justin Hannus wrote: sent to php.pecl.dev and php.internals --

[PHP-DEV] REGISTER_*_CONSTANT() or SET_VAR_*() with multiple strings constants

2003-12-08 Thread Justin Hannus
sent to php.pecl.dev and php.internals -- I'm building an extension that will need to register multiple (approx 250 (up to 48 chars per string)) strings as constants. I would rather not clutter up the namespace with all these constants so I was wondering what would the reco