php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11275 reentrancy.c:106: too few arguments to function `readdir_r'
Submitted: 2001-06-04 21:36 UTC Modified: 2001-06-18 20:33 UTC
From: mhx at mhx dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Freebsd4.3
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: mhx at mhx dot ca
New email:
PHP Version: OS:

 

 [2001-06-04 21:36 UTC] mhx at mhx dot ca
TF8 -DXML_BYTE_ORDER=12 -g -O2  -c reentrancy.c && touch reentrancy.lo
reentrancy.c: In function `php_readdir_r':
reentrancy.c:106: too few arguments to function `readdir_r'
*** Error code 1

Stop in /usr/home/mhx/php-4.0.5/main.
*** Error code 1

Stop in /usr/home/mhx/php-4.0.5/main.
*** Error code 1

Stop in /usr/home/mhx/php-4.0.5.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-05 00:57 UTC] sniper@php.net
What was the configure line you used?
Also, what does this output:

# grep READDIR main/php_config.h

Reason for this error is, that for some reason
in your system the configure detects that you don't
have POSIX readdir in your system BUT that you have 
old style readdir_r..

--Jani

 [2001-06-18 20:33 UTC] sniper@php.net
No feedback (And only report about this problem..)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC