Mantis - Quercus
Viewing Issue Advanced Details
2776 major always 07-08-08 14:07 07-10-08 11:36
mingfai  
nam  
normal  
closed 3.1.6  
fixed  
none    
none 3.2.0  
0002776: web.xml sample init-param is incorrect
by default, the web.xml has a commented init-param as follows:
<!--
<init-param>
      <param-name>php-ini-file</param-name>
      <param-value>WEB-INF/php.ini</param-value>
</init-param>
-->

it's very misleading as the correct parameter is now :
      <param-name>ini-file</param-name>

Reference
http://bugs.caucho.com/view.php?id=2605 [^]

There are no notes attached to this issue.