problem uninstalling php

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

    problem uninstalling php

    I am using php 5 with apache server to run a website.I want to
    uninstall php. when I try to do it the right way, by going to windows
    programs and feature option php uninstaller throws an error and shuts
    down.The uninstall does not complete.If i try to repair php i get the
    same error.Is there any way of uinstalling ?Shall i just delete the
    files??
  • Erwin Moller

    #2
    Re: problem uninstalling php

    pc wrote:
    I am using php 5 with apache server to run a website.I want to
    uninstall php. when I try to do it the right way, by going to windows
    programs and feature option php uninstaller throws an error and shuts
    down.The uninstall does not complete.If i try to repair php i get the
    same error.Is there any way of uinstalling ?Shall i just delete the
    files??
    If you ask me, you installed it the wrong way to start with, using the
    installer, which sucks.
    Never install PHP like that, you won't be able to load any dlls by
    uncommenting them in php.ini.
    DO yourself a favor, and install PHP by hand next time.

    As for the solution? I don't know. I am used to having lots of buggy
    uninstalls in all my Windoze machines.
    Ask Balmer. ;-)

    Regards,
    Erwin Moller

    Comment

    • Jerry Stuckle

      #3
      Re: problem uninstalling php

      Erwin Moller wrote:
      pc wrote:
      >I am using php 5 with apache server to run a website.I want to
      >uninstall php. when I try to do it the right way, by going to windows
      >programs and feature option php uninstaller throws an error and shuts
      >down.The uninstall does not complete.If i try to repair php i get the
      >same error.Is there any way of uinstalling ?Shall i just delete the
      >files??
      >
      If you ask me, you installed it the wrong way to start with, using the
      installer, which sucks.
      Never install PHP like that, you won't be able to load any dlls by
      uncommenting them in php.ini.
      DO yourself a favor, and install PHP by hand next time.
      >
      Wrong - I've installed it using the installer on Windows and can load
      DLL's just fine. All I do is uncomment them. But I do agree the
      installer is not the best.

      The biggest problem is not all DLL's are set with the installed.
      As for the solution? I don't know. I am used to having lots of buggy
      uninstalls in all my Windoze machines.
      Ask Balmer. ;-)
      >
      Regards,
      Erwin Moller
      >
      Welcome to Windows...

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

      Comment

      • Jerry Stuckle

        #4
        Re: problem uninstalling php

        pc wrote:
        I am using php 5 with apache server to run a website.I want to
        uninstall php. when I try to do it the right way, by going to windows
        programs and feature option php uninstaller throws an error and shuts
        down.The uninstall does not complete.If i try to repair php i get the
        same error.Is there any way of uinstalling ?Shall i just delete the
        files??
        >
        Did you stop Apache before trying to uninstall it? You also may have to
        manually change the httpd.conf file when uninstalling.

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

        Comment

        Working...