On 5 March 2014 00:20, Attila Bukor <r1pp3rj4ck@w4it.eu> wrote:
On 03/04/2014 10:53 AM, WorMzy Tykashi wrote:
On 4 Mar 2014 07:19, "Johannes Löthberg" <johannes@kyriasis.com> wrote:
On 03/03, WorMzy Tykashi wrote:
If this package relies on a non-standard php.ini, bundle in a basic php.ini with the changes necessary, and use php's -c flag to use it instead of the system php.ini (dunno if this is possible with composer or php-box -- never used them).
And/or include a .install file that tells you what you need to do.
-- Sincerely, Johannes Löthberg PGP Key ID: 3A9D0BB5
That is advisable for post-installation, but doesn't really help with the build problem.
Cheers,
WorMzy
Hey,
I've changed the build as per your suggestions here: https://github.com/gushphp/gush-archlinux/commit/c41a9f9e10761d4fb9b2d061686...
Also added the install warnings in the next commit: https://github.com/gushphp/gush-archlinux/commit/aa8acbcd4447a54f6fad81d3cab...
Finally, sorry for the typo in your name :/
Thank you all very much!
Cheers,
Attila
Hi, No worries, I've seen worse. :P I think you can afford to cut down that php.ini a lot more. I think that php will resort to the compiled-in defaults if it can't find a configuration value, so you should just need to include the phar module configuration. I'm not a php expert though, so maybe php complains if you remove anything else? Cheers, WorMzy