Mantis - Quercus
Viewing Issue Advanced Details
3420 minor always 03-26-09 13:23 03-26-09 17:06
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003420: Compile failure
PHP scripts that use preg_replace and preg_match don't compile:

[13:19:45.675] {resin-23} ...:1108: cannot find symbol
[13:19:45.675] {resin-23} symbol : class PregReplaceWrapper
[13:19:45.675] {resin-23} location: package com.caucho.quercus.lib.regexp
[13:19:45.675] {resin-23} static final com.caucho.quercus.lib.regexp.PregReplaceWrapper qpreg_replace_proxy_44
[13:19:45.675] {resin-23} ^
[13:19:45.675] {resin-23} ...:1099: cannot find symbol
[13:19:45.675] {resin-23} symbol : class PregMatchWrapper
[13:19:45.675] {resin-23} location: package com.caucho.quercus.lib.regexp
[13:19:45.675] {resin-23} = new com.caucho.quercus.lib.regexp.PregMatchWrapper();
[13:19:45.675] {resin-23} ^

There are no notes attached to this issue.