+-----------------------------------------------------------------------
| Running php-mapscript on OpenBSD
+-----------------------------------------------------------------------

You can enable this module by creating a symbolic
link from /etc/php-7.4.sample/mapscriptng.ini to
/etc/php-7.4/mapscriptng.ini.

    # ln -fs /etc/php-7.4.sample/mapscriptng.ini \
        /etc/php-7.4/mapscriptng.ini

If you plan to use PHP mapscript extension with a chrooted web server, make
sure to copy the libs needed by mapscriptng.so file binary from /usr/local/lib,
but also the projection definitions from proj package to the chroot:
chroot:

# mkdir -p /var/www//usr/local/share/proj
# cp /usr/local/share/proj/* /var/www//usr/local/share/proj
