Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.1.8

Bug #21186 require Auth/HTTP.php failed
Submitted: 2017-02-23 14:56 UTC
From: dfeng Assigned:
Status: Open Package: Auth_HTTP (version 2.1.8)
PHP Version: HEAD SVN-2017-02-23 OS: Ubuntu 16.04
Roadmaps: (Not assigned)    
Subscription  


 [2017-02-23 14:56 UTC] dfeng (David Feng)
Description: ------------ My php version is 7.0-fpm, I've installed the newest HTTP_AUTH but failed to excite a simple script: <?php // example of Auth_HTTP basic implementation require_once("Auth/HTTP.php"); echo 'good'; ?> I only got a blank screen.

Comments