php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13485 ERROR in tsrm_virtual_cwd.c & .h
Submitted: 2001-09-28 14:39 UTC Modified: 2001-10-01 23:27 UTC
From: joseph_fisher at non dot hp dot com Assigned:
Status: Not a bug 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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-01 23:27 UTC] sniper@php.net
submitted twice
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 22:01:31 2024 UTC