PHP extension installation on Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ever Olano

    #1

    PHP extension installation on Windows

    Hi, there. If you were to install a PHP extension on Windows, in what form
    would you want the installation to be? Would you want a graphical installer
    such as InstallShield or MS Windows Installer? Or would regular copying
    into ext directory and doing automake stuff do (make install, etc.) suffice
    or in fact be more fitting?

    Thanks!


  • Andy Hassall

    #2
    Re: PHP extension installation on Windows

    On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.co m> wrote:
    [color=blue]
    >Hi, there. If you were to install a PHP extension on Windows, in what form
    >would you want the installation to be? Would you want a graphical installer
    >such as InstallShield or MS Windows Installer? Or would regular copying
    >into ext directory and doing automake stuff do (make install, etc.) suffice
    >or in fact be more fitting?[/color]

    DLL in a zip file with instructions and some sample files has been fine for me
    for the 3rd-party extensions I've used. I'd be a bit wary of an installer
    trying to do something "clever" with my setup.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

    Comment

    • Good Man

      #3
      Re: PHP extension installation on Windows

      Andy Hassall <andy@andyh.co. uk> wrote in
      news:76bhc05172 ok7du2asepmpiai mn8d0jidl@4ax.c om:
      [color=blue]
      > On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.co m>
      > wrote:
      >[color=green]
      >>Hi, there. If you were to install a PHP extension on Windows, in what
      >>form would you want the installation to be? Would you want a
      >>graphical installer such as InstallShield or MS Windows Installer? Or
      >>would regular copying into ext directory and doing automake stuff do
      >>(make install, etc.) suffice or in fact be more fitting?[/color]
      >
      > DLL in a zip file with instructions and some sample files has been
      > fine for me
      > for the 3rd-party extensions I've used. I'd be a bit wary of an
      > installer trying to do something "clever" with my setup.[/color]


      i agree... with Installers, we're never quite sure EXACTLY what's being
      installed (spyware, registry entries, etc etc)....

      Comment

      • Ever Olano

        #4
        Re: PHP extension installation on Windows

        Thank you guys for your inputs. I really appreciate it!

        "Good Man" <heyho@letsgo.c om> wrote in message
        news:Xns95049B5 F4D0ACsonicyout h@216.196.97.13 2...[color=blue]
        > Andy Hassall <andy@andyh.co. uk> wrote in
        > news:76bhc05172 ok7du2asepmpiai mn8d0jidl@4ax.c om:
        >[color=green]
        > > On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.co m>
        > > wrote:
        > >[color=darkred]
        > >>Hi, there. If you were to install a PHP extension on Windows, in what
        > >>form would you want the installation to be? Would you want a
        > >>graphical installer such as InstallShield or MS Windows Installer? Or
        > >>would regular copying into ext directory and doing automake stuff do
        > >>(make install, etc.) suffice or in fact be more fitting?[/color]
        > >
        > > DLL in a zip file with instructions and some sample files has been
        > > fine for me
        > > for the 3rd-party extensions I've used. I'd be a bit wary of an
        > > installer trying to do something "clever" with my setup.[/color]
        >
        >
        > i agree... with Installers, we're never quite sure EXACTLY what's being
        > installed (spyware, registry entries, etc etc)....[/color]


        Comment

        Working...