Re: [PHP-DEV] include function in php source

2002-09-08 Thread Alan Knowles
eminent wrote: > Hi everyone, > i have to manipulate include function inside php source code to > satisfy my needs. it has to be configured, i think, with something > like PHP_FE(include .) > my problem is that i can't find where it is inside the php source > tree. i mean that i don't know

[PHP-DEV] include function in php source

2002-09-08 Thread eminent
Hi everyone, i have to manipulate include function inside php source code to satisfy my needs. it has to be configured, i think, with something like PHP_FE(include .) my problem is that i can't find where it is inside the php source tree. i mean that i don't know in which file it is. can an