ID: 31499 Comment by: mirabal at adinet dot com dot uy Reported By: daniel dot schierbeck at gmail dot com Status: Open Bug Type: Feature/Change Request PHP Version: 5.0.3 New Comment:
well, i have to agree with this one... although it is not very important Previous Comments: ------------------------------------------------------------------------ [2005-01-18 18:09:45] daniel dot schierbeck at gmail dot com Sooooooo, no comments? Anyone? ------------------------------------------------------------------------ [2005-01-11 23:21:29] daniel dot schierbeck at gmail dot com Description: ------------ It would be a nice feature if more than one file could be included in a single include call. I've read the manual pages, and it doesn't look like it's possible at the moment. (this of course also goes for include_once, require, and require_once) Reproduce code: --------------- // Today include 'a.php'; include 'b.php'; include 'c.php'; // Tomorrow include 'a.php', 'b.php', 'c.php'; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31499&edit=1