Can't get ICD10 to install

Situation
I am trying to install the ICD10 codes from the External Data Loads (it’s showing 4 files for the 2018 ICD10 data). When I click the install button, it will run for about 30 minutes and then it will kick me out to the login screen. I am on PHP 7.2 so I did update the php.ini file to account for the Allow Local Infile hoping that would allow me to get these installed.

date.timezone = “US/Central”
allow_url_fopen = On
allow_url_include = Off
display_errors = Off
enable_dl = On
file_uploads = On
max_execution_time = 180
max_input_time = 120
max_input_vars = 5000
memory_limit = 256M
post_max_size = 64M
session.gc_maxlifetime = 1440
session.save_path = “/opt/alt/php72/var/lib/php/session”
upload_max_filesize = 256M
zlib.output_compression = Off
short_open_tag = off
mysqli.allow_local_infile = On

OpenEMR Version
5.0.1 patch 7

Browser:
Google Chrome

Operating System
I’m using: MacOS 10.13.6

Logs
I did check the logs and found some mentions of similar issues and followed the recommendations on those.

hi @apothik, did you restart the web server after updating php.ini, most likely apache?