PHP5 install in Windows Vista

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan M Dunsmuir

    PHP5 install in Windows Vista

    After having worked with Apache/MySQL/PHP for a year or so under Linux I
    need, purely for convenience, to set up a parallel platform under Windows.

    Unfortunately, since I last did this (using Windows XP Pro) I've moved
    on to Windows Vista (Home Premium). MySQL and Apache2 have both
    installed satisfactorily, but I'm having problems with PHP5.

    I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
    Windows, which is supposed to automate the configuration process, but it
    reported failure to link to Apache2, and said I would have to perform a
    manual configure.

    I am absolutely not an expert on Vista architecture, but know that it's
    unlikely that the old instructions I have for XP Pro will carry directly
    across.

    Cold somebody spell out for me what needs to be done, or point me
    towards an article which might walk me though the process?

    Many thanks.
  • Anonymous

    #2
    Re: PHP5 install in Windows Vista

    Alan M Dunsmuir wrote:
    After having worked with Apache/MySQL/PHP for a year or so under Linux I
    need, purely for convenience, to set up a parallel platform under Windows.
    >
    Unfortunately, since I last did this (using Windows XP Pro) I've moved
    on to Windows Vista (Home Premium). MySQL and Apache2 have both
    installed satisfactorily, but I'm having problems with PHP5.
    >
    I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
    Windows, which is supposed to automate the configuration process, but it
    reported failure to link to Apache2, and said I would have to perform a
    manual configure.
    >
    I am absolutely not an expert on Vista architecture, but know that it's
    unlikely that the old instructions I have for XP Pro will carry directly
    across.
    >
    Cold somebody spell out for me what needs to be done, or point me
    towards an article which might walk me though the process?
    >
    Many thanks.
    Try to install everything from scratch, making sure you've got
    administrator rights before you install. That should be the only hurdle
    you need to jump. Other than that the XP installation process should
    apply also to Vista.

    Bye!

    Comment

    • =?iso-8859-1?Q?=C1lvaro?= G. Vicario

      #3
      Re: PHP5 install in Windows Vista

      *** Alan M Dunsmuir escribió/wrote (Sun, 11 May 2008 10:34:15 +0100):
      After having worked with Apache/MySQL/PHP for a year or so under Linux I
      need, purely for convenience, to set up a parallel platform under Windows.
      >
      Unfortunately, since I last did this (using Windows XP Pro) I've moved
      on to Windows Vista (Home Premium). MySQL and Apache2 have both
      installed satisfactorily, but I'm having problems with PHP5.
      >
      I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
      Windows, which is supposed to automate the configuration process, but it
      reported failure to link to Apache2, and said I would have to perform a
      manual configure.
      I suppose you're using a recent installer (older ones were broken in Vista
      and would not install anything, not even PHP). Editing your Apache's
      httpd.conf file (with an elevated text editor) and appending these lines
      should be enough:

      # PHP 5
      LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
      AddType application/x-httpd-php .php



      --
      -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
      -- Mi sitio sobre programación web: http://bits.demogracia.com
      -- Mi web de humor en cubitos: http://www.demogracia.com
      --

      Comment

      • Alan M Dunsmuir

        #4
        Re: PHP5 install in Windows Vista

        Álvaro G. Vicario wrote:
        *** Alan M Dunsmuir escribió/wrote (Sun, 11 May 2008 10:34:15 +0100):
        >After having worked with Apache/MySQL/PHP for a year or so under Linux I
        >need, purely for convenience, to set up a parallel platform under Windows.
        >>
        >Unfortunatel y, since I last did this (using Windows XP Pro) I've moved
        >on to Windows Vista (Home Premium). MySQL and Apache2 have both
        >installed satisfactorily, but I'm having problems with PHP5.
        >>
        >I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
        >Windows, which is supposed to automate the configuration process, but it
        >reported failure to link to Apache2, and said I would have to perform a
        >manual configure.
        >
        I suppose you're using a recent installer (older ones were broken in Vista
        and would not install anything, not even PHP). Editing your Apache's
        httpd.conf file (with an elevated text editor) and appending these lines
        should be enough:
        >
        # PHP 5
        LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
        AddType application/x-httpd-php .php
        >
        >
        >
        I'm afraid that didn't work. (But I was using php5apache2.dll which was
        in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)

        Anybody out there with a Vista PHP5 installation running properly,
        prepared to tell me what they did?

        Comment

        • =?ISO-8859-1?Q?=22=C1lvaro_G=2E_Vicario=22?=

          #5
          Re: PHP5 install in Windows Vista

          Alan M Dunsmuir escribió:
          ># PHP 5
          >LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
          >AddType application/x-httpd-php .php
          >>
          I'm afraid that didn't work. (But I was using php5apache2.dll which was
          in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
          In what sense did it not work? Do you get an error message in Apache logs?



          --
          -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
          -- Mi sitio sobre programación web: http://bits.demogracia.com
          -- Mi web de humor al baño María: http://www.demogracia.com
          --

          Comment

          • alex.w474

            #6
            Re: PHP5 install in Windows Vista

            On May 12, 7:52 pm, Alan M Dunsmuir <a...@moonrake. demon.co.ukwrot e:
            Álvaro G. Vicario wrote:
            *** Alan M Dunsmuir escribió/wrote (Sun, 11 May 2008 10:34:15 +0100):
            After having worked withApache/MySQL/PHPfor a year or so under Linux I
            need, purely for convenience, to set up a parallel platform under Windows.
            >
            Unfortunately, since I last did this (using Windows XP Pro) I've moved
            on to Windows Vista (Home Premium). MySQL and Apache2 have both
            installed satisfactorily, but I'm having problems with PHP5.
            >
            I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
            Windows, which is supposed to automate the configuration process, but it
            reported failure to link to Apache2, and said I would have to perform a
            manual configure.
            >
            I suppose you're using a recent installer (older ones were broken in Vista
            and would not install anything, not evenPHP). Editing yourApache's
            httpd.conf file (with an elevated text editor) and appending these lines
            should be enough:
            >
            #PHP5
            LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
            AddType application/x-httpd-php.php
            >
            I'm afraid that didn't work. (But I was using php5apache2.dll which was
            in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
            >
            Anybody out there with a Vista PHP5 installation running properly,
            prepared to tell me what they did?
            I use this to setup the WAMP on the my boxes:
            http://www.witsuite.com/support/know...-installation/.
            Have tried Vista/IIS7/FastCGI/PHP, Apache/CGI/PHP, etc.

            Regards,
            Alex

            Comment

            • AnrDaemon

              #7
              Re: PHP5 install in Windows Vista

              Greetings, Alan M Dunsmuir.
              In reply to Your message dated Monday, May 12, 2008, 20:52:54,
              >>After having worked with Apache/MySQL/PHP for a year or so under Linux I
              >>need, purely for convenience, to set up a parallel platform under Windows.
              >>>
              >>Unfortunately , since I last did this (using Windows XP Pro) I've moved
              >>on to Windows Vista (Home Premium). MySQL and Apache2 have both
              >>installed satisfactorily, but I'm having problems with PHP5.
              >>>
              >>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
              >>Windows, which is supposed to automate the configuration process, but it
              >>reported failure to link to Apache2, and said I would have to perform a
              >>manual configure.
              >>
              >I suppose you're using a recent installer (older ones were broken in Vista
              >and would not install anything, not even PHP). Editing your Apache's
              >httpd.conf file (with an elevated text editor) and appending these lines
              >should be enough:
              >>
              ># PHP 5
              >LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
              >AddType application/x-httpd-php .php
              I'm afraid that didn't work. (But I was using php5apache2.dll which was
              in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
              You must use proper DLL from PHP installation, not from Apache.
              That probably was the case of failure.
              Anybody out there with a Vista PHP5 installation running properly,
              prepared to tell me what they did?
              It should work without problem. I just not know anyone who are using PHP
              installer to install PHP into Apache. It is faster and easier to do it by
              hands.

              What version of Apache server you are using by the way?
              And what the error message sounds for exact? (it should be in Apache
              error.log)


              --
              Sincerely Yours, AnrDaemon <anrdaemon@free mail.ru>

              Comment

              • Jerry Stuckle

                #8
                Re: PHP5 install in Windows Vista

                AnrDaemon wrote:
                Greetings, Alan M Dunsmuir.
                In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                >
                >>>After having worked with Apache/MySQL/PHP for a year or so under Linux I
                >>>need, purely for convenience, to set up a parallel platform under Windows.
                >>>>
                >>>Unfortunatel y, since I last did this (using Windows XP Pro) I've moved
                >>>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                >>>installed satisfactorily, but I'm having problems with PHP5.
                >>>>
                >>>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                >>>Windows, which is supposed to automate the configuration process, but it
                >>>reported failure to link to Apache2, and said I would have to perform a
                >>>manual configure.
                >>I suppose you're using a recent installer (older ones were broken in Vista
                >>and would not install anything, not even PHP). Editing your Apache's
                >>httpd.conf file (with an elevated text editor) and appending these lines
                >>should be enough:
                >>>
                >># PHP 5
                >>LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                >>AddType application/x-httpd-php .php
                >
                >I'm afraid that didn't work. (But I was using php5apache2.dll which was
                >in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                >
                You must use proper DLL from PHP installation, not from Apache.
                That probably was the case of failure.
                >
                Wrong again. Neither of these are supplied with Apache. Both come with
                PHP. One is for Apache 2.0-2.1, the other for Apache 2.2.
                >Anybody out there with a Vista PHP5 installation running properly,
                >prepared to tell me what they did?
                >
                It should work without problem. I just not know anyone who are using PHP
                installer to install PHP into Apache. It is faster and easier to do it by
                hands.
                >
                And wrong again. PHP and Apache do not work on Vista. Look back
                through here to see all of the problems people have had with it.
                What version of Apache server you are using by the way?
                And what the error message sounds for exact? (it should be in Apache
                error.log)
                >
                >

                --
                =============== ===
                Remove the "x" from my email address
                Jerry Stuckle
                JDS Computer Training Corp.
                jstucklex@attgl obal.net
                =============== ===

                Comment

                • alex.w474

                  #9
                  Re: PHP5 install in Windows Vista

                  On Jun 8, 10:18 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                  AnrDaemon wrote:
                  Greetings, Alan M Dunsmuir.
                  In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                  >
                  >>After having worked withApache/MySQL/PHPfor a year or so under Linux I
                  >>need, purely for convenience, to set up a parallel platform under Windows.
                  >
                  >>Unfortunately , since I last did this (using Windows XP Pro) I've moved
                  >>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                  >>installed satisfactorily, but I'm having problems with PHP5.
                  >
                  >>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                  >>Windows, which is supposed to automate the configuration process, but it
                  >>reported failure to link to Apache2, and said I would have to perform a
                  >>manual configure.
                  >I suppose you're using a recent installer (older ones were broken in Vista
                  >and would not install anything, not evenPHP). Editing yourApache's
                  >httpd.conf file (with an elevated text editor) and appending these lines
                  >should be enough:
                  >
                  >#PHP5
                  >LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                  >AddType application/x-httpd-php.php
                  >
                  I'm afraid that didn't work. (But I was using php5apache2.dll which was
                  in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                  >
                  You must use proper DLL fromPHPinstalla tion, not fromApache.
                  That probably was the case of failure.
                  >
                  Wrong again. Neither of these are supplied withApache. Both come withPHP. One is forApache2.0-2.1, the other forApache2.2.
                  >
                  Anybody out there with a Vista PHP5 installation running properly,
                  prepared to tell me what they did?
                  >
                  It should work without problem. I just not know anyone who are usingPHP
                  installer to installPHPintoA pache. It is faster and easier to do it by
                  hands.
                  >
                  And wrong again. PHPandApachedo not work on Vista. Look back
                  through here to see all of the problems people have had with it.
                  BTW, you can use IIS FastCGI and PHP on Vista, as described here:


                  Regards,
                  Alex

                  Comment

                  • Jerry Stuckle

                    #10
                    Re: PHP5 install in Windows Vista

                    alex.w474 wrote:
                    On Jun 8, 10:18 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                    >AnrDaemon wrote:
                    >>Greetings, Alan M Dunsmuir.
                    >>In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                    >>>>>After having worked withApache/MySQL/PHPfor a year or so under Linux I
                    >>>>>need, purely for convenience, to set up a parallel platform under Windows.
                    >>>>>Unfortunat ely, since I last did this (using Windows XP Pro) I've moved
                    >>>>>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                    >>>>>installe d satisfactorily, but I'm having problems with PHP5.
                    >>>>>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                    >>>>>Windows, which is supposed to automate the configuration process, but it
                    >>>>>reported failure to link to Apache2, and said I would have to perform a
                    >>>>>manual configure.
                    >>>>I suppose you're using a recent installer (older ones were broken in Vista
                    >>>>and would not install anything, not evenPHP). Editing yourApache's
                    >>>>httpd.con f file (with an elevated text editor) and appending these lines
                    >>>>should be enough:
                    >>>>#PHP5
                    >>>>LoadModul e php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                    >>>>AddType application/x-httpd-php.php
                    >>>I'm afraid that didn't work. (But I was using php5apache2.dll which was
                    >>>in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                    >>You must use proper DLL fromPHPinstalla tion, not fromApache.
                    >>That probably was the case of failure.
                    >Wrong again. Neither of these are supplied withApache. Both come withPHP. One is forApache2.0-2.1, the other forApache2.2.
                    >>
                    >>>Anybody out there with a Vista PHP5 installation running properly,
                    >>>prepared to tell me what they did?
                    >>It should work without problem. I just not know anyone who are usingPHP
                    >>installer to installPHPintoA pache. It is faster and easier to do it by
                    >>hands.
                    >And wrong again. PHPandApachedo not work on Vista. Look back
                    >through here to see all of the problems people have had with it.
                    >
                    BTW, you can use IIS FastCGI and PHP on Vista, as described here:

                    >
                    Regards,
                    Alex
                    >
                    It's a great idea, Alex. But there have been a lot of people with problems.

                    --
                    =============== ===
                    Remove the "x" from my email address
                    Jerry Stuckle
                    JDS Computer Training Corp.
                    jstucklex@attgl obal.net
                    =============== ===

                    Comment

                    • Jerry Stuckle

                      #11
                      Re: PHP5 install in Windows Vista

                      alex.w474 wrote:
                      On Jun 8, 10:18 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                      >AnrDaemon wrote:
                      >>Greetings, Alan M Dunsmuir.
                      >>In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                      >>>>>After having worked withApache/MySQL/PHPfor a year or so under Linux I
                      >>>>>need, purely for convenience, to set up a parallel platform under Windows.
                      >>>>>Unfortunat ely, since I last did this (using Windows XP Pro) I've moved
                      >>>>>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                      >>>>>installe d satisfactorily, but I'm having problems with PHP5.
                      >>>>>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                      >>>>>Windows, which is supposed to automate the configuration process, but it
                      >>>>>reported failure to link to Apache2, and said I would have to perform a
                      >>>>>manual configure.
                      >>>>I suppose you're using a recent installer (older ones were broken in Vista
                      >>>>and would not install anything, not evenPHP). Editing yourApache's
                      >>>>httpd.con f file (with an elevated text editor) and appending these lines
                      >>>>should be enough:
                      >>>>#PHP5
                      >>>>LoadModul e php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                      >>>>AddType application/x-httpd-php.php
                      >>>I'm afraid that didn't work. (But I was using php5apache2.dll which was
                      >>>in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                      >>You must use proper DLL fromPHPinstalla tion, not fromApache.
                      >>That probably was the case of failure.
                      >Wrong again. Neither of these are supplied withApache. Both come withPHP. One is forApache2.0-2.1, the other forApache2.2.
                      >>
                      >>>Anybody out there with a Vista PHP5 installation running properly,
                      >>>prepared to tell me what they did?
                      >>It should work without problem. I just not know anyone who are usingPHP
                      >>installer to installPHPintoA pache. It is faster and easier to do it by
                      >>hands.
                      >And wrong again. PHPandApachedo not work on Vista. Look back
                      >through here to see all of the problems people have had with it.
                      >
                      BTW, you can use IIS FastCGI and PHP on Vista, as described here:

                      >
                      Regards,
                      Alex
                      >
                      And BTW - I was referring to Apache and PHP - Apache is much superior to
                      IIS in many ways.

                      --
                      =============== ===
                      Remove the "x" from my email address
                      Jerry Stuckle
                      JDS Computer Training Corp.
                      jstucklex@attgl obal.net
                      =============== ===

                      Comment

                      • alex.w474

                        #12
                        Re: PHP5 install in Windows Vista

                        On Jun 12, 10:45 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                        alex.w474 wrote:
                        On Jun 8, 10:18 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                        AnrDaemon wrote:
                        >Greetings, Alan M Dunsmuir.
                        >In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                        >>>>After having worked withApache/MySQL/PHPfor a year or so under Linux I
                        >>>>need, purely for convenience, to set up a parallel platform under Windows.
                        >>>>Unfortunate ly, since I last did this (using Windows XP Pro) I've moved
                        >>>>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                        >>>>installed satisfactorily, but I'm having problems with PHP5.
                        >>>>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                        >>>>Windows, which is supposed to automate the configuration process, but it
                        >>>>reported failure to link to Apache2, and said I would have to perform a
                        >>>>manual configure.
                        >>>I suppose you're using a recent installer (older ones were broken in Vista
                        >>>and would not install anything, not evenPHP). Editing yourApache's
                        >>>httpd.conf file (with an elevated text editor) and appending these lines
                        >>>should be enough:
                        >>>#PHP5
                        >>>LoadModule php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                        >>>AddType application/x-httpd-php.php
                        >>I'm afraid that didn't work. (But I was using php5apache2.dll which was
                        >>in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                        >You must use proper DLL fromPHPinstalla tion, not fromApache.
                        >That probably was the case of failure.
                        Wrong again. Neither of these are supplied withApache. Both come withPHP. One is forApache2.0-2.1, the other forApache2.2.
                        >
                        >>Anybody out there with a Vista PHP5 installation running properly,
                        >>prepared to tell me what they did?
                        >It should work without problem. I just not know anyone who are usingPHP
                        >installer to installPHPintoA pache. It is faster and easier to do it by
                        >hands.
                        And wrong again. PHPandApachedo not work on Vista. Look back
                        through here to see all of the problems people have had with it.
                        >
                        BTW, you can use IIS FastCGI and PHP on Vista, as described here:
                        http://www.witsuite.com/support/know...nstallation/in...
                        >
                        Regards,
                        Alex
                        >
                        And BTW - I was referring to Apache and PHP - Apache is much superior to
                        IIS in many ways.
                        :-) It's a matter of compromise - non-working apache with PHP on vista
                        or non-superior, with problems, but working IIS with PHP.

                        Comment

                        • Jerry Stuckle

                          #13
                          Re: PHP5 install in Windows Vista

                          alex.w474 wrote:
                          On Jun 12, 10:45 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                          >alex.w474 wrote:
                          >>On Jun 8, 10:18 pm, Jerry Stuckle <jstuck...@attg lobal.netwrote:
                          >>>AnrDaemon wrote:
                          >>>>Greetings , Alan M Dunsmuir.
                          >>>>In reply to Your message dated Monday, May 12, 2008, 20:52:54,
                          >>>>>>>After having worked withApache/MySQL/PHPfor a year or so under Linux I
                          >>>>>>>need, purely for convenience, to set up a parallel platform under Windows.
                          >>>>>>>Unfortun ately, since I last did this (using Windows XP Pro) I've moved
                          >>>>>>>on to Windows Vista (Home Premium). MySQL and Apache2 have both
                          >>>>>>>installe d satisfactorily, but I'm having problems with PHP5.
                          >>>>>>>I downloaded the PHP5 Windows installer (the .msi file) for 32-bit
                          >>>>>>>Window s, which is supposed to automate the configuration process, but it
                          >>>>>>>report ed failure to link to Apache2, and said I would have to perform a
                          >>>>>>>manual configure.
                          >>>>>>I suppose you're using a recent installer (older ones were broken in Vista
                          >>>>>>and would not install anything, not evenPHP). Editing yourApache's
                          >>>>>>httpd.con f file (with an elevated text editor) and appending these lines
                          >>>>>>should be enough:
                          >>>>>>#PHP5
                          >>>>>>LoadModul e php5_module "C:\Program Files\PHP\php5a pache2_2.dll"
                          >>>>>>AddType application/x-httpd-php.php
                          >>>>>I'm afraid that didn't work. (But I was using php5apache2.dll which was
                          >>>>>in my Apache2 installation, rather than php5apache2_2.d ll, which wasn't.)
                          >>>>You must use proper DLL fromPHPinstalla tion, not fromApache.
                          >>>>That probably was the case of failure.
                          >>>Wrong again. Neither of these are supplied withApache. Both come withPHP. One is forApache2.0-2.1, the other forApache2.2.
                          >>>>>Anybody out there with a Vista PHP5 installation running properly,
                          >>>>>prepared to tell me what they did?
                          >>>>It should work without problem. I just not know anyone who are usingPHP
                          >>>>installer to installPHPintoA pache. It is faster and easier to do it by
                          >>>>hands.
                          >>>And wrong again. PHPandApachedo not work on Vista. Look back
                          >>>through here to see all of the problems people have had with it.
                          >>BTW, you can use IIS FastCGI and PHP on Vista, as described here:
                          >>http://www.witsuite.com/support/know...nstallation/in...
                          >>Regards,
                          >>Alex
                          >And BTW - I was referring to Apache and PHP - Apache is much superior to
                          >IIS in many ways.
                          >
                          :-) It's a matter of compromise - non-working apache with PHP on vista
                          or non-superior, with problems, but working IIS with PHP.
                          >
                          No compromise necessary. Don't use Vista.

                          --
                          =============== ===
                          Remove the "x" from my email address
                          Jerry Stuckle
                          JDS Computer Training Corp.
                          jstucklex@attgl obal.net
                          =============== ===

                          Comment

                          Working...