Hi!
> I wanted first to know if php source code can welcome oses specific
> features or should it remain as separated php modules ?
If it's an extension, there's nothing wrong with OS-specific ones -
though it would be in a good taste to clearly mark it as such in the
documentation.
The code tha
On 27/03/2017 19:28, David CARLIER wrote:
I wanted first to know if php source code can welcome oses specific
features or should it remain as separated php modules ?
Hi David,
I think there is not really a distinction between "PHP source code" and
"separated modules", since pretty much everyt
Hi,
I wanted first to know if php source code can welcome oses specific
features or should it remain as separated php modules ?
For instance awhile ago I implemented a wrapper around OpenBSD's pledge for
suhosin (php 5.x series) here
https://github.com/sektioneins/suhosin/blob/master/pledge.c
T