Path to this page:
./
lang/php85,
PHP Hypertext Preprocessor version 8.5
Branch: CURRENT,
Version: 8.5.1,
Package name: php85-8.5.1,
Maintainer: pkgsrc-usersPHP 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...
Package options: inet6, readline, ssl
Master sites:
Filesize: 13990.918 KB
Version history: (Expand)
- (2026-01-08) Package added to pkgsrc.se, version php85-8.5.1 (created)
CVS history: (Expand)
| 2026-01-10 10:10:48 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
lang/php5: fix build problem of php85-fpm
Move PHP_PKGSRC_README from Makefile.php to Makefile.
|
2026-01-08 14:38:01 by Takahiro Kambe | Files touched by this commit (28) |  |
Log message:
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...
|