| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=18hp0pauac0simeuu9glud26vq; path=/
content-type: text/html; charset=UTF-8
date: Mon, 29 Dec 2025 01:04:10 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
php74
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./lang/php74, PHP Hypertext Preprocessor version 7.4
[
Branch: CURRENT, Version: 7.4.33nb6, Package name: php74-7.4.33nb6, Maintainer: pkgsrc-users
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 7.4 comes with numerous improvements and new features such as
* Typed Properties
* Arrow Functions
* Limited Return Type Covariance and Argument Type Contravariance
* Unpacking Inside Arrays
* Numeric Literal Separator
* Weak References
* Allow Exceptions from __toString()
* Opcache Preloading
* Several Deprecations
* Extensions Removed from the Core
For source downloads of PHP 7.4 please visit our downloads page Windows
binaries can be found on the PHP for Windows site. The list of changes is
recorded in the ChangeLog.
NOTE: This version reached End of Life on November 28 2022. Updating to
a more recent version is strongly recommended. Please see
https://www.php.net/supported-versions.php for additional details.
Required to run:
[textproc/libxml2] [security/openssl] [devel/readline] [devel/pcre2]
Required to build:
[pkgtools/cwrappers]
Package options: inet6, readline, ssl
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
php74math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./lang/php74, PHP Hypertext Preprocessor version 7.4
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 7.4.33nb6, Package name: php74-7.4.33nb6, Maintainer: pkgsrc-users
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 7.4 comes with numerous improvements and new features such as
* Typed Properties
* Arrow Functions
* Limited Return Type Covariance and Argument Type Contravariance
* Unpacking Inside Arrays
* Numeric Literal Separator
* Weak References
* Allow Exceptions from __toString()
* Opcache Preloading
* Several Deprecations
* Extensions Removed from the Core
For source downloads of PHP 7.4 please visit our downloads page Windows
binaries can be found on the PHP for Windows site. The list of changes is
recorded in the ChangeLog.
NOTE: This version reached End of Life on November 28 2022. Updating to
a more recent version is strongly recommended. Please see
https://www.php.net/supported-versions.php for additional details.
Required to run:
[textproc/libxml2] [security/openssl] [devel/readline] [devel/pcre2]
Required to build:
[pkgtools/cwrappers]
Package options: inet6, readline, ssl
Master sites:
Filesize: 10175.922 KBVersion history: (Expand)
- (2025-10-24) Updated to version: php74-7.4.33nb6
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-06-14) Updated to version: php74-7.4.33nb5
- (2025-06-11) Updated to version: php74-7.4.33nb4
- (2025-05-17) Updated to version: php74-7.4.33nb3
CVS history: (Expand)
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message: *: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ /usr/pkg/lib/libglib-2.0.so.0 not defined |
| 2025-07-09 12:25:08 by Jonathan Perkin | Files touched by this commit (1) |
Log message: php74: GCC 14 build fix. |
| 2025-06-14 15:57:10 by Takahiro Kambe | Files touched by this commit (3) |
Log message: lang/php74: fix compatibiltiy with libxml2>=2.13 Fix compatibiltiy with libxml2>=2.13. This compatibiltiy problem cause lang/pear break with php74. Found on <https://github.com/php/php-src/issues/14834>. Bump PKGREVISION. |
| 2025-06-11 16:58:27 by Takahiro Kambe | Files touched by this commit (20) |
Log message:
lang/php{74,81,82,83,84}: correct include_path
Correct default include_path in configuration files.
Bump PKGREVISION.
|
| 2025-05-17 07:37:25 by Takahiro Kambe | Files touched by this commit (12) |
Log message:
lang/php{56,74,81,82,83}: explictly specify libdir and datadir
Explictly specify libdir and datadir to set PHP_LIBDIR and PHP_DATADIR
correctly.
Bump PKGREVISION.
|
| 2025-05-14 17:54:26 by Jonathan Perkin | Files touched by this commit (6) |
Log message: php*: Improve SUPERSEDES matches. By using a generic catch-all of php-[0-9]* it was impossible for tools to correctly determine what package should be the successor when there are multiple to choose from. Matching against exact versions will mean that improved SUPERSEDES handling in the next version of pkgin should hopefully be able to support upgrades Past the php renovation. At least with a hand-modified pkgin.db and a test pkgin binary it correctly detects the php-8.2.26 => php82-8.2.28nb1 rename. Bump PKGREVISION for each. |
| 2025-04-22 12:17:09 by Thomas Klausner | Files touched by this commit (2) |
Log message: php74: fix libxml2 compatibility |
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message: *: recursive bump for icu 77 and libxml2 2.14 |
