php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2935 adition bug id:2900
Submitted: 1999-12-08 09:07 UTC Modified: 2001-02-10 15:17 UTC
From: antonin dot rozehnal at intax dot cz Assigned:
Status: Closed Package: Compile Warning
PHP Version: 3.0.12 OS: AIX 4.2
Private report: No CVE-ID: None
 [1999-12-08 09:07 UTC] antonin dot rozehnal at intax dot cz
8.12.99
I repeated each steps again (as I decribed in id:2900)
I noticed a warning messages during PHP compilation:

gcc -O2 -O2   -I. -I.   -I../APACHE_1.3.9/src/include -I../APACHE_1.3.9/src/os/u
nix                     -c functions/filestat.c -o functions/filestat.o
gcc -O2 -O2   -I. -I.   -I../APACHE_1.3.9/src/include -I../APACHE_1.3.9/src/os/u
nix                     -c functions/formatted_print.c -o functions/formatted_pr
int.o
gcc -O2 -O2   -I. -I.   -I../APACHE_1.3.9/src/include -I../APACHE_1.3.9/src/os/u
nix                     -c functions/fsock.c -o functions/fsock.o
functions/fsock.c: In function `connect_nonb':
functions/fsock.c:209: warning: passing arg 5 of `getsockopt' from incompatible
pointer type
gcc -O2 -O2   -I. -I.   -I../APACHE_1.3.9/src/include -I../APACHE_1.3.9/src/os/u
nix                     -c functions/gd.c -o functions/gd.o
gcc -O2 -O2   -I. -I.   -I../APACHE_1.3.9/src/include -I../APACHE_1.3.9/src/os/u
nix                     -c functions/head.c -o functions/head.o
...................
...................

is it O.K.?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:17 UTC] jimw@php.net
this is harmless.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC