Skip to content

Commit

Permalink
Update to 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
teryuiw committed Jan 8, 2023
1 parent 622d602 commit ced4ca7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
basedir=".">

<property name="VERSION"
value="5.8" />
value="5.9" />
<property name="build"
value="build" />
<property name="temp"
Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
},
"require": {
"php": ">=5.6",
"ext-curl": "*",
"ext-exif": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-zlib": "*",
"marc1706/fast-image-size": "1.*"
}
}
1 change: 1 addition & 0 deletions src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ private function createThumb($url, $img_cache, $target, array $attr = [])
$phpThumb->setParameter('config_error_die_on_source_failure', true);
$phpThumb->setParameter('config_error_bgcolor', 'FAFAFA');
$phpThumb->setParameter('config_error_textcolor', '770000');
$phpThumb->setParameter('config_disable_debug', false);
$phpThumb->setParameter('config_nohotlink_enabled', false);
$phpThumb->setParameter('config_http_fopen_timeout', 600);

Expand Down

0 comments on commit ced4ca7

Please sign in to comment.