#974901 php7.3-cli: Add ZTS build for PHP Cli

#974901#5
Date:
2020-11-16 10:07:54 UTC
From:
To:
Dear Maintainer,

I have read a previous bug thread about this feature in php-7.1.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864989

Without a ZTS build, php-cli application are not able to use the PHP thread
modules. The official PHP documentation say ZTS is safe since PHP 7.2+.

FYI, our application works behind fastcgi and/or zmq transport which allow us
to process data in parallel. We want to be able to use the Debian version (with
the security team fix) instead of a custom build.

Best regards,