On Tue, Nov 21, 2017 at 04:31:57PM -0600, Daniel Ruggeri wrote: > > Also, t/php/getlastmod.t fails because of a warning[2] unless php.ini > has been set to explicitly declare a timezone (unsure of which version > PHP made this a warning). Should we modify our php script or modify the > comparison to be a match that includes the month? My workaround was to > create a php.ini on the fly but we ought to handle this better in the code.
See: http://php.net/manual/en/function.date-default-timezone-set.php You need to set that value, either thru that function or thru php.ini. Are you invoking the testsuite from php cli? Hope this helps. --josé