php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12460 ZLIBG(v) redefined in ext/zlib/php_zlib.h
Submitted: 2001-07-29 20:14 UTC Modified: 2001-07-30 06:08 UTC
From: teo at gecadsoftware dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-07-29 OS: SuSE 7.1
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: teo at gecadsoftware dot com
New email:
PHP Version: OS:

 

 [2001-07-29 20:14 UTC] teo at gecadsoftware dot com
In file included from zlib.c:48:

php_zlib.h:74: warning: `ZLIBG' redefined

php_zlib.h:73: warning: this is the location of the previous definition

zlib.c: In function `php_zlib_init_globals':

zlib.c:152: `zend_zlib_globals' undeclared (first use in this function)



[so on]

teo:/usr/src/php4-200107291635 # cat config.nice

#! /bin/sh

#

# Created by configure



'./configure' \

'--with-apxs2=/usr/local/apache2/bin/apxs' \

'--enable-debug' \

'--with-xslt-sablot' \

'--with-zlib' \

'--with-dom' \

'--with-mysql=/usr/local' \

'--disable-posix' \

'--enable-trans-sid' \

'--enable-shmop' \

'--enable-sockets' \

'--enable-wddx' \

"$@"



teo:/usr/src/php4-200107291635 # /usr/local/apache2/bin/httpd -v

Server version: Apache/2.0.23-dev

Server built:   Jul 30 2001 01:04:48


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-30 06:08 UTC] sniper@php.net
Works now just fine. Please grab the latest snapshot.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 30 06:01:26 2025 UTC