Random Project

patch for CentOS 7 – PHP 7.x

I had to add some fix to this scipt:
in line 304 the is a “limit”:
if len(output) > number_total_updates + 25 / OR 25000:
I had to change this value to 50000: because output from
yum –security check-update has about 29000 lines.