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
--
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