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
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: amra at us dot ibm dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 08:01:27 2025 UTC