Re: [PHP-DEV] Make use of use

2003-04-06 Thread Marcus Börger
At 16:30 06.04.2003, Sebastian Bergmann wrote: Timm Friebe wrote: >> use java; > use alotofmemory; s/use/waste/ pay doubled price for memory and cpu needs (or even more) marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Make use of use

2003-04-06 Thread Sebastian Bergmann
Timm Friebe wrote: >> use java; > use alotofmemory; s/use/waste/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Internals - PHP Runtime Development Mailing Lis

Re: [PHP-DEV] Make use of use

2003-04-06 Thread Timm Friebe
On Sun, 2003-04-06 at 16:04, Derick Rethans wrote: [...] > > > use java; use alotofmemory; :) - Timm -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Make use of use

2003-04-06 Thread Derick Rethans
On Sun, 6 Apr 2003, Timm Friebe wrote: > There currently is a keyword "use" in the engine, reserved for future > use: > > 1.1 (zeev 29-Oct-00): | T_USE [...] > > With all the discussions about errors and ini settings, why not use use > to put PHP into different modes on a

[PHP-DEV] Make use of use

2003-04-06 Thread Timm Friebe
There currently is a keyword "use" in the engine, reserved for future use: 1.1 (zeev 29-Oct-00): | T_USE [...] With all the discussions about errors and ini settings, why not use use to put PHP into different modes on a per-script-basis? Some ideas that came to my head: -