./www/ap-php, Apache (apache24) module for php83

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.3.29nb13, Package name: ap24-php83-8.3.29nb13, 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 contains the dynamically loadable PHP Apache module.


Required to run:
[textproc/libxml2] [security/openssl] [devel/readline] [www/apache24] [devel/pcre2] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites:

Filesize: 12306.586 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-27 20:04:48 by David H. Gutteridge | Files touched by this commit (1)
Log message:
ap-php: add an explanatory comment about a GCC workaround
   2025-12-27 19:58:25 by David H. Gutteridge | Files touched by this commit (1)
Log message:
ap-php: fix builds on NetBSD with GCC >= 14
   2025-06-04 13:10:40 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ap-php: Bump PKGREVISION for lang/php84 zts fix.
   2025-02-08 04:22:19 by Takahiro Kambe | Files touched by this commit (9)
Log message:
multiple PHP support

Also bump PKGREVISION.
   2024-12-01 17:17:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ap-php: fix build with php56
   2024-07-07 10:58:41 by Nia Alarie | Files touched by this commit (1)
Log message:
ap-php: Claims to need bison and re2c to "regenerate Zend/PHP parsers"

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240703.2300/ap24-php56-5.6.40nb11/configure.log
   2024-06-15 10:01:18 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ap-php: Run autoconf under CONFIGURE_ENV.

Without this, depending on the user's LANG, the configure stage can break due
to the --disable-pdo option being parsed after the checks for individual PDO
modules, which then fail.  Something in the maze of m4 includes is dependent on
the locale for correct ordering when generating configure.
   2024-06-08 01:11:41 by Takahiro Kambe | Files touched by this commit (8)
Log message:
Fix build problem of www/ap-php and www/php-fpm.

Switch these packages to use autoconf, too.