This is a discussion on PHP extension installation on Windows within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, there. If you were to install a PHP extension on Windows, in what form would you want the installation ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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! |
|
|||
|
On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com> wrote:
>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? 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 |
|
|||
|
Andy Hassall <andy@andyh.co.uk> wrote in
news:76bhc05172ok7du2asepmpiaimn8d0jidl@4ax.com: > On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com> > wrote: > >>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? > > 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. i agree... with Installers, we're never quite sure EXACTLY what's being installed (spyware, registry entries, etc etc).... |
|
|||
|
Thank you guys for your inputs. I really appreciate it!
"Good Man" <heyho@letsgo.com> wrote in message news:Xns95049B5F4D0ACsonicyouth@216.196.97.132... > Andy Hassall <andy@andyh.co.uk> wrote in > news:76bhc05172ok7du2asepmpiaimn8d0jidl@4ax.com: > > > On Thu, 10 Jun 2004 11:26:11 -0700, "Ever Olano" <ever@nospam.com> > > wrote: > > > >>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? > > > > 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. > > > i agree... with Installers, we're never quite sure EXACTLY what's being > installed (spyware, registry entries, etc etc).... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|