Contents

PHP upgrade

Contents

Upgrades are fairly painless on OpenBSD:

  • grab the ports tree using cvs
  • check the prerequisites or let them auto build
  • make the php4 core
  • make the extensions, excluding nearly everything with env FLAVOR=“no_x11 …” make
  • uninstall the existing packages
  • install the newly built ones
  • Restart apache

Whee!