php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21171 config0.m4 instead of config.m4 in ext/zlib/ - phpize fails
Submitted: 2002-12-24 03:35 UTC Modified: 2002-12-24 03:40 UTC
From: tony2001 at ua dot fm Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.0RC4 OS: Doesn't matetr
Private report: No CVE-ID: None
 [2002-12-24 03:35 UTC] tony2001 at ua dot fm
in ext/zlib file config.m4 is named config0.m4, so phpize fails.
renaming config0.m4 to config.m4 solves the problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-24 03:40 UTC] derick@php.net
This is as it should be, just dont try to phpize the zlib extension as a lot of other stuff in PHP depends on it anyway. Work is in progress to disallow building zlib as an shared extension too.

Derick
 [2002-12-24 03:48 UTC] tony2001 at ua dot fm
hmm..
sounds rather strange, cause today I've found that I forgot to build zlib at all and when I tried to phpize it - I've found this.
but "lot of other stuff in PHP" worked allright for several months.
I think this should be covered at least in README for this extension.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 01:01:30 2024 UTC