./net/php-sockets, PHP extension for sockets support

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


Branch: CURRENT, Version: 7.4.26, Package name: php74-sockets-7.4.26, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
This module provides sockets support.


Required to run:
[lang/php71]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 10176.012 KB

Version history: (Expand)


CVS history: (Expand)


   2021-09-28 14:57:56 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-sockets: Support GCC >= 10.
   2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255)
Log message:
net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-02-01 14:37:09 by Jonathan Perkin | Files touched by this commit (1)
Log message:
php-sockets: Support newer GCC and clang on SunOS.
   2016-02-25 17:20:53 by Jonathan Perkin | Files touched by this commit (47)
Log message:
Use OPSYSVARS.
   2014-01-22 13:26:11 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Use -D_XOPEN_SOURCE=500 on SunOS for msghdr extensions.
   2013-10-15 17:46:37 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Fix php-socket with php55.

- Use USE_PHP_EXT_PATCHES in net/php-sockets.
- Make AI_V4MAPPED noop if platform dosen't have it.

It is poor assumption that AI_V4MAPPED is always defined and V4 mapped
address is always available.
   2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-07-25 14:12:37 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix build on SunOS with PHP_VERSION_DEFAULT=54.

SunOS does have if_indextoname, but config.m4 won't find it.