you wouldn't happen to know of a page a php.net that i might be overlooking which might have info specific to a 5.x update to 5.x?
i see lots of stuff about migrating from PHP 4 to PHP 5, but really nothing about updating an existing PHP 5 installation. nothing on the downloads page at php.net. nothing in the changelog, etc. i'm getting the feeling i should just do as if it were a fresh PHP5 install? hmm...
how were "minor" updates handled on Windows (XP) w/ PHP 4?
did my guess above sound correct... or correct enough? my concern is that i'm in the midst of a development project, and i don't want to experience extended downtime (if murphy's law is going to take over, of course it will happen to me!)
i don't think my files are goign to be backward compatible w/ my PHP 4 machine, so i'm really just trying to save myself the headaches. i'm sure you can understand that. 😉
any other time, i'd just experiment w/ it.
surely someone else reading is using PHP 5.x on a Windows system, and has updated their PHP 5.x to a newer 5.x at some point, no? if so-- then, what did you do? i've only ever installed fresh PHP 4 on system A (which still has it) w/ Apache 1.x and this system has this PHP 5.0.5 w/ Apache 2. it's been working fine since first installed back in Sept. i suppose i don't have to update, but i'd like to do so-- if for no other reason than "...it just seems like the right thing to do..."
thanks for your help!
😉
EDIT: could i just "backup" my existing PHP 5.0.5 by creating a folder somewhere, moving the current files, and then just starting over w/ the new ones in PHP 5.1.2? since there aren't any changes made in the OS (other than php.ini and the "path"), i should be okay to give that a shot, then-- huh?
is there something specific you recommend i look for in httpd.conf?
(this means i'm running it as an Apache Module, right?)
i see that i commented-out these lines:
#ScriptAlias /php/ "c:/php/"
#AddType application/x-httpd-php .php
#
# For PHP 4
#Action application/x-httpd-php "/php/php.exe"
#
# For PHP 5
#Action application/x-httpd-php "/php/php-cgi.exe"