Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001232 [Quercus] minor always 07-05-06 17:54 07-13-06 16:09
Reporter koreth View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.20
Summary 0001232: extension_loaded() doesn't show tokenizer extension
Description I see the tokenizer extension has been implemented; one minor nit is that code that calls extension_loaded() to check for its presence won't see it. PHP:

<?php
print "loaded = [" . extension_loaded("tokenizer") . "]\n";
?>

This prints "loaded = [1]" under standalone PHP and "loaded = []" in Quercus.
Additional Information
Attached Files

- Relationships

- Notes
(0001394)
ferg
07-13-06 16:09

php/1d57
 

- Issue History
Date Modified Username Field Change
07-05-06 17:54 koreth New Issue
07-13-06 16:09 ferg Note Added: 0001394
07-13-06 16:09 ferg Assigned To  => ferg
07-13-06 16:09 ferg Status new => closed
07-13-06 16:09 ferg Resolution open => fixed
07-13-06 16:09 ferg Fixed in Version  => 3.0.20


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