FS#18504 - [php] add support for the embed SAPI
Attached to Project:
Arch Linux
Opened by Pierre Bourdon (delroth) - Sunday, 28 February 2010, 20:35 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 03 March 2010, 02:11 GMT
Opened by Pierre Bourdon (delroth) - Sunday, 28 February 2010, 20:35 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 03 March 2010, 02:11 GMT
|
Details
Description:
The current php packages are compiled without the support of the embed SAPI. While marked as experimental in the PHP sources, it is a mature piece of code which has not been heavily modified since at least 4 years. The fact that PHP is compiled without the embed SAPI blocks the packaging of software like PHC (http://www.phpcompiler.org/). I reported this as a php package feature request instead of creating my own package on AUR as a php-embed package on AUR would require to recompile all of PHP, and the php-config script would not be up to date (php-config --php-sapis would not include "embed"). Please tell me if this is not the appropriate place. |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Wednesday, 03 March 2010, 02:11 GMT
Reason for closing: Implemented
Wednesday, 03 March 2010, 02:11 GMT
Reason for closing: Implemented
It does not alter the PHP binary (if you mean /usr/bin/php) or its modules, which are shared amongst SAPIs, but is included with the PHP sources since at least PHP 5.0.
For more informations, see sapi/embed/* in PHP sources.
That doesn't seem to be a problem at all. I just successfully compiled phc. So, expect a php-embed package in extra soon.