Skip to content

Choose a tag to compare

@NattyNarwhal NattyNarwhal released this 20 Nov 17:23
· 14 commits to master since this release

Full Changelog: v0.13...v2.0

  • Support for PHP 8.5.
  • The directory structure is changed for new sites.
    • Sockets are now in WWWDIR/run, separating sockets from logs.
    • Sessions are now in WWWDIR/sessions, isolating each site's session files.
    • WWWDIR/bin now contains wrapper scripts for CLI/CGI. These are used to easily run PHP with your site's configuration, avoiding the clutter of environment variables, just invoke /www/sitenamehere/bin/php. This also moves PHPRC and related variables from fastcgi.conf into the wrapper script.
  • Stub support for PHP FPM. A configuration appropriate for it is not yet generated, but a wrapper script is.
  • Improve security of default Apache config.
  • The native programs now use pase-cpp for ILE/OPM calls.
  • Reset group ownership in case of Zend Enabler permission checks being strict.