Note: issues are now on GitHub; see the Overview for more details.
if the the PHP_DIR includes whitespaces the script fails to be executed.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-21T08:30:56.000+0000
The last line of zf.sh may cause this problem.
$PHP_BIN -d safe_mode=Off -f $PHP_DIR/zf.php -- $@
It seems to have bad influence on MacOS Edition of Zend Studio for Eclipse 7.0.0 Early Access when creating project.
Posted by Roy Ganor (royganor) on 2009-06-21T08:45:03.000+0000
As a work around one can double quote the $PHP_DIR/zf.php section in the file.
so this line should be altered to $PHP_BIN -d safe_mode=Off -f "$PHP_DIR/zf.php" -- $@
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-21T09:08:03.000+0000
Thank you, Roy. ;-) Solved in SVN r16195
Posted by Shahar Evron (shahar) on 2009-07-16T05:29:47.000+0000
The problem still exists because $PHP_BIN should be quoted for spaces as well.
Posted by Shahar Evron (shahar) on 2009-07-16T06:02:08.000+0000
Fixed in trunk rev 16770
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-21T08:30:56.000+0000
The last line of zf.sh may cause this problem.
It seems to have bad influence on MacOS Edition of Zend Studio for Eclipse 7.0.0 Early Access when creating project.
Posted by Roy Ganor (royganor) on 2009-06-21T08:45:03.000+0000
As a work around one can double quote the $PHP_DIR/zf.php section in the file.
so this line should be altered to $PHP_BIN -d safe_mode=Off -f "$PHP_DIR/zf.php" -- $@
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-21T09:08:03.000+0000
Thank you, Roy. ;-) Solved in SVN r16195
Posted by Shahar Evron (shahar) on 2009-07-16T05:29:47.000+0000
The problem still exists because $PHP_BIN should be quoted for spaces as well.
Posted by Shahar Evron (shahar) on 2009-07-16T06:02:08.000+0000
Fixed in trunk rev 16770