[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.

-- 
Scott Lerman

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



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
  phpversion() still show 5.2.5. The CLI executable does show the
  correct version, though.

Did you remember to restart Apache?  I know the message you
printed above from the log would indicate such, but it never hurts to
double-check.

Also, are you certain that it's using the correct DLL by
configuration in both httpd.conf and any .htaccess files?

-- 
/Daniel P. Brown
Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
$59.99/mo. with no contract!
Dedicated servers, VPS, and hosting from $2.50/mo.

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



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 problem.

On Tue, May 6, 2008 at 12:49 PM, Daniel Brown [EMAIL PROTECTED] wrote:

 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
phpversion() still show 5.2.5. The CLI executable does show the
correct version, though.

 Did you remember to restart Apache?  I know the message you
  printed above from the log would indicate such, but it never hurts to
  double-check.

 Also, are you certain that it's using the correct DLL by
  configuration in both httpd.conf and any .htaccess files?

  --
  /Daniel P. Brown
  Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
  $59.99/mo. with no contract!
  Dedicated servers, VPS, and hosting from $2.50/mo.




-- 
Scott Lerman

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



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 system. I just
 figured I'd mention it in case others were having the same problem.

It's better to use a path without whitespaces, eg. c:\php instead of
c:\program files\php.

Have you copied some php5X.dlls from prior installations of php to
windows's system folder?

Greetings
guenti

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M-
V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D  G++ e* h
r+++ y
--END GEEK CODE BLOCK--

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