Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001526 [Quercus] minor always 12-26-06 17:05 01-18-07 02:42
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.1 Product Version 3.1.0
  Product Build
Summary 0001526: preg_match_all doesn't support PREG_OFFSET_CAPTURE option
Description The following PHP code causes a Java stack trace to be dumped to the user's browser under Quercus:

<?php
preg_match_all('/(abc)/', "testing", $out, PREG_OFFSET_CAPTURE);
?>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0001731)
nam
01-18-07 02:24
edited on: 01-18-07 02:42

php/152m

Quercus was not using PREG_PATTERN_ORDER by default when the passed in flag did not specify PATTERN or SET order.

 

- Issue History
Date Modified Username Field Change
12-26-06 17:05 koreth New Issue
01-18-07 02:23 nam Status new => assigned
01-18-07 02:23 nam Assigned To  => nam
01-18-07 02:24 nam Status assigned => closed
01-18-07 02:24 nam Note Added: 0001731
01-18-07 02:24 nam Resolution open => fixed
01-18-07 02:24 nam Fixed in Version  => 3.1.1
01-18-07 02:41 nam Status closed => assigned
01-18-07 02:41 nam Note Edited: 0001731
01-18-07 02:42 nam Note Edited: 0001731
01-18-07 02:42 nam Status assigned => closed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker