php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #72631 Missing "uninstall" Makefile target
Submitted: 2016-07-20 15:44 UTC Modified: 2016-11-13 14:01 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: strk at kbt dot io Assigned:
Status: Wont fix Package: *Compile Issues
PHP Version: 7.1Git-2016-07-20 (Git) OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: strk at kbt dot io
New email:
PHP Version: OS:

 

 [2016-07-20 15:44 UTC] strk at kbt dot io
Description:
------------
There is no "make uninstall" support, making uninstalling PHP more complex than it could be if such target was supported.

The same applies to extension built via "phpize", also not creating an "uninstall" target in the Makefile (not sure if it's related).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-13 14:01 UTC] krakjoe@php.net
-Status: Open +Status: Wont fix
 [2016-11-13 14:01 UTC] krakjoe@php.net
This is a purposeful omission.

Un-installation is too complex a task for a makefile to carry out, it needs to be performed by package managers and such, if it's going to be performed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC