On 13/02/15 17:46, Sebastian B.-Hagensen wrote: >>> I can’t say I miss the days of putting everything in the global namespace. >>> Makes it impossible to use two libraries with conflicting function names. >> > >> > Well one fix would be to have all the namespace stuff in the math.php >> > file? All the use function stuff just loaded via the secondary file. > You would still need to import those functions into the current > namespace. Hence this rfc
My point is "WHY" ... can't we simply import an include file which does all the rest. As Pierre says, some of these are becoming totally unwieldy, yet I can still include ADOdb and Smarty with two lines of code in my start up ... Just another example of where things have become hard work which now needs additional fixes. Yes this RFC is probably needed, but isn't the whole process wrong? Can't we restore the simple way of working in PHP7 where it does not need to wrap around other things quite so closely? -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php