Re: [arch-general] Making a PHP package with the embed SAPI

2009-12-10 Thread Brendan Long
I'm hoping there's a way to package it separately. I want to install to /usr, but depending on how big the embed SAPI is, I don't know if it would be worthwhile for most users to to make everyone have to install it (since the only program I know of that uses it is phc). On Wed, 2009-12-09 at

Re: [arch-general] Making a PHP package with the embed SAPI

2009-12-08 Thread Denis Kobozev
On Thu, Dec 3, 2009 at 11:56 PM, Brendan Long kori...@gmail.com wrote: I'm wondering if anyone has any ideas of how to make this a simple php-embed package that would only install the needed parts. I became curios how other distros package phc - turns out they don't. There are two packages

Re: [arch-general] Making a PHP package with the embed SAPI

2009-12-08 Thread Denis Kobozev
On Wed, Dec 9, 2009 at 12:44 AM, Brendan Long kori...@gmail.com wrote: My problem isn't creating a custom php package, the problem is creating one that installs to /usr but doesn't conflict with the official php package. I'd like to be able to install it just like you can install php-mcrypt and

[arch-general] Making a PHP package with the embed SAPI

2009-12-03 Thread Brendan Long
So a while ago I wanted to get a working phc package for Arch and I eventually got it working, but right now it relies on you installing php with the configuration set with ./configure --enable-embed --prefix=/opt [other options] because I don't want to mess up the default php install, and I can't