Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2742 | minor | always | 06-18-08 09:20 | 06-19-08 14:14 | |
|
|||||
Reporter: | kubazygmunt | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|||||
Summary: | 0002742: include. include_once don't return a Boolean value | ||||
Description: |
In Quercus when the file is included a value NullValue.NULL is being returned. ( if file does not exist we get an error message but still value.Null is passed ) In php we have TRUE or FALSE depending whether file exists or not |
||||
Steps To Reproduce: | |||||
Additional Information: |
PHP information: http://uk.php.net/manual/en/function.include.php [^] Affected code is: package com.caucho.quercus.env; Env.java line: 3834 method: public Value include(Path scriptPwd, String include, boolean isRequire, boolean isOnce) { ... } |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|