php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13484 ERROR in tsrm_virtual_cwd.c & .h
Submitted: 2001-09-28 14:39 UTC Modified: 2001-10-21 13:33 UTC
From: joseph_fisher at non dot hp dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: HP-UX 11.x
Private report: No CVE-ID: None
 [2001-09-28 14:39 UTC] joseph_fisher at non dot hp dot com
When I attempted to compile, the "make" routine errored out on the tsrm_virtual_cwd.c file...

The error actually told me to modify all references of "mode_t" to "int", in the tsrm_virtual_cwd.c file...

After making this change, the compile errored out one more time, because the definitions in the .h file didn't match the newly modified .c file...

After modifying the .h file, the compile completed successfully...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-01 23:26 UTC] sniper@php.net
Does this happen with latest CVS snapshot from http://snaps.php.net/ ? (there have been a lot of fixes on the code related to this)

 [2001-10-21 13:33 UTC] sander@php.net
No feedback. Probably fixed in CVS. Closing.
Reopen if the problem still occurs using latest CVS (http://snaps.php.net/).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 22:01:30 2025 UTC