Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP extension installation on Windows

Ever Olano
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP extension installation on Windows


On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com> 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
Good Man
Guest
 
Posts: n/a
#3: Jul 17 '05

re: PHP extension installation on Windows


Andy Hassall <andy@andyh.co.uk> wrote in
news:76bhc05172ok7du2asepmpiaimn8d0jidl@4ax.com:
[color=blue]
> On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com>
> 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)....
Ever Olano
Guest
 
Posts: n/a
#4: Jul 17 '05

re: PHP extension installation on Windows


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

"Good Man" <heyho@letsgo.com> wrote in message
news:Xns95049B5F4D0ACsonicyouth@216.196.97.132...[color=blue]
> Andy Hassall <andy@andyh.co.uk> wrote in
> news:76bhc05172ok7du2asepmpiaimn8d0jidl@4ax.com:
>[color=green]
> > On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com>
> > 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]


Closed Thread