Hi Folks: On Thu, Nov 13, 2003 at 09:26:37AM +0100, Uwe Schindler wrote: > But the filenames in the win32 distrib are still php4_xxx.dll (see > snapshot compile log).
This was one thing that concerned me about the new version. It would be _really_ nice if the PHP 5 DLL's would be given different names so PHP 4 and PHP 5 can be installed at the same time. This doesn't seem possible if the DLL's have the same names because the OS will use whichever DLL is found first in the Path, rather than the DLL's appropriate for the version in question. The ability to run two versions at once makes compatibility testing way easier for developers making software that uses PHP. For example, during the transition from PHP 3 to PHP 4, I had .htm extensions mapped to PHP 3 and .html extensions mapped to PHP 5. Both pages would include the same PHP classes. This way I could pop back and forth between versions without a problem. Thanks for your consideration, --Dan -- FREE scripts that make web and database programming easier http://www.analysisandsolutions.com/software/ T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y 4015 7th Ave #4AJ, Brooklyn NY v: 718-854-0335 f: 718-854-0409 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php