Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003298 [Quercus] minor always 01-27-09 19:24 06-21-12 00:56
Reporter ferg View Status public  
Assigned To nam
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.0
  Product Build
Summary 0003298: filter_input missing
Description (rep by saffire)

<?php
$page = filter_input(INPUT_GET, 'page');
$page = preg_replace('/[^a-z]/', '', $page);

if ($page === '') $page = 'index';
?>
i want to use phpmyadmin. but..

/www/@myadmin/setup/index.php:14: Fatal Error: 'filter_input' is an unknown function.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0005479)
timowest
08-29-11 23:22

A stub for the filter module functionality is available in this project :

https://github.com/quercus/quercus-filter [^]
 
(0005910)
nam
06-21-12 00:56

php/4i30

Fixed for 4.0.29.
 

- Issue History
Date Modified Username Field Change
01-27-09 19:24 ferg New Issue
08-29-11 23:22 timowest Note Added: 0005479
06-21-12 00:55 nam Status new => assigned
06-21-12 00:55 nam Assigned To  => nam
06-21-12 00:56 nam Status assigned => closed
06-21-12 00:56 nam Note Added: 0005910
06-21-12 00:56 nam Resolution open => fixed


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