Re: [PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Mario Guenterberg
On Tue, May 06, 2008 at 02:00:33PM -0400, Scott Lerman wrote: > Yup, I restarted Apache several times. The httpd.conf line I have is > LoadModule php5_module "C:/Program > Files/PHP/php-5.2.6-Win32/php5apache2.dll". If nobody else has seen > this problem, I'll just assume it's some oddity on my sys

Re: [PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Scott Lerman
Yup, I restarted Apache several times. The httpd.conf line I have is LoadModule php5_module "C:/Program Files/PHP/php-5.2.6-Win32/php5apache2.dll". If nobody else has seen this problem, I'll just assume it's some oddity on my system. I just figured I'd mention it in case others were having the same

Re: [PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Daniel Brown
On Tue, May 6, 2008 at 11:57 AM, Scott Lerman <[EMAIL PROTECTED]> wrote: > Has anyone else seen incorrect information on a phpinfo() page on the > Windows build of 5.2.6? The Apache log shows "Apache/2.0.63 (Win32) > PHP/5.2.6 configured -- resuming normal operations", but phpinfo() and > phpver

[PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Scott Lerman
Has anyone else seen incorrect information on a phpinfo() page on the Windows build of 5.2.6? The Apache log shows "Apache/2.0.63 (Win32) PHP/5.2.6 configured -- resuming normal operations", but phpinfo() and phpversion() still show 5.2.5. The CLI executable does show the correct version, though.