Open GoogleCodeExporter opened 8 years ago
Original comment by albertdi...@gmail.com
on 28 Jan 2015 at 5:43
But this kind of stops the shutdown handle itself rather than stop the
printing, which is what we're really up to.
Original comment by albertdi...@gmail.com
on 28 Jan 2015 at 5:44
The halt might not be desireable when running automated scripts
Original comment by albertdi...@gmail.com
on 29 Jan 2015 at 5:34
commit postponed:
add.class.php
{{{
static function handle_shutdown() {
if ( php_sapi_name() == "cli" && DEFINED('STDIN')) {
echo "\n\npress any key to execute shutdown handle\n\n";
fgets(STDIN);
}
#...
}
}}}
Original comment by albertdi...@gmail.com
on 29 Jan 2015 at 6:15
Original issue reported on code.google.com by
albertdi...@gmail.com
on 28 Jan 2015 at 5:42