php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #102 compiler warning
Submitted: 1998-02-24 20:55 UTC Modified: 1998-02-25 18:32 UTC
From: jon at clearink dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Latest CVS OS: solaris 2.5.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: jon at clearink dot com
New email:
PHP Version: OS:

 

 [1998-02-24 20:55 UTC] jon at clearink dot com
gcc -O2 -I. -I/usr/local/include            -g -Wall   -c functions/basic_functi
ons.c -o functions/basic_functions.o
functions/basic_functions.c: In function `php3_usleep':
functions/basic_functions.c:814: warning: implicit declaration of function `usle
ep'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-25 18:32 UTC] zeev
This is a known problem with the Solaris 2.5.x header files.
It doesn't have any practical effect.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC