php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23743 Long name scripts
Submitted: 2003-05-21 16:10 UTC Modified: 2003-05-21 16:35 UTC
From: vguzman at yahoo dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.3.1 OS: Suse 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vguzman at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-05-21 16:10 UTC] vguzman at yahoo dot com
PHP compiled as CGI
I've got a script named suscripcion.php
In the log file, I get the following error:

PHP Fatal error:  Unknown(): Unable to open /usr/local/apache/htdocs/laperdida/administrador/suscripi^B in Unknown on line 0

If I change the script's name to:
suscripc.php everything works fine.

CGI module is limited to 8-3 format?

If I try in the command prompt:
/usr/local/apache/cgi-bin/php /usr/local/apache/htdocs/laperdida/administrador/suscripcion.php

It works, so I think Apache is sending the wrong url to php.

Thanks in advance

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-21 16:33 UTC] vguzman at yahoo dot com
I upgraded to the latest release (4.3.2RC3), and evrything is ok now.
 [2003-05-21 16:35 UTC] sniper@php.net
Fixed -> Closed then.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC