php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #41606 special exception when include fail
Submitted: 2007-06-06 07:07 UTC Modified: 2007-06-06 13:58 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: fxbois at gmail dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.2.3 OS: Linux
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: fxbois at gmail dot com
New email:
PHP Version: OS:

 

 [2007-06-06 07:07 UTC] fxbois at gmail dot com
Description:
------------
Hi,

handling include failure cleanly is quite difficult.

Would it be possible to emit a special Exception (IncludeException) when an include fails.

Perhaps it would necessary to add a special ini : failed_inclusion_emits_exception (true|false).

Thanx in advance

fx


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-06 08:51 UTC] johannes@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

No, we won\'t add new ini settings which change the behaviour.
 [2007-06-06 13:58 UTC] fxbois at gmail dot com
so, we have to do a file_exists to be sure that the file exists ... it is 2 I/O operation when we could only have one
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 11:01:29 2024 UTC