linkeddata / ldphp

Linked Data server for PHP
MIT License
38 stars 12 forks source link

Call to undefined function import_request_variables() #1

Closed white-gecko closed 12 years ago

white-gecko commented 12 years ago

I get

( ! ) Fatal error: Call to undefined function import_request_variables() in /var/www/datafm/www/inc/runtime.inc.php on line 46
Call Stack
#   Time    Memory  Function    Location
1   0.0005  127852  {main}( )   ../index.php:0
2   0.0146  128728  require_once( '/var/www/datafm/www/root/runtime.php' )  ../index.php:8
3   0.0153  151496  require_once( '/var/www/datafm/www/inc/runtime.inc.php' )   ../runtime.php:8`

because import_request_variables() is not available since PHP 5.4.0 as http://php.net/manual/function.import-request-variables.php says.

presbrey commented 12 years ago

Fixed in 18832c2. Thanks @white-gecko!