Date: 12/20/98
- Next message: Shane Caraveo: "Re: [PHP-DEV] 3.0.6 show stopper"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] 3.0.6 show stopper"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] 3.0.6 show stopper"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] 3.0.6 show stopper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rasmus Lerdorf wrote:
>
> > Ok, now I get to point the finger! :) Someone other than me broke
> > something for once.
> >
> > The last update to main.c broke loading modules in the ini file. Can
> > someone explain this change to me?
>
> Could you be explicit? Is it this change you are talking about?
>
> http://cvs.php.net/cvsweb.cgi/main.c.diff?r1=1.481&r2=1.482&f=h
Yes, that's the one.
> I think this is part of Zeev's fix that takes care of the craziness that
> happens when you hit the memory limit in some sort of looping script. It
> would just keep spewing errors before.
>
> -Rasmus
The problem is, when you load a module in the ini file, you have to have
all those hash tables initialized already, otherwise we crash.
Shane
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Shane Caraveo: "Re: [PHP-DEV] 3.0.6 show stopper"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] 3.0.6 show stopper"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] 3.0.6 show stopper"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] 3.0.6 show stopper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

