Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Trying to compare settings of two different PHP servers
- Date: Wed, 29 Jul 2009 20:18:11 +0900
- From: Sach Jobb <sach@example.com>
- Subject: Re: [tlug] Trying to compare settings of two different PHP servers
- References: <4A700BF4.5030302@example.com>
> What I've tried to do, based on a little advice from the PHP mailing > list, is download the output of phpinfo() from the misbehaving server > and a working server to compare the differences. They seem, to my human > eye, to be about the same. I tried running "diff -iw" on the files, but > there was so much different between them that the output wasn't any more > human readable. This seems like a pretty good way to do this. I would probably use something similar. If you are fairly sure it's a problem with a missing module or versions in a module you can use get_loaded_extensions() to give you an array and just loop through the array and check everything is there and > version x. I use that sort of system when I am making installers to insure that the system meets all of the requirements before proceeding. Cheers, Sach
- References:
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Replacing text in multiple files - under Windows :(
- Next by Date: Re: [tlug] Replacing text in multiple files - under Windows :(
- Previous by thread: [tlug] Trying to compare settings of two different PHP servers
- Next by thread: Re: [tlug] Trying to compare settings of two different PHP servers
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links