Hello,
thank you all for your suggestions.
Am 26.01.2018 um 13:21 schrieb Johannes Schlüter:
On Fr, 2018-01-26 at 12:43 +0100, Hajo Locke wrote:
Hello List,
i hope this is the right place to get helped. I have a promising
setup
for testing purposes, but unfortunately i ran quick into problems
Hi,
> -Original Message-
> From: Hajo Locke [mailto:hajo.lo...@gmx.de]
> Sent: Friday, January 26, 2018 12:43 PM
> To: internals@lists.php.net
> Subject: [PHP-DEV] threadsafe php crashes too easily
>
> Hello List,
>
> i hope this is the right place to get
On Fr, 2018-01-26 at 12:43 +0100, Hajo Locke wrote:
> Hello List,
>
> i hope this is the right place to get helped. I have a promising
> setup
> for testing purposes, but unfortunately i ran quick into problems.
>
> I compiled a minimal libphp7.so (7.2.1) using this line:
> ./configure --disa
On 26 January 2018 at 11:43, Hajo Locke wrote:
> the idea is to support php_value/php_flag etc. in .htaccess files for my
> users even if they use a fastcgi-setup
>
Just a thought, but if I understand you rightly, you just need to have
Apache completely ignore the php_value and php_flag lines,
Hello List,
i hope this is the right place to get helped. I have a promising setup
for testing purposes, but unfortunately i ran quick into problems.
I compiled a minimal libphp7.so (7.2.1) using this line:
./configure --disable-all --enable-static --prefix=/usr
--with-apxs2=/usr/bin/apxs2