> On 26 April 2006 22:46, Ari Davidow wrote: > > > > > Anomaly 2: > > > > > > > > When I do a "phpinfo();" to see what is actually loaded > (and to > > > > ensure that the correct php.ini is being loaded, etc.), > among the > > > > info is the notice that I am using php 5.0.3-dev. I get > the same > > > > info when I telnet to localhost. > > This means you have an old php5ts.dll that is being loaded in > preference to the one for 5.1.2. > > Locate it and delete it. > > This may also fix your other problems. Bingo. I had downloaded older versions of that and other mysql-related files from http://www.siteinaweek.com/installphp5/howto.php#apache while trying to get the PHP-MySQL connection working. Using the current versions from the current PHP download (it looks like only php5ts.dll had a different size, so the other files may be the same, just recompiled later from the same code) fixed the problem. I now show the correct version and there are no further php_gd2.dll errors. This sequence may also explain why this problem is so obscure. Many thanks, ari -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php