Re: [PHP-DEV] PHP 5.1 - extension dependencies

2004-07-18 Thread Magnus Määttä
Hi Stefan On Sunday 18 July 2004 12.49, Stefan Esser wrote: > Hi, > > is there any plan to implement extension dependencies in 5.1? Wez have done some work on dependencies that change load order at compile time and we (Wez and I) have tested it on different platforms and it seems to work OK. >

[PHP-DEV] PHP 5.1 - extension dependencies

2004-07-18 Thread Stefan Esser
Hi, is there any plan to implement extension dependencies in 5.1? With small changes it should be possible to support extension dependencies within the zend engine. Right now there is no way to ensure that f.e. ext/session is loaded before ext/my_special_session if both are f.e. static. Stefan