today i have recompiled PHP with PDO msql driver and now i cant use Zend CLI tool anymore. Before Zend CLI tool was working fine, but now i get:
./zf.sh: 44: php: Permission denied
I am really out of ideas what is the problem here :/ i have tried changing permsissions, groups, google... but i didnt find any answers for this type of problem :/ Please help if you have any suggestion what should i do :)
Almost forgot: Ubuntu, PHP 5.3 (as module) on apache 2.0
thanks for your time and reply!
Edit (PB): For those wondering, line 44
"$PHP_BIN" -d safe_mode=Off -f "$PHP_DIR/zf.php" -- "$@"