On Tue, 2010-12-14 at 09:11 +0200, Vlad Dragu wrote: > [vlad] i didn't manually touched the versioning table so i'm not > exactly sure how it got wiped out. > Could a command from the make file result in that table being erased?
It always possible that there would be a bug that would cause this, but I can't think of any command that would. > Maybe a make upgrade that worked with a db schema that didn't have > that table? I'll add the table in my db. I'll look for its schema from > an older commit Yup - try another make release afterwards, to see if we can reproduce the issue. > > Why do you remove the "error_reporting(E_ALL& ~E_DEPRECATED);"? > I've > > added it on purpose, to make sure we all run tests with the same > error > > reporting configuration - did it create issues? > > > [vlad] from my experience, sometimes setting environment vars at > runtime can have unexpected results. > That's why i choose to remove it from there and rely only on the ini > files and try to replicate the warnings you get. > Unfortunately i wasn't successful :( > I think it's safest to add that line of code after we figure the > differences out. Did you try to run it with the error_reporting(E_ALL& ~E_DEPRECATED) command? Even if we leave it out until we solve this, knowing that it didn't change would help to rule out some possibilities. Maybe there is something else in the php.ini that could cause the difference - I'll have another look while I review the bug reports later today. > [vlad] I explained my reasoning on the bug page Thx! Same thing then, I'll answer you there. Xavier. _______________________________________________ Farsides mailing list - [email protected] Wiki: http://farsides.com/ List: http://farsides.com/ml/ Forum: http://farsides.com/forum/ Ideas: http://farsides.com/ideas/ Chat: http://farsides.com/chat/

