-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix most analysis results discovered in bug 3907 #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks Rasmus Lerdorf for analyzing!
Conflicts: ChangeLog
Fix most analysis results discovered in bug 3907
|
Good job! I'm now fixing merge conflicts to master. Apart from running hhvm, is there a way to know what remains to be fixed? |
|
I can run it again if you like. Let me know which branch to run it against. |
|
@rlerdorf you're very kind. Please run it on branches QA_4_0 and master. |
|
Here it is for QA_4_0 (only lightly filtered, so there could be false positives): https://gist.github.com/5585791 |
|
I have removed the dead code from QA_4_0 and master, which referred to unknown functions in replication.inc.php. |
|
Fixed: |
|
Fixed another one in e4199c1. |
|
The other issues originate from TCPDF and php-gettext. @rlerdorf, we can't fix them ourselves. Did you get round to posting a report on Launchpad, for php-gettext? |
Thanks @rlerdorf!