ID: 34984 User updated by: skinrock at skinrock dot com Reported By: skinrock at skinrock dot com -Status: Open +Status: Closed Bug Type: PHP options/info functions Operating System: Windows XP Pro SP2 PHP Version: 5.0.5 New Comment:
Sorry, looks like I forgot about php5ts.dll in C:\WINDOWS. Honest mistake. Have to remember to replace that file. Previous Comments: ------------------------------------------------------------------------ [2005-10-26 04:15:48] skinrock at skinrock dot com Description: ------------ I just did a fresh install to set up my notebook for offline development. I installed Apache 2.0.55, and then copied the Windows version of PHP 5.0.5 into C:\PHP. Everything is working fine, except when I tested my configuration by using phpinfo(), it's telling me I have PHP 5.0.4 installed. I'm looking at the various files in C:\PHP, and it's definitely the PHP 5.0.5 build that I downloaded. Not sure what's causing this. Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- PHP Version 5.0.5 Actual result: -------------- PHP Version 5.0.4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34984&edit=1
