RE: [PHP-DEV] Cannot register classes after MINIT

2010-09-19 Thread Jeff Brown
nd anything. Thanks :D > From: johan...@schlueters.de > To: jb_j...@hotmail.com > CC: internals@lists.php.net > Date: Sun, 19 Sep 2010 18:51:56 +0200 > Subject: Re: [PHP-DEV] Cannot register classes after MINIT > > On Sat, 2010-09-18 at 20:01 +, Jeff Brown wrote:

Re: [PHP-DEV] Cannot register classes after MINIT

2010-09-19 Thread Johannes Schlüter
On Sat, 2010-09-18 at 20:01 +, Jeff Brown wrote: > I have recently tried registering a class (via zend_register_class) > inside of a PHP_FUNCTION, though this may sound weird and an > unecessary function I ask that you ignore this request.I have noticed > that registering goes fine but every ti

[PHP-DEV] Cannot register classes after MINIT

2010-09-18 Thread Jeff Brown
I have recently tried registering a class (via zend_register_class) inside of a PHP_FUNCTION, though this may sound weird and an unecessary function I ask that you ignore this request.I have noticed that registering goes fine but every time I declare a class after the call to my function, e.g: