Skip to content

phpwcms 1.9.11

Choose a tag to compare

@slackero slackero released this 20 Sep 04:44
· 546 commits to master since this release

This version of phpwcms is mostly a bugfix release and updates some of the vendor scripts too. There are also a few commits which introduces smaller enhancements. There is no breaking change.

Keep in mind that there is a setting in the config to handle MySQL-specific quirks – try $phpwcms['db_sql_mode'] = 'NO_ENGINE_SUBSTITUTION'; (fallback to a very "compatible" mode) in this case to avoid possible problems if MySQL is configured to run under STRICT-mode setting.

See all changes