Skip to content

migrate db classes to mysqli

Christopher Guindon requested to merge cguindon/main/migrate-to-mysqli into master

Signed-off-by: Christopher Guindon chris.guindon@eclipse-foundation.org

For this to work, we need to ensure that all our PHP repos have switched over to mysqli_.

  • community (no trace of mysql_)
  • downloads
  • eclipse.org-common
  • errors (no trace of mysql_)
  • go (no trace of mysql_)
  • legal (no trace of mysql_)
  • membership
    • Found some traces of mysql_ functions in the repo but I am deleting them since I don't believe we need them anymore.
  • org
  • projects
  • proposals (no trace of mysql_)
  • sponsors (no trace of mysql_)
  • mediawiki (Might not be needed since the site is deprecated)
  • forums
  • dev.eclipse.org
  • foundation.eclipse.org
  • eclipse.dev (Matt gave me a list of projects with mysql_ functions in their codebase)
    • modeling/gmp
    • modeling
    • webtools
    • eclipse/platform-ui
    • cdo/_deprecated
    • tm/development
Edited by Christopher Guindon

Merge request reports