XAMPP 5.6.16, apache error with globlas on

2

I installed Xampp 5.6.14, I changed the clause to on ( register_globals=on ) in php.ini and now apache does not start from the application error.

I have already made changes from http to 8000 ports in httpd.conf and to 4430 in http-ssl.conf. Skype is turned off and netstat does not demonstrate port usage.

  

15:43:59 [Apache] Status change detected: running 15:44:04 [Apache]     Status change detected: stopped 15:44:04 [Apache] Error: Apache   shutdown unexpectedly. 15:44:04 [Apache] This may be due to a   blocked port, missing dependencies, 15:44:04 [Apache] improper   privileges, crash, or shutdown by another method. 15:44:04   [Apache] Press the Logs button to view error logs and check 15:44:04   [Apache] the Windows Event Viewer for more clues 15:44:04 [Apache]     If you need more help, copy and post this 15:44:04 [Apache] entire   log window on the forums

    
asked by anonymous 24.11.2015 / 18:44

1 answer

1

This functionality has been removed from php in version 5.4 as per link .

The way to do this is to use some regex to replace certain snippets of code.

    
24.11.2015 / 19:11