head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.08.13.38.00; author taca; state Exp; branches; next ; commitid h0n1I71fiLUQPApG; desc @@ 1.1 log @lang/php: add package version 8.5.1 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.5 comes with numerous improvements and new features such as * Built-in URI Extension to parse, normalize and handle URL. * Pipe Operator |> enables chaining callables and passing values. * Clone objects and update properties with the new clone() syntax. * A new attribute #[\NoDiscard] for a function. * Static closures and first-class-callables in constatnt expressisons. * cURL shared handles support. * array_first() and array_last() functions are added to array. * And much much more... @ text @$NetBSD$ Set proper default configuration values. --- php.ini-development.orig 2025-06-03 16:29:26.000000000 +0000 +++ php.ini-development @@@@ -736,7 +736,7 @@@@ default_charset = "UTF-8" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" -;include_path = ".:/php/includes" +include_path = ".:@@PREFIX@@/@@PHP_LIBDIR@@" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@@@ -757,7 +757,8 @@@@ doc_root = ; https://php.net/user-dir user_dir = -; Directory in which the loadable extensions (modules) reside. +; Directory in which the loadable extensions (modules) reside. If not +; defined, then use the extension directory specified at compile-time. ; https://php.net/extension-dir ;extension_dir = "./" ; On windows: @@@@ -842,7 +843,7 @@@@ file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ; https://php.net/upload-tmp-dir -;upload_tmp_dir = +upload_tmp_dir = /tmp ; Maximum allowed size for uploaded files. ; https://php.net/upload-max-filesize @