From:             [EMAIL PROTECTED]
Operating system: All (Mainly Linux/Mac OS X)
PHP version:      4.3.0RC2
PHP Bug Type:     Feature/Change Request
Bug description:  callback_func() for failed new() or failed function calls

At work, I have had my programmers code their work into the following
naming conventions which basically read:

        class.{classname}.phps
        function.{functionname}.phps

Each file contains the code solely for that particular function or class,
and then we have a system which autoloads all of these files at startup as
if they were a framework.

However, as I look at our performance, which is not optimal considering
the number of files we are loading per request when we only need a
fraction of the code loaded, it seems like it would be a huge boon to have
two new callbacks added to PHP:

        class_callback_func()
        function_callback_func()

Granted, each of these callbacks would have a price attached to them, but
it would allow programmers to, and possibly positively influence them to,
develop a 30 MB codebase, and then go wild worrying about your core logic
instead of include()s/require()s/auto_prepends, while PHP automagically
loads the proper support files to facilitate their programming.
-- 
Edit bug report at http://bugs.php.net/?id=20792&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20792&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20792&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20792&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20792&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20792&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20792&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20792&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20792&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20792&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20792&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20792&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20792&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20792&r=isapi

Reply via email to