Re: [PHP-DEV] include *.php

2001-07-13 Thread John Donagher
On Fri, 13 Jul 2001, Hartmut Holzgraefe wrote: > Martin Pedak wrote: > > What people think about adding > > regular expressions to include() or require() constructions or even > > making new language consruction like "import()" that can handle reg. > > exp. file includes. So thant you can include

Re: [PHP-DEV] include *.php

2001-07-13 Thread Hartmut Holzgraefe
Martin Pedak wrote: > What people think about adding > regular expressions to include() or require() constructions or even > making new language consruction like "import()" that can handle reg. > exp. file includes. So thant you can include(/my/path/*) or > import(/my/path/*.php). You seem to be

[PHP-DEV] include *.php

2001-07-12 Thread Martin Pedak
Hello. What people think about adding regular expressions to include() or require() constructions or even making new language consruction like "import()" that can handle reg. exp. file includes. So thant you can include(/my/path/*) or import(/my/path/*.php). From this feature the package man