[PHP] ssh2_exec line width problem

2010-09-28 Thread Radek Krejča
Hi, I need to get about 500 chars over ssh2_exec, but this doesnt work: $stream = ssh2_Exec($this->_connection, "system identity print;ip address print detail;system routerboard print;interface wireless print", false, NULL, 500); Where could be a problem? Its connection to Mikrotik. php5-5.3.3_

[PHP] ssh2_exec line width problem

2010-09-28 Thread Radek Krejča
Hi, I need to get about 500 chars over ssh2_exec, but this doesnt work: $stream = ssh2_Exec($this->_connection, "system identity print;ip address print detail;system routerboard print;interface wireless print", false, NULL, 500); Where could be a problem? Its connection to Mikrotik. php5-5.3.3_