File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 8.1.13
4+ Version: 8.2.0
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change 225225 HESTIA_V=" ${BUILD_VER} _${BUILD_ARCH} "
226226fi
227227OPENSSL_V=' 3.0.7'
228- PCRE_V=' 10.41 '
228+ PCRE_V=' 10.42 '
229229ZLIB_V=' 1.2.13'
230230
231231# Create build directories
@@ -564,7 +564,7 @@ if [ "$PHP_B" = true ]; then
564564
565565 # Build the package
566566 echo Building PHP DEB
567- [ " $HESTIA_DEBUG " ] && echo DEBUG: dpkg-deb --build $BUILD_DIR_HESTIAPHP $DEB_DIR
567+ [ " $HESTIA_DEBUG " ] && echo DEBUG: dpkg-deb -Zxz - -build $BUILD_DIR_HESTIAPHP $DEB_DIR
568568 dpkg-deb -Zxz --build $BUILD_DIR_HESTIAPHP $DEB_DIR
569569 fi
570570
Original file line number Diff line number Diff line change @@ -461,11 +461,11 @@ function list_timezones() {
461461 foreach ($ timezone_offsets as $ timezone => $ offset ) {
462462 $ offset_prefix = $ offset < 0 ? "- " : "+ " ;
463463 $ offset_formatted = gmdate ("H:i " , abs ($ offset ));
464- $ pretty_offset = "UTC $ { offset_prefix}$ { offset_formatted}" ;
464+ $ pretty_offset = "UTC { $ offset_prefix }{ $ offset_formatted }" ;
465465 $ c = new DateTime (gmdate ("Y-M-d H:i:s " ), new DateTimeZone ("UTC " ));
466466 $ c ->setTimezone (new DateTimeZone ($ timezone ));
467467 $ current_time = $ c ->format ("H:i:s " );
468- $ timezone_list [$ timezone ] = "$ timezone [ $ current_time ] $ { pretty_offset}" ;
468+ $ timezone_list [$ timezone ] = "$ timezone [ $ current_time ] { $ pretty_offset }" ;
469469 #$timezone_list[$timezone] = "$timezone ${pretty_offset}";
470470 }
471471 return $ timezone_list ;
You can’t perform that action at this time.
0 commit comments