Mantis - Quercus
Viewing Issue Advanced Details
3298 minor always 01-27-09 19:24 06-21-12 00:56
ferg  
nam  
normal  
closed 4.0.0  
fixed  
none    
none  
0003298: filter_input missing
(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.

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.