Re: [PHP-DEV] taint as a first-class feature for php 7.1

2015-11-18 Thread Christopher Owen
I’m requesting that the functions taint() and untaint() as well as the ability to log taint information be available in the standard interpreter without extensions. Christopher Owen. > On Nov 18, 2015, at 8:26 PM, Stanislav Malyshev wrote: > > Hi! > >> As discussion seem

[PHP-DEV] taint as a first-class feature for php 7.1

2015-11-16 Thread Christopher Owen
s production environment configuration for example). ~~ Moving forward As discussion seems to have died out, I would like to propose moving to the next stage for inclusion of taint as a first class feature of php 7.1. Kind regards, Christopher Owen. -- PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] taint

2015-09-14 Thread Christopher Owen
> On Sep 14, 2015, at 1:35 PM, Kalle Sommer Nielsen wrote: > > Hi Christopher > > 2015-09-14 4:44 GMT+02:00 Christopher Owen : >> Please consider making ‘taint’ a first-class feature/extension in PHP 7.0. > > It is way too late for any extension to be included in

[PHP-DEV] Introduction

2015-09-14 Thread Christopher Owen
Hello PHP Internals. I would like to introduce myself in order to validate a wiki account for the purposes of proposing an RFC. Thank you for reading this note. Regards, Christopher Owen. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] taint

2015-09-14 Thread Christopher Owen
Please consider making ‘taint’ a first-class feature/extension in PHP 7.0. https://pecl.php.net/package/taint <https://pecl.php.net/package/taint> Christopher Owen.