Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1232 | minor | always | 07-05-06 17:54 | 07-13-06 16:09 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|