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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 03:01:29 2024 UTC