Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58650 - php-sapi.eclass mistake in sysv message queue option
Summary: php-sapi.eclass mistake in sysv message queue option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-28 05:35 UTC by Ronald Hummelink
Modified: 2004-08-07 13:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Hummelink 2004-07-28 05:35:29 UTC
php-sapi eclass includes:
        myconf="${myconf} --enable-sysvsem --enable-sysvshm --enable-sysvipc"

--enable-sysvipc doesn't exist in php 4.3.8. I'm pretty sure --enable-sysvmsg was the intended flag. The way is it now the msg_* functions noted at http://us4.php.net/manual/en/ref.sem.php are not available.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-08-07 13:21:56 UTC
fixed in cvs.