Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145540 Details for
Bug 222557
pear uninstall --register-only remove file : it should not
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch against Installer.php for PEAR 1.4.9
php-pear-1.4.9-installer.patch (text/plain), 1.15 KB, created by
Remi Collet
on 2007-01-14 06:10:29 UTC
(
hide
)
Description:
patch against Installer.php for PEAR 1.4.9
Filename:
MIME Type:
Creator:
Remi Collet
Created:
2007-01-14 06:10:29 UTC
Size:
1.15 KB
patch
obsolete
>--- PEAR/Installer.php.orig 2007-01-11 18:19:23.000000000 +0100 >+++ PEAR/Installer.php 2007-01-11 18:20:33.000000000 +0100 >@@ -1400,6 +1400,7 @@ > * @param array Command-line options. Possibilities include: > * > * - installroot: base installation dir, if not the default >+ * - register-only : update registry but don't remove files > * - nodeps: do not process dependencies of other packages to ensure > * uninstallation does not break things > */ >@@ -1464,6 +1465,8 @@ > $this->log(0, $e[0]); > } > } >+ // pretty much nothing happens if we are only registering the uninstall >+ if (empty($options['register-only'])) { > // {{{ Delete the files > $this->startFileTransaction(); > PEAR::pushErrorHandling(PEAR_ERROR_RETURN); >@@ -1505,6 +1508,7 @@ > } > } > // }}} >+ } > > $this->configSet('default_channel', $savechannel); > // Register that the package is no longer installed >@@ -1589,4 +1593,4 @@ > } > // }}} > >-?> >\ Pas de fin de ligne à la fin du fichier. >+?>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222557
: 145540 |
145541