php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53079 SSH2 randomly works along side MySQL
Submitted: 2010-10-15 23:25 UTC Modified: 2010-10-18 03:51 UTC
From: josh at servebyte dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.3.3 OS: CentOS 5.5
Private report: No CVE-ID: None
 [2010-10-15 23:25 UTC] josh at servebyte dot com
Description:
------------
ssh2_exec and ssh2_shell functions randomly work.

Expected result:
----------------
These functions work perfectly when no MySQL connection is active. They should work when a MySQL connection is active too.

Actual result:
--------------
When a MySQL connection is active, the ssh2_exec and ssh2_shell functions randomly pick up on the MySQL stream, making the data returned from the ssh2_exec and ssh2_shell functions corrupt.

I am guessing that there is a conflict between the 2 extensions.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-15 23:27 UTC] josh at servebyte dot com
ssh2 0.11.0
php 3.3.3
libssh2 1.2.7-1.el5.rf
 [2010-10-18 03:51 UTC] aharvey@php.net
-Status: Open +Status: Bogus
 [2010-10-18 03:51 UTC] aharvey@php.net
Bugs in PECL extensions are tracked on the PECL bug tracker, rather than here. Please open a new bug at http://pecl.php.net/bugs/report.php?package=ssh2
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC