From bfd02201266e5e3a15c8d648d463f17d136175f1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 24 Dec 2011 21:46:17 +0000 Subject: [PATCH] Remove an example of a *very* bad use case for eval() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321369 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/eval.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/reference/misc/functions/eval.xml b/reference/misc/functions/eval.xml index e1a689257b..6194230f4a 100644 --- a/reference/misc/functions/eval.xml +++ b/reference/misc/functions/eval.xml @@ -14,8 +14,6 @@ Evaluates the string given in code_str as PHP code. - Among other things, this can be useful for storing code in a database text - field for later execution. There are some factors to keep in mind when using