Date: 08/08/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Previous message: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- In reply to: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Aug 08, 2001 at 09:28:02AM +0200, Stig Sæther Bakken
wrote:
> [Zeev Suraski <zeev <email protected>>]
> > At 17:55 07-08-01, Stig Sæther Bakken wrote:
> > >Now we're talking! I assume it is not straightforward, what are the
> > >technical challenges in doing JIT module initialization?
> >
> > It's not much of a challenge really. If we decide it should be done,
> > it can be done...
>
> Ok, so it's just a matter of "minit_done" and "rinit_done" properties
> for each module? Let's go for that, and either keep dl() or replace
> it with php_load_extension() (the difference being that the latter
> knows what file extension to use on your platform).
sascha had a patch for this some time ago - the "gain" was
near to zero. this might make sense once we "hit" the few
hundred extension border...
tc
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Previous message: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- In reply to: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

