Re: [PHP] Prepend policy

2005-02-02 Thread John Nichel
Sdäv wrote: Hey guys, i was wondering if there is any way to make prepend (php.ini option) work as an include once and not an STD include. You could use the prepended file to do your includes prepend includes.inc.php includes.inc.php --> include_once ( "foo.php" ); include_once ( "bar.php" );

Re: [PHP] Prepend policy

2005-02-02 Thread Richard Lynch
Sdäv wrote: > Hey guys, i was wondering if there is any way to make prepend (php.ini > option) work as an include once and not an STD include. Well, it's for sure gonna get included once, right? If you're worried about it getting included again... I'm not sure of the semantics of: Does it get