Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 3.1.0
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);
?>
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