From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4.3.0
PHP Bug Type:     Feature/Change Request
Bug description:  import construct

could be interesting for OOP a java like import construct importing a
selected file with syntax
import "path/to/my_file.php";
which is the same of include / require
but also
import "path/to/my_lib/*";
that should import all php files in the directory.

-- 
Edit bug report at http://bugs.php.net/?id=21594&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21594&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21594&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21594&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21594&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21594&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21594&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21594&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21594&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21594&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21594&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21594&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21594&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21594&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21594&r=gnused

Reply via email to