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/binnow 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 movesPHPRCand related variables fromfastcgi.confinto the wrapper script.
- Sockets are now in
- 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.