0

I have a web / app based on phpbb version 1 and I need to migrate the function

eval ($ this-> compiled_code [$ handle]);

but I don't see alternatives, is it possible?

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149
smanalva
  • 1
  • 2
  • Maybe: https://www.google.com/url?q=https://stackoverflow.com/questions/10671602/whats-alternative-of-eval-function&sa=U&ved=2ahUKEwi6yqmAhe_xAhX13zgGHYonAPYQFjAAegQIBRAB&usg=AOvVaw3-MxwQrPu_a6yc3WO5LM48 – Ar Rakin Jul 19 '21 at 11:35
  • 1
    What have you tried so far? Where are you stuck? As `eval` has not been deprecated or removed after all, why do you need to change anything? – Nico Haase Jul 19 '21 at 11:37
  • 1
    Version 1.0 from 2000? First, congrats for having code that lives that long, working and untouched for 20+ years, I don’t think my brain could work in PHP 4 anymore! If nothing is broken, I agree, don’t try to fix it! – Chris Haas Jul 19 '21 at 12:18

0 Answers0