Re: Building PHP, questions
hi,
On Thu, Mar 13, 2014 at 7:15 PM, Kevin Ingwersen
<[email protected]> wrote:
> The thing is, that the build itself cant run buildconf or configure, so I have to „port“
> the libphp5 part to the build system I am using.
> With minimal, I just mean to have a runnable scripting engine. Basicaly, i want to rebuild what
> you get when using —disable-all —enable-static —enable-embed.
Do you do that for all dependencies you have for your project (libs)?
PHP embend is nothing else that just another library. As Johannes
suggested, it could be much easier for you to simply use the static
build instead of redoing the configure&build scripts, and much easier
to update to newer versions as well.
> How far is TSMRC a dependency of PHP actually? I might actually need the thread sefety, so I
> bet i should compile that in in any case.
You can hardly remove it, unless you want to spend weeks patching php.
It is a requirement for thread safety too (TSRM mean Thread safe
resource manager :).
Cheers,
--
Pierre
@pierrejoye | http://www.libgd.org
Thread (9 messages)