You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to understand what is going on here. I've compiled and created the functions inside my database but for my propose it is not working. I would like to trigger a function to run a php script but it won't work here. Running my php script over terminal it works but calling sys_eval or sys_exec not.
I would like to understand what is going on here. I've compiled and created the functions inside my database but for my propose it is not working. I would like to trigger a function to run a php script but it won't work here. Running my php script over terminal it works but calling sys_eval or sys_exec not.
For example:
And my test don't work, the php receive a parameter to run a system command and do others stuff. Running in shell the script works well.
When I run:
But in shell:
It returns '1000'.
Another example: in shell and in sys_eval it returns the same result:
Is it something that I'm doing wrong?
The text was updated successfully, but these errors were encountered: