php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15748 make clean does not empty the modules dir
Submitted: 2002-02-27 00:26 UTC Modified: 2002-06-19 13:58 UTC
From: zeekamotay at hotmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: RedHat 7.0
Private report: No CVE-ID: None
 [2002-02-27 00:26 UTC] zeekamotay at hotmail dot com
Neither "make clean" nor "make distclean" empty the modules dir.

./configure --with-imap=shared --with-zlib=shared
make
make install

This gives you imap.so and zlib.so in your extension dir, as expected. Now, suppose you decide you didn't want to do that, and you rebuild:

make distclean
./configure --with-imap --with-zlib
make
make install

You'll get fresh copies of the previously compiled and now useless modules in your extension dir because the make distclean never deleted them.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 18:38 UTC] sniper@php.net
Fixed in CVS. Fix will be in PHP 4.2.0.

--Jani

 [2002-06-19 12:10 UTC] zeekamotay at hotmail dot com
PHP 4.2.1 still exhibits this problem.
 [2002-06-19 12:43 UTC] mfischer@php.net
Please try http://snaps.php.net/php4-latest.tar.gz and see if it works for you, thx.
 [2002-06-19 13:56 UTC] zeekamotay at hotmail dot com
Yup, that works ok. Thanks.
 [2002-06-19 13:58 UTC] derick@php.net
closing then
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 01 13:00:03 2025 UTC