"1 PHP CLI applicati..." /> "1 PHP CLI applicati..." /> "1 PHP CLI applicati..."/>

How to pass arguments when i profile a CLI PHP in Zend Studio?

158 views Asked by At

I would like to profile a php script in CLI mode with Zend Studio 11.0. When I click right on the script, i choose "profile as" > "1 PHP CLI application". The script is immediately executed and profiled. But I have to pass arguments to the script. How to do this ?

1

There are 1 answers

0
Cédric E. On

The solution is : we have to add a new profile configuration (click right on the script > Profile as > Profile configurations ...), and add the arguments on the section "PHP script arguments". Then, run the new configuration which is in the menu of the profile button.