Howto increase maximum execution time in Xampp / Wamp
8th Sep 2019 | category: Software | Hits: 1042
As a developer you may have experienced the error of maximum execution time exceeded when using xampp or wamp as your localhost. This means that your page took more time loading than what is set in xampp or wamp configuration. It can also be caused by php taking too much time to respond to the browser.
Here is how you solve this error in an easy and much faster way.
STEP ONE
- In the xampp directory navigate and open the php folder through xampp/php/’
 Open the php folder through xampp/php/’
                                    Open the php folder through xampp/php/’
                                STEP TWO
- Locate the php.ini file and open this file with your favorite text editor (I recommend Visual studio code).
- Find the line ‘max_execution_time’. you can find using ctrl+F
- you can now replace default value of max_execution_time of 30 to max_execution_time of 300
 max_execution_time
                                    max_execution_time
                                Related Posts
                            Nintendo Delays Some Titles, Offers Free DSi Game.
                            Samsung's Galaxy Z series (Flip5 & Fold5) - a marvel of innovation celebrating a Legacy of Innovation & unvieling awosome features
                            How-to share a broadband internet connection on more than one computer.
                            Think outside the box. (why not your own business?)
                            Card Light Bulb
                            Microsoft and Partners Help Media Companies Innovate in a Digital World
                            Howto share your Safe Boda Credit with others
                            Twitter updates it's IOS & Android Share tweets section - it looks owesome!
                            Casio’s new G-SHOCK Smartwatch is powered by Wear OS from Google
                            Howto configure redirection/forward of specific user emails to another email address in Cpanel 
                    
        
            
Adv