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
 [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 Mar 29 00:01:28 2024 UTC