Path to this page:
./
devel/php-shmop,
PHP extension for simple SysV shared memory operations
Branch: pkgsrc-2014Q3,
Version: 5.4.33,
Package name: php54-shmop-5.4.33,
Maintainer: pkgsrc-usersPHP is a programming language designed to be embedded into web pages.
Shmop is an easy to use set of functions that allows PHP to read,
write, create and delete Unix SysV-style shared memory segments.
While developing a search deamon we needed a php based front end
to communicate the deamon via SHM. PHP already had a shared memory
extention (sysvshm) written by Christian Cartus <cartus@atrior.de>,
unfortunatly this extention was designed with PHP only in mind and
offers high level features which are extremly bothersome for basic
SHM we had in mind. After spending a day trying to reverse engineer
and figure out the format of sysvshm we decided that it would be
much easier to add our own extention to php for simple SHM operations,
we were right :)).
Required to run:[
lang/php54]
Master sites: (Expand)
SHA1: d92b0bcd18173bbc9aca99be2f184231888b90ab
RMD160: 405bb299dd59ffb683f5ab3a30a8aef0116ad6bf
Filesize: 11992.63 KB
Version history: (Expand)
- (2014-10-01) Package added to pkgsrc.se, version php54-shmop-5.4.33 (created)