Paul Reinheimer wrote: > I was having some issues with some constants in the socket library not > showing up, it turnes out to be a version > issue, if you've got the right version they're there. If not... not so > much. Anyways, I thought it would be neat to build > a tool that would let me run code against a bunch of different versions > of PHP at the same time... so I did [snip]
Hi Paul, I've done some similar work in this respect. Locally, I have SimpleTest setup to run a test-suite on all PHP 5 versions. Very handy for catching version-specific bugs! Unfortunately, the only way to let other people use this tool is give them the maintenance scripts and have them set it up themselves; there's no way to let people run PHP on a remote server safely! Which is why I've never released my own scripts; some parts are very hacky and dependent on my system. I have to say, though, the color coding is very neat! -- Edward Z. Yang GnuPG: 0x869C48DA HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]