jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 44 forks source link

Default date change of support #74

Closed thwaller closed 2 years ago

thwaller commented 2 years ago

MySQL no longer supports 0000-00-00 as a date, advised to use NULL as an alternative.

jreklund commented 2 years ago

Hi, do you know what MySQL version? I can't merge this as it contains code from #67 and other changes.

thwaller commented 2 years ago

Sorry for the late reply. MySQL 5.7+ no longer supports invalid dates. Yes, I do see the issue presented. How do you want to proceed? I can redo this if that is your preference.

thwaller commented 2 years ago

I will close this as I do see the issue. Sorry about that. I will submit new.