From:             daniel dot schierbeck at gmail dot com
Operating system: 
PHP version:      5.0.3
PHP Bug Type:     Feature/Change Request
Bug description:  Support for including multiple files with a single include 
call.

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 bug report at http://bugs.php.net/?id=31499&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31499&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31499&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31499&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31499&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31499&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31499&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31499&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31499&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31499&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31499&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31499&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31499&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31499&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31499&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31499&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31499&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31499&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31499&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31499&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31499&r=mysqlcfg

Reply via email to