Re: [PHP-DEV] RFC: operating system specific features

2017-03-28 Thread Stanislav Malyshev
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

Re: [PHP-DEV] RFC: operating system specific features

2017-03-27 Thread Rowan Collins
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

[PHP-DEV] RFC: operating system specific features

2017-03-27 Thread David CARLIER
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