-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Description
Hi,
I'm opening this RFC hoping to gather comments from the Apache and PHP maintainers.
We know that there are two ways to compile the PHP interpreter (yeah there are many others but in this thread, only those flags are relevant):
NTS
: Non-Thread SafeZTS
: Zend-Thread Safe
Me, as a PHP developer, I remember these rules:
- When PHP is meant to be used with
mod_php
in Apache -> it's better to useZTS
- When PHP is meant to used with CGI/FASTCGI/Nginx/CommandLine -> It's better
NTS
The default PHP in Nixos is built with ZTS
and I think it should be NTS
. NTS
is also the default in many other distributions.
What's your point of view about that?
Relevant links:
- https://externals.io/message/65332
- ppa:ondrej/php-zts was removed oerdnj/deb.sury.org#1419
- NTS/ZTS versions ? fossar/nix-phps#63
CC:
dasJ, mohe2015 and phaer
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md