diff --git a/sys/core/Page.php b/sys/core/Page.php index 0ceba90..899560d 100644 --- a/sys/core/Page.php +++ b/sys/core/Page.php @@ -152,7 +152,7 @@ class Page { if ( ! empty($this->buffer)) { // @todo Figure out how to adjust content compression for 5.4.4 - ob_start(); + ob_start('ob_gzhandler'); echo $this->buffer; diff --git a/sys/db b/sys/db index 9774349..1e71b22 160000 --- a/sys/db +++ b/sys/db @@ -1 +1 @@ -Subproject commit 977434977e4177fe5a09fffa0f3a152faa82f606 +Subproject commit 1e71b225c533bada107f439106c9216982b62daa