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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 10:01:29 2025 UTC