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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 7 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 19:01:31 2024 UTC