PHP configuration

PHP can vary between OS distributions; see the documentation specific to your installation of PHP.

  1. First determine which PHP .ini file is in use by the PHP Apache module.

    Note

    It may not necessarily be the same .ini file that is in use when calling PHP from the command line (running php --ini from the command line reports this).

    If you are having trouble determining which .ini file the PHP Apache module is using, create a PHP file that can be served through Apache with the following contents:

    <?php phpinfo();?>

    Point your browser to this file and look for this table row in the resulting table:

    Loaded Configuration File

  2. Ensure that date.timezone is set correctly for your system.

    Some distributions do not make a default timezone available to PHP, so the best practice to set the timezone for PHP explicitly. See the list of supported timezones.

    An example date.timezone setting in php.ini:

    date.timezone = America/Vancouver

  3. Verify that the iconv, json, and session extensions are present.

    They are usually enabled by default, although you may have to install packages for them through your OS distribution. Verify they are present by searching for their respective names in the phpinfo output above.

  4. Enable P4PHP, the Perforce extension for PHP:

    For Swarm to communicate with the Helix Core Server, it needs the P4PHP extension. P4PHP variants are available for each PHP 7 version supported by Swarm and each variant is available as either openssl 1.02 or openssl 1.1.1. All of the P4PHP variants are supplied with the Swarm package and tarball installations.

    Note
    • For Linux, the default variants are compiled with glibc 2.11.
    • P4PHP 2019.1 or later is required for Swarm 2019.1 and later.
    • Swarm package and tarball installations: two versions of P4PHP are supplied for each PHP 7 and PHP 8 version supported by Swarm. They are located in the p4-bin/bin.linux26x86_64 directory.

      • perforce-php7x.so and perforce-php8x.so compatible with systems using SSL 1.0.2
      • perforce-php7x-ssl1.1.1.so and perforce-php8x-ssl1.1.1.so compatible with systems using SSL 1.1.1 (by default Ubuntu 20.04 uses SSL 1.1.1)
      • perforce-php8x-ssl3.so compatible with systems using SSL 3.0.0 (by default Ubuntu 22.04 uses SSL 3.0.0)

      Where x is the version of PHP 7 or PHP 8.

      If the perforce.ini file is not pointing at the correct version of P4PHP and you connect to an SSL enabled Helix Core Server:

      • The Swarm web-page will not load and you might see a Connection Reset error.
      • There might be an undefined symbol: SSLeay message in the Apache error log

    To enable P4PHP, edit the web server's php.ini file and add the following line:

    extension=/path/to/swarm/p4-bin/bin.<platform>/perforce-<variant>.so

    Example 1: for a 64-bit Linux system running PHP 7.2 and SSL 1.0.2:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php72.so

    Example 2: for a 64-bit Linux system running PHP 7.4 and SSL 1.0.2:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php74.so

    Example 3: for a 64-bit Linux system running PHP 8.0 and SSL 1.0.2:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php80.so

    Example 4: for a 64-bit Linux system running PHP 8.1 and SSL 1.0.2:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php81.so

    Example 5: for a 64-bit Linux system running PHP 8.2 and SSL 1.0.2:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php82.so

    Example 6: for a 64-bit Linux system running PHP 7.2 and SSL 1.1.1:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php72-ssl1.1.1.so

    Example 7: for a 64-bit Linux system running PHP 7.4 and SSL 1.1.1:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php74-ssl1.1.1.so

    Example 8: for a 64-bit Linux system running PHP 8.0 and SSL 1.1.1:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php80-ssl1.1.1.so

    Example 9: for a 64-bit Linux system running PHP 8.1 and SSL 1.1.1:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php81-ssl1.1.1.so

    Example 10: for a 64-bit Linux system running PHP 8.2 and SSL 1.1.1:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php82-ssl1.1.1.so

    Example 11: for a 64-bit Linux system running PHP 8.2 and SSL 3.0.0:

    extension=/path/to/swarm/p4-bin/bin.linux26x86_64/perforce-php82-ssl3.so

    Alternatively, copy the extension file to the default location for PHP extensions, and then just add this line instead:

    extension=perforce-<variant>.so

  5. Restart Apache for the changes to become active.
  6. To verify that P4PHP is active, navigate to the phpinfo file you created above. You should then see a perforce section (search for "Perforce Module"). It should report that the module is enabled and display the version information.
  7. Note

    Be aware that any operating system upgrades on the machine hosting Swarm may involve updates to PHP. If this occurs, the PHP .ini file needs to be updated to point to the correct variant of P4PHP to match the version of PHP that the upgraded operating system is using.

  8. In addition, Swarm greatly benefits from the following optional extension: ImageMagick extension for PHP to improve Swarm's ability to preview graphic formats that web browsers typically cannot display, see ImageMagick (imagick) extension for PHP.
  9. Configure Swarm, see Swarm configuration.

ImageMagick (imagick) extension for PHP

Imagick is a PHP extension that integrates the ImageMagick graphics library's API for the creation and manipulation of images. Enabling Imagick improves Swarm's ability to preview graphics formats that web browsers typically cannot display and to create comment attachment thumbnails.

For more information, see:

  1. We recommend that you install Imagick from your OS distribution, via apt-get, yum, etc. If your distribution does not offer the imagick package for PHP, install it via PECL (although you may have to resolve system dependencies):

    sudo pecl install imagick

  2. Verify that imagick is enabled in your PHP Apache module's PHP .ini file (as determined in the section above for P4PHP). You may need to add the following line:

    extension=imagick.so

  3. Configure the ImageMagick policy.xml file to allow Swarm to create thumbnails if it is not already configured:

    1. Open the ImageMagick policy.xml file for editing:

    2. /etc/ImageMagick-6/policy.xml

    3. Disable lines with the pattern below for the following <filetype>s: PS, PS2, EPS, PDF, or XPS:

    4. <policy domain="coder" rights="none" pattern="<filetype>" />

    5. Save the policy.xml file.

  4. Restart Apache for the changes to become active.
  5. To verify that imagick is active, navigate to the phpinfo file you created earlier. You should then see an imagick section. It should report its version information and a table for its directives, supported image file formats, and more.

    Warning

    Once you have completed installing and enabling P4PHP and imagick, we recommend that you remove the phpinfo file you created to avoid disclosing information about your installation.