head 1.1; access; symbols pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2023.11.30.16.14.50; author taca; state Exp; branches; next ; commitid FkhWCZvld5a3sEOE; desc @@ 1.1 log @lang/php83: add version 8.3.0 PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It is modular, and object-oriented. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly. PHP 8.3 comes with numerous improvements and new features such as * Typed Class Constants * Fetch class constant dynamically syntax * Readonly Amendments * Override Attribute * New Randomizer method Random\Randomizer::getBytesFromString * New function json_validate * And much much more... @ text @$NetBSD$ Set proper default configuration values. --- sapi/fpm/php-fpm.conf.in.orig 2015-06-23 17:33:33.000000000 +0000 +++ sapi/fpm/php-fpm.conf.in @@@@ -14,7 +14,7 @@@@ ; Pid file ; Note: the default prefix is @@EXPANDED_LOCALSTATEDIR@@ ; Default Value: none -;pid = run/php-fpm.pid +pid = run/php-fpm.pid ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written @