Mantis - Quercus
Viewing Issue Advanced Details
4037 minor always 05-12-10 10:31 05-13-10 00:17
emil  
nam  
normal  
closed 4.0.7  
fixed  
none    
none 4.0.7  
0004037: error_display in php.ini
(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!

Notes
(0004572)
nam   
05-13-10 00:17   
php/180w