Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4037 | minor | always | 05-12-10 10:31 | 05-13-10 00:17 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.7 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.7 | ||
|
|||||
Summary: | 0004037: error_display in php.ini | ||||
Description: |
(rep by wml via forum) If I put error_reporting(E_ALL) in my code, I got like -> Notice: $var is an undefined variable But if I put error_display=E_ALL in the php.ini, nothing appear ! I have specified the php.ini location in the servlet <servlet> <servlet-name>Quercus Servlet</servlet-name> <servlet-class>com.caucho.quercus.servlet.QuercusServlet</servlet-class> <init-param> <param-name>ini-file</param-name> <param-value>/WEB-INF/php.ini</param-value> </init-param> </servlet> and the following is working session.auto_start=on So what is wrong with my php.ini file! |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|