ah, forget it. i just took a look at the usage of
zend_register_internal_class_ex (parameter 3)
note to self: Use the source, Luke !
- Original Message -
From: "l0t3k" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 23, 2003 2:52 AM
Subject: Re: default exceptions, interfa
Sterling,
another issue - im writing a shared extension, so simply declaring
default_exception_ptr as extern does'nt work. we need some way to export it
so subclassing works...
l0t3k
(arent you sorry you stat\rted this mess ? ;-))
--
PHP Internals - PHP Runtime Development Mailing List
To uns
Sterling,
have you thought of public accessors (maybe even macros) for exception
properties. this is for the benefit of extension authors who want to
subclass. right now i have to basically copy the code for the constructor to
my new class, or resort using call_user_function_ex.
for my extensio