Skip to content

2.29

Latest
Compare
Choose a tag to compare
@jorgecc jorgecc released this 12 Aug 23:09
  • 2.29 2024-08-12
    • Blocked the access to system global variables. So this library will be unable to read global variables
      defined as $_namevar
    • Fixed an error where you call a method called "eval". Note, it is not possible to call the PHP function eval()
      using this method, however, you can define your own eval() function