php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7462 Zlib support broken
Submitted: 2000-10-25 15:45 UTC Modified: 2001-05-11 21:21 UTC
From: mrobinso@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (25/10/2000) OS: RHL7.0
Private report: No CVE-ID: None
 [2000-10-25 15:45 UTC] mrobinso@php.net
Self-explanatory me thinks:

zlib.c: In function `gz_seeker':
zlib.c:787: incompatible type for argument 2 of `gzseek'
zlib.c: At top level:
zlib.c:802: warning: initialization from incompatible pointer type
zlib.c: In function `zlib_fopen_wrapper':
zlib.c:831: warning: return makes pointer from integer without a cast
make[3]: *** [zlib.lo] Error 1
make[3]: Leaving directory `/usr/src/php4-200010251045/ext/zlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php4-200010251045/ext/zlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4-200010251045/ext'
make: *** [all-recursive] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-25 22:19 UTC] mrobinso@php.net
dupe of 7461, sorry.
.mike
 [2001-05-11 21:21 UTC] sniper@php.net
Should be fixed..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 16:01:31 2024 UTC