> Thank you for replying.
>> Just diff the HTML. 
> Unfortunately it is not that easy. Even if the same PHP modules are 
> present, if they are written into the page in a different place, they 
> show up as differences. The same goes for all the HTML tags and 
> everything else, so what I end up with is a ton of text, no more 
> streamlined or easy to analyze than the original output from
> phpinfo().

Do you have shell access on these servers, and are they running Linux or the
like? If so, this seems like what you'd want:

  php -i | sort -u

Ben
--
Twitter: @bdunlap

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to