4

Just wondering... is there a PHP equivalent to Perl's Taint Mode? I don't think there is, but thought I'd ask.

Stephen Sorensen
  • 11,455
  • 13
  • 33
  • 46
  • 1
    In all "is there an equivalent in X to Y" questions, it really expands the number of people who could answer if you provide a brief description of what Y is/does or at least give a link to documentation. – ysth Nov 03 '09 at 17:07
  • @spudly - apologies, turns out the link I posted was a dud - sorry for wasting your time! – Dominic Rodger Nov 03 '09 at 22:11

2 Answers2

1

You might be interested by: http://wiki.php.net/rfc/taint

Patrick Allaert
  • 1,751
  • 18
  • 44
0

It looks like a patch was made...

http://blog.php-security.org/archives/92-CORE-GRASP-PHP-Tainted-Mode.html

theraccoonbear
  • 4,283
  • 3
  • 33
  • 41