ID:               46405
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xwisdom at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: Windows
 PHP Version:      5.3CVS-2008-10-27 (snap)
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Your HTTP server can do that (at least Apache can).


Previous Comments:
------------------------------------------------------------------------

[2008-10-27 19:39:45] xwisdom at gmail dot com

Description:
------------
I would like to recommend that a feature be added to PHP 5.3 or 6.0
that will allow the execution of an application using a different
version of the runtime.

This could be done via the php.ini. For example:

[interpreters]
php44 = "c:/php4/php.exe"
php51 = "c:/php51/php-cgi.exe"
php5 = "c:/php52/php-cgi.exe"

[interpreter_mapping]
php44 = "c:/website/oldapps/addressbook/";
php5 = "c:/website/currentapps/crm/";

With the above, the current version of PHP would be the default
interpreter. This means that if no mapping was found for the current
path then the current interpreters will be used, otherwise system should
pass control over to the selected interpreter. 

This technique might be a little slower when passing control from the
current to an older interpreter but it gives the user greater
flexibility and more time to work with both the new php releases and the
older interpreters. Plus it allows applications designed for older
versions of php to run side-by-side on same server with no special
configuration changes to the server or file settings.





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46405&edit=1

Reply via email to