Different results when retrieving data from different environments [duplicate]
问题 This question already has answers here : Error when retrieving associated data on. Linux only (2 answers) Closed 3 years ago . I've completed a project in my local environment running Windows 10. The production server on Debian OS I encountered an issue. Despite both my local env and prod env being run on the same Cakephp version, version 3.1.4, the same Cakephp database query $this->Articles->find()->contain('ArticleComments'); is returning two different results from an identical data stored