./lang/php56, PHP Hypertext Preprocessor version 5.6

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 5.6.40nb6, Package name: php56-5.6.40nb6, Maintainer: pkgsrc-users

PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. 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.

This package provides PHP version 5.6.x.

NOTE: This version reached End of Life on December 31 2018. 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]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, ssl

Master sites:

Filesize: 12179.918 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-29 04:43:38 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(lang/php56) fix build for aarch64, by importing php85 change. Not fully checked \ 
sorry
   2026-08-03 15:12:34 by Thomas Klausner | Files touched by this commit (98)
Log message:
mk: switch the default for PATCH_DIST_STRIP from -p0 to -p1

adapt packages that didn't set PATCH_DIST_STRIP to use -p0, and
remove the -p1 lines
   2026-03-19 18:49:26 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php56: SunOS needs socket libraries.
   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2025-12-27 19:02:13 by David H. Gutteridge | Files touched by this commit (1)
Log message:
php56: fix builds on NetBSD with GCC >= 14
   2025-07-09 12:22:20 by Jonathan Perkin | Files touched by this commit (4)
Log message:
php56: Various GCC 14 fixes.
   2025-06-07 17:51:49 by Takahiro Kambe | Files touched by this commit (3)
Log message:
lang/php56: fix compatibiltiy with libxml2>=2.13

Fix compatibiltiy with libxml2>=2.13.  This compatibiltiy problem cause
lang/pear break with php56.

Found on <https://github.com/php/php-src/issues/14834>.

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.