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

Bug #20550 Set PHP Configuration - PHP.ini Method
Submitted: 2015-05-17 12:11 UTC
From: mbiama Assigned:
Status: Open Package: PEAR_PackageUpdate_Web (version 1.0.1)
PHP Version: 5.6.8 OS: webhosting
Roadmaps: (Not assigned)    
Subscription  


 [2015-05-17 12:11 UTC] mbiama (Roger Mbiama)
Description: ------------ Update the PHP.ini files on web server/3rd party hosting account to match the below configuration: Test script: --------------- register_globals on session.auto_start 1 session.bug_compat_42 0 session.bug_compat_warn 0 Safe mode Off bug_compat_42 Off bug_compat_warn off Expected result: ---------------- Set PHP Configuration - .htaccess Method following: <?php //Shows all PHP Configuration settings phpinfo(); //Shows PHP Module Information phpinfo(INFO_MODULES); ?>

Comments

 [2015-05-17 12:15 UTC] mbiama (Roger Mbiama)