I'm using the strtotime function as shown below, with cakephp. by passing the sum of 50 years it is returning null, the maximum that I can return is summing 20 years.
Would anyone know if this is limiting / configuring cakephp or php itself?
date('d/m/Y', strtotime('+50years'));