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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC