Re: [PHP] Compare PHP settings of two different servers

2009-08-05 Thread Robert Cummings
Dave M G wrote: Bob, Ben, David, Robert, Thank you all for responding. Just to recap, I'm trying to find out why I can write text into a PNG image on one server, but not on another. After much playing around, I have a list of the different configuration modules installed on the two servers.

Re: [PHP] Compare PHP settings of two different servers

2009-08-04 Thread Dave M G
Bob, Ben, David, Robert, Thank you all for responding. Just to recap, I'm trying to find out why I can write text into a PNG image on one server, but not on another. After much playing around, I have a list of the different configuration modules installed on the two servers. The lists below are

Re: [PHP] Compare PHP settings of two different servers

2009-07-25 Thread Dave M G
Bob, Thanks for replying. Another thought comes to mind. What text encoding are you using and what are the locale settings on those servers? I try to ensure UTF-8 is the only encoding used, as much as possible. Unfortunately, on the server that is misbehaving, it is the one where I don't hav

Re: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Ben Dunlap
> 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 wi

RE: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Bob McConnell
From: Dave M G > I'm currently having a problem with PHP writing text to a PNG image on > one server. > > I have various web sites hosted on various servers, and on most of them, > the script that generates the image is writing text properly. I have > ensured that the same fonts are available

RE: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Bob McConnell
From: Dave M G > 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,

Re: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Dave M G
David, Robert, 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

Re: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread David Otton
2009/7/23 Dave M G : > Is there a way I can take the output of phpinfo() from both servers and do a > compare that will tell me what the differences are? Just diff the HTML. WinMerge, Kompare, etc etc. Or probably built into your favourite IDE. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Compare PHP settings of two different servers

2009-07-23 Thread Robert Cummings
Dave M G wrote: PHP Gurus, I'm currently having a problem with PHP writing text to a PNG image on one server. I have various web sites hosted on various servers, and on most of them, the script that generates the image is writing text properly. I have ensured that the same fonts are availab

[PHP] Compare PHP settings of two different servers

2009-07-23 Thread Dave M G
PHP Gurus, I'm currently having a problem with PHP writing text to a PNG image on one server. I have various web sites hosted on various servers, and on most of them, the script that generates the image is writing text properly. I have ensured that the same fonts are available on all the ser