Mantis - Quercus
Viewing Issue Advanced Details
2069 major always 10-14-07 22:14 10-15-07 12:26
jims  
ferg  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002069: Resolution in Bug 2052 does *not* work: RE: Quercus, Unicode, Drupal reporting PCRE version invalid
In bug 2052, the suggested resolution was to enable unicode semantics with the following resin-web.xml file, to make Drupal work:

<web-app xmlns="http://caucho.com/ns/resin"> [^] [^]
  <servlet-mapping url-pattern="*.php"
                   servlet-class="com.caucho.quercus.servlet.QuercusServlet">
    <init>
      <php-ini>
        <unicode.semantics>on</unicode.semantics>
        <unicode.runtime_encoding>ISO-8859-1</unicode.runtime_encoding>
      </php-ini>
    </init>
  </servlet-mapping>
</web-app>

The fact is, this does not work and results in the same message as originally reported in the Bug.

Was this "resolution" tested before the bug was closed? A simple way to reproduce this, and shouldn't take much time:

1. Download Drupal (www.drupal.org)
2. Expand Drupal within webapps/ROOT (or other appropriate location)
3. Setup above mentioned resin-web.xml file
3. Start resin
4. Go to appropriate URL for drupal.

Get message as originally reported in 2052.

I suggest the person who "closed" 2052 actually try their solution before closing a bug.

Notes
(0002342)
ferg   
10-15-07 12:26   
php/4en0

(verified failure for 3.1.3)