Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=823043
Shawn Iwinski shawn.iwinski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christof@damian.net
--- Comment #2 from Shawn Iwinski shawn.iwinski@gmail.com 2012-05-19 11:46:52 EDT --- I would prefer to add all of the extensions phpci found instead of determining which ones are included in core or other packages so would the following be acceptable?:
Requires: php-mbstring --> separate package Requires: php-pcre --> included in php-common package Requires: php-posix --> included in separate php-process package Requires: php-readline --> included in separate php-cli package
Since this is a console library, would it make sense to require "php-cli" instead of "php-common" since "php-cli" provides /usr/bin/php for "#!/usr/bin/php" or "#!/usr/bin/env php" script usage?