I'm on Windows.
I'm trying to connect my repository with Mantis (1.1.2), but in the file checkin.php the is :
Code: Select all
while ( ( $t_line = fgets( STDIN, 1024 ) ) ) {
...
}
rep>php -f mantis/checkin.php
Then, I type :
rep>I'm resolved issue #1
But the checkin.php wait again a user entry.
Is there a command for fill STDIN ? I saw the type of command
rep>php -f mantis/checkin.php <<< "I'm resolved issue #1"
But on Windows it doesn't work
Thank you
thank you