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  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 31 + 10 = ?

 
 [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)