php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9389 File names with '-' causes problems
Submitted: 2001-02-21 20:35 UTC Modified: 2001-02-24 15:56 UTC
From: amra at us dot ibm dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: OS400
Private report: No CVE-ID: None
 [2001-02-21 20:35 UTC] amra at us dot ibm dot com
File names that contain a dash (-) in the name causes problems.  A request to rename all files that have dashes in the name.

The only ones that I have found so far in my limited compiling are:

main/fopen-wrappers.c
main/fopen-wrappers.h

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-22 14:12 UTC] hholzgra@php.net
complete list:

./Zend/zend-parser.c
./Zend/zend-parser.h
./Zend/zend-scanner.c
./ext/mysql/libmysql/config-win.h
./main/fopen-wrappers.c
./main/fopen-wrappers.h
./main/build-defs.h
./build-defs.h


s/-/_/ would be ok
 [2001-02-23 15:13 UTC] amra at us dot ibm dot com
FYI...it seems that header files with dashes are ok, it is just the C files that are a poblem.
 [2001-02-24 15:56 UTC] sas@php.net
I've renamed the single remaining C source file which contained a dash. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC