Jump to content

cyberjupie

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

cyberjupie's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. may be horobey want to encrypt some PHP string code, decrypt inside the extension and executing there, right, horobey ? If it is so, his problem is same as me. I want to evaluate php string within an extension, i use zend_eval_string(), success for simple php code like: $str = "print \"hello, world!\";"; but, display error when zend_eval_string() parse some php code like: $str = "function {print \"hello, world!\";}"; Any solution for this? Please, help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.