Does Synology's Web Station support Zend?

Does Synology's Web Station support Zend?

Purpose

Yes, Synology's Web Station supports Zend modules. You can improve the performance of PHP with the built-in Zend Optimizer (OPcache) and the add-on extension Zend Guard Loader.

This article will guide you through how to install Zend Guard Loader for Web Station.

Resolution

Install Zend Guard Loader on DSM 6.2 or above

  1. Go to the download section of the Zend website.
  2. Select the following options and click DOWNLOAD. You need to register for a free account or sign in with your account before downloading:
    • FAMILY: Select Linux.
    • PLATFORM: Select Linux 32-bit or Linux 64-bit.
    • VERSION: Select 7.0.0 (PHP 5.5) or 7.0.0 (PHP 5.6).
  3. Extract the downloaded file and locate the file "ZendGuardLoader.so".
  4. Upload "ZendGuardLoader.so" to a shared folder on your Synology NAS.
  5. Open the terminal emulator on your computer, such as Windows Command Line, macOS' Terminal, or PuTTY.
  6. Connect to your Synology NAS via Telnet/SSH:
    ssh your administrator's account@IP address of your NAS
  7. Enter the password of your administrator account.
  8. Copy "ZendGuardLoader.so" from the shared folder to the directory "module":
    sudo cp /volume name1/shared folder name/ZendGuardLoader.so /usr/local/lib/PHP version name2/modules/
  9. Add "zend_extension=ZendGuardLoader.so" to the file "ZendGuardLoader.ini":
    • For PHP 5.6:
      sudo bash -c 'cat > /usr/local/etc/PHP version name2/conf.d/ZendGuardLoader.ini <<EOF
      zend_extension=ZendGuardLoader.so
      zend_loader.enable=1
      EOF'
    • For PHP 7:
      sudo bash -c 'cat > /usr/local/etc/PHP version name2/cli/conf.d/ZendGuardLoader.ini <<EOF
      zend_extension=ZendGuardLoader.so
      zend_loader.enable=1
      EOF'
  10. Enter "synopkg restart WebStation".
  11. Zend Guard Loader is installed and available for Web Station.

Applied model list for Zend on DSM 6.2 and above

Platform Applied Model3
Apollo Lake DS1019+, DS918+, DS718+, DS620slim, DS418play, DS218+
Avoton RS2416(RP)+, RS1219+, RS818(RP)+, RS815(RP)+, DS2415+, DS1817+, DS1815+, DS1517+, DS1515+, DS415+
Braswell DS916+, DS716+II, DS716+, DS416play, DS216+II, DS216+
Broadwell FS3400, FS2017, RS18017xs+, RS4017xs+, RS3618xs, RS3617xs+, RS3617RPxs, DS3617xsII, DS3617xs
Broadwellnk FS3600, FS1018, SA3600, SA3400, RS4021xs+, RS3621xs+, RS3621RPxs, RS1619xs+, DS3622xs+, DS3018xs, DS1621xs+
Broadwellnkv2 FS3410
Broadwellntbap SA3200D
Bromolow RC18015xs+, RS18016xs+, RS10613xs+, RS3617xs, RS3614xs+, RS3413xs+, RS3614(RP)xs, RS3412(RP)xs, RS3411(RP)xs, DS3615xs, DS3612xs, DS3611xs
Cedarview RS2414(RP)+, RS2212(RP)+, RS814(RP)+, RS812(RP)+, DS2413+, DS1813+, DS1812+, DS1513+, DS1512+, DS713+, DS412+
Denverton RS2818RP+, RS2418(RP)+, RS820(RP)+, DS2419+II, DS2419+, DS1819+, DS1618+, DVA3221, DVA3219
Docker x64 Docker DSM
Evansport DS415play, DS214play
Geminilake DS1520+, DS920+, DS720+, DS420+, DS220+, DVA1622
Grantley FS3017
KVM x64 Virtual DSM
Purley FS6400, HD6500
R1000 RS422+, DS1522+
V1000 FS2500, RS2821RP+, RS2421(RP)+, RS1221(RP)+, RS822(RP)+, DS1821+, DS1621+
x86 RS2211(RP)+, RS810(RP)+, DS2411+, DS1511+, DS1010+, DS712+, DS710+, DS411+II, DS411+

Notes:

  1. The volume name should be "volume1", "volume2", and so on, depending on where your shared folder is located.
  2. "PHP version name" in command lines suggested in this article can be replaced by other terms (e.g., "php56", "php72" or “php73"), depending on which version of PHP is being used on your Synology NAS.
  3. Some models may not be available in your location. Please contact your local distributors for more information.
Purpose
Resolution
Install Zend Guard Loader on DSM 6.2 or above
Applied model list for Zend on DSM 6.2 and above