Hacked By AnonymousFox

Current Path : /home/allslyeo/.system-php/conf/jekasbbq.allstuffweb.com/
Upload File :
Current File : //home/allslyeo/.system-php/conf/jekasbbq.allstuffweb.com/7.1.json

{"nd_pdo_mysql":{"category":"Others","description":"","state":"disabled","name":"nd_pdo_mysql"},"spl":{"state":"build-in","name":"spl","description":"Set of interfaces and classses for solving standard problems","category":"Others"},"mysqlnd":{"description":"","category":"Others","state":"enabled","name":"mysqlnd"},"libsodium":{"state":"disabled","name":"libsodium","category":"Others","description":""},"hash":{"category":"Others","description":"Messages hashing framework. Allows to handle arbitrary length messages by using different hashing algorithms in direct or incremental way","state":"build-in","name":"hash"},"mcrypt":{"state":"enabled","name":"mcrypt","category":"Others","description":"This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered non-free. CFB and OFB are 8bit by default"},"phalcon3":{"description":"","category":"Others","state":"disabled","name":"phalcon3"},"libxml":{"description":"XML functionality","category":"Others","state":"build-in","name":"libxml"},"pdo_dblib":{"category":"Others","description":"","state":"disabled","name":"pdo_dblib"},"standard":{"state":"build-in","name":"standard","description":"Standard PHP Libpary","category":"Others"},"mbstring":{"state":"enabled","name":"mbstring","category":"Others","description":"Provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience"},"mysqli":{"name":"mysqli","state":"enabled","description":"This extension gives a user access to functionality provided by MySQL server 4.1 and above","category":"Others"},"tokenizer":{"state":"build-in","name":"tokenizer","category":"Others","description":"The tokenizer functions provide an interface to the PHP tokenizer embedded in the Zend Engine. Using these functions you may write your own PHP source analyzing or modification tools without having to deal with the language specification at the lexical level"},"mailparse":{"category":"Others","description":"Mailparse is an extension for parsing and working with email messages. It can deal with RFC 822 and RFC 2045 (MIME) compliant messages","state":"disabled","name":"mailparse"},"sysvsem":{"state":"disabled","name":"sysvsem","category":"Others","description":"System V semaphore support"},"xdebug":{"name":"xdebug","state":"disabled","category":"Others","description":"The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: stack and function traces in error messages with full parameter display for user defined functions, function name, file name and line indications, support for member functions; memory allocation; protection for infinite recursions. Xdebug also provides: profiling information for PHP scripts; code coverage analysis; capabilities to debug your scripts interactively with a debug client"},"ssh2":{"state":"disabled","name":"ssh2","category":"Others","description":""},"zip":{"name":"zip","state":"enabled","category":"Others","description":"This extension lets reading compressed ZIP archives and writing into them easily"},"bcmath":{"name":"bcmath","state":"enabled","category":"Others","description":"Binary Calculator for arbitrary precision mathematics which supports numbers of any size and precision, represented as strings"},"htscanner":{"description":"Allow one to use htaccess-like file to configure PHP per directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5,6,7, lighttpd, etc.)","category":"Others","state":"disabled","name":"htscanner"},"pdo":{"category":"Others","description":"The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific PDO driver to access a database server","state":"enabled","name":"pdo"},"ctype":{"description":"This extension functions allow to check if a symbol or a string belongs to a certain set of symbols while taking into account regional settings","category":"Others","state":"build-in","name":"ctype"},"ftp":{"name":"ftp","state":"build-in","description":"This module functions provide remote servers access by FTP protocol.","category":"Others"},"gd":{"state":"enabled","name":"gd","category":"Others","description":"Functions for working with images including images streaming"},"xmlreader":{"description":"This is a syntactic analyzer for XML. It acts as a cursor moving along the document stream and pauses at every node on the way","category":"Others","state":"enabled","name":"xmlreader"},"iconv":{"name":"iconv","state":"build-in","description":"This extension provides interface to encodings conversion library iconv","category":"Others"},"dbase":{"name":"dbase","state":"disabled","category":"Others","description":"These functions allow you to access records stored in dBase-format (dbf) databases. dBase files are simple sequential files of fixed length records. Records are appended to the end of the file"},"filter":{"category":"Others","description":"This extension filters data by either validating or sanitizing it. This is especially useful when the data source contains unknown (or foreign) data, like user supplied input. For example, this data may come from an HTML form.","name":"filter","state":"build-in"},"oci8":{"state":"disabled","name":"oci8","description":"","category":"Others"},"pdo_pgsql":{"category":"Others","description":"Driver implementing access from PHP to PostgreSQL","state":"disabled","name":"pdo_pgsql"},"dom":{"state":"enabled","name":"dom","description":"The DOM extension allows you to operate on XML documents through the DOM API with PHP 5","category":"Others"},"gmp":{"category":"Others","description":"This module functions use GNU MP library to calculate integers of arbitrary length","name":"gmp","state":"build-in"},"vips":{"description":"","category":"Others","name":"vips","state":"disabled"},"geos":{"state":"disabled","name":"geos","description":"","category":"Others"},"tidy":{"description":"The interface for cleaning and recovering utility Tidy HTML, which apart from the cleaning and recovering allows HTML documents manipulation and document tree traverse","category":"Others","state":"enabled","name":"tidy"},"odbc":{"name":"odbc","state":"disabled","description":"In addition to normal ODBC support, the Unified ODBC functions in PHP allow you to access several databases that have borrowed the semantics of the ODBC API to implement their own API. Instead of maintaining multiple database drivers that were all nearly identical, these drivers have been unified into a single set of ODBC functions","category":"Others"},"suhosin":{"name":"suhosin","state":"disabled","category":"Others","description":"Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core"},"apcu":{"state":"enabled","name":"apcu","category":"Others","description":""},"core":{"name":"core","state":"build-in","description":"PHP interpreter body","category":"Others"},"yaf":{"description":"Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension","category":"Others","name":"yaf","state":"disabled"},"soap":{"state":"enabled","name":"soap","description":"The SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.","category":"Others"},"sockets":{"category":"Others","description":"The socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.","name":"sockets","state":"enabled"},"exif":{"category":"Others","description":"Provides access for images EXIF metadata","name":"exif","state":"build-in"},"opcache":{"state":"enabled","name":"opcache","category":"Others","description":""},"http":{"description":"","category":"Others","state":"disabled","name":"http"},"uuid":{"category":"Others","description":"A wrapper around libuuid from the ext2utils project","state":"disabled","name":"uuid"},"sysvshm":{"name":"sysvshm","state":"disabled","description":"System V shared memory support","category":"Others"},"ldap":{"state":"disabled","name":"ldap","category":"Others","description":"Functionality to work with lightweight directory access protocol servers"},"brotli":{"state":"disabled","name":"brotli","description":"","category":"Others"},"igbinary":{"description":"Igbinary is a drop in replacement for the standard php serializer. Instead of time and space consuming textual representation, igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data","category":"Others","state":"disabled","name":"igbinary"},"pdo_odbc":{"name":"pdo_odbc","state":"disabled","category":"Others","description":"driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to databases through ODBC drivers or through the IBM DB2 Call Level Interface (DB2 CLI) library"},"readline":{"description":"","category":"Others","state":"build-in","name":"readline"},"gnupg":{"category":"Others","description":"","state":"disabled","name":"gnupg"},"interbase":{"category":"Others","description":"","name":"interbase","state":"disabled"},"simplexml":{"name":"simplexml","state":"build-in","category":"Others","description":"The SimpleXML extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators"},"trader":{"category":"Others","description":"The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present","name":"trader","state":"disabled"},"pdo_firebird":{"state":"disabled","name":"pdo_firebird","category":"Others","description":""},"redis":{"description":"","category":"Others","name":"redis","state":"disabled"},"pdo_oci":{"state":"disabled","name":"pdo_oci","category":"Others","description":""},"xsl":{"description":"The XSL extension implements the XSL standard, performing XSLT transformations using the libxslt library","category":"Others","state":"enabled","name":"xsl"},"propro":{"name":"propro","state":"disabled","category":"Others","description":""},"date":{"name":"date","state":"build-in","category":"Others","description":"These functions allow you to get the date and time from the server where your PHP scripts are running. You can use these functions to format the date and time in many different ways. The date and time information is internally stored as a 64-bit number so all conceivably useful dates (including negative years) are supported. The range is from about 292 billion years in the past to the same in the future"},"sourceguardian":{"state":"disabled","name":"sourceguardian","category":"Others","description":"SourceGuardian is commercial software which allows you to securely encode, compile and encrypt php scripts. In this way you will protect your source code from viewing and editing. You can lock your files based on the server IP where they will be opened, based on the domain name, the MAC address or a defined time period. In this way the files can not be used on a different computer, under a different domain or outside of a defined time interval"},"lzf":{"state":"disabled","name":"lzf","category":"Others","description":"This package handles LZF compression and decompression"},"pcntl":{"state":"build-in","name":"pcntl","description":"Process Control support in PHP implements the Unix style of process creation, program execution, signal handling and process termination. Process Control should not be enabled within a web server environment because unexpected results can happen","category":"Others"},"calendar":{"category":"Others","description":"API for building Calendar data structures","state":"build-in","name":"calendar"},"imap":{"name":"imap","state":"enabled","category":"Others","description":"These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods"},"inotify":{"description":"The inotify extension exposes the inotify functions","category":"Others","name":"inotify","state":"disabled"},"timezonedb":{"description":"This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database than the one that ships with PHP","category":"Others","name":"timezonedb","state":"enabled"},"xmlwriter":{"name":"xmlwriter","state":"enabled","description":"This extension is non-cached, one-direction way for generating streams of files for XML data","category":"Others"},"raphf":{"category":"Others","description":"","name":"raphf","state":"disabled"},"imagick":{"description":"Imagick is a native php extension to create and modify images using the ImageMagick API","category":"Others","name":"imagick","state":"enabled"},"wddx":{"state":"enabled","name":"wddx","category":"Others","description":"Functions to work with The WDDX, Web Distributed Data Exchange, a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web"},"xmlrpc":{"description":"These functions can be used for XML-RPC servers and clients writing","category":"Others","name":"xmlrpc","state":"enabled"},"json":{"description":"Allows work with text data interchange format with parser built on JSON_checker","category":"Others","state":"enabled","name":"json"},"swoole":{"name":"swoole","state":"disabled","category":"Others","description":""},"xml":{"state":"build-in","name":"xml","category":"Others","description":"This PHP extension implements support for expat in PHP. This toolkit lets you parse, but not validate, XML documents"},"rar":{"category":"Others","description":"","name":"rar","state":"disabled"},"curl":{"name":"curl","state":"build-in","category":"Others","description":"Interface to a powerful library for making HTTP, FTP and other requests and handling the output"},"stats":{"category":"Others","description":"This is the statistics extension. It contains few dozens of functions useful for statistical computations","name":"stats","state":"disabled"},"dba":{"state":"disabled","name":"dba","category":"Others","description":"These functions build the foundation for accessing Berkeley DB style databases. This is a general abstraction layer for several file-based databases. As such, functionality is limited to a common subset of features supported by modern databases such as Oracle Berkeley DB"},"newrelic":{"state":"disabled","name":"newrelic","description":"","category":"Others"},"enchant":{"name":"enchant","state":"disabled","description":"Enchant is the PHP binding for the Enchant library. Enchant steps in to provide uniformity and conformity on top of all spelling libraries, and implement certain features that may be lacking in any individual provider library","category":"Others"},"phar":{"state":"enabled","name":"phar","description":"The phar extension provides a way to put entire PHP applications into a single file called a phar (PHP Archive) for easy distribution and installation. In addition to providing this service, the phar extension also provides a file-format abstraction method for creating and manipulating tar and zip files through the PharData class, much as PDO provides a unified interface for accessing different databases","category":"Others"},"solr":{"state":"disabled","name":"solr","category":"Others","description":""},"fileinfo":{"name":"fileinfo","state":"disabled","description":"This module functions try to determine a file content type and encoding by means of analyzing certain magic bytes sequences at certain positions of the file. This is not truly reliable method but for most situations that will do","category":"Others"},"posix":{"description":"This module provide access to functions defined in IEEE 1003.1 (POSIX.1) that are not accessible with other means","category":"Others","name":"posix","state":"enabled"},"gender":{"name":"gender","state":"disabled","description":"Port of the gender.c program to find out the gender of firstnames. The actual database contains more than 40000 firstnames from 54 countries","category":"Others"},"sqlite3":{"description":"Support for SQLite version 3 databases","category":"Others","name":"sqlite3","state":"build-in"},"zlib":{"state":"build-in","name":"zlib","description":"This extension enables transparent reading GZIP archives and writing into them in file system access manner","category":"Others"},"pdo_mysql":{"state":"enabled","name":"pdo_mysql","category":"Others","description":"Driver implementing access from PHP to MySQL"},"sqlsrv":{"state":"disabled","name":"sqlsrv","description":"","category":"Others"},"pgsql":{"description":"Driver implementing access from PHP to PostgreSQL","category":"Others","name":"pgsql","state":"enabled"},"nd_mysqli":{"description":"","category":"Others","name":"nd_mysqli","state":"disabled"},"sysvmsg":{"name":"sysvmsg","state":"disabled","description":"System V messages support","category":"Others"},"geoip":{"description":"This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type","category":"Others","name":"geoip","state":"disabled"},"pdo_sqlite":{"description":"Driver implementing access from PHP to SQLite","category":"Others","state":"enabled","name":"pdo_sqlite"},"intl":{"name":"intl","state":"disabled","category":"Others","description":"Internationalization extension is a wrapper for ICU library, enabling PHP programmers to perform UCA-conformant collation and date, time, number, currency formatting in their scripts"},"grpc":{"name":"grpc","state":"disabled","category":"Others","description":""},"reflection":{"category":"Others","description":"This package functionality includes full-fledged Reflection API which gives possibility for reverse-engineering of classes, interfaces, function, methods and modules","name":"reflection","state":"build-in"},"bz2":{"category":"Others","description":"Functions for transparent reading and writing BZIP2 archives","state":"build-in","name":"bz2"},"mongodb":{"category":"Others","description":"","state":"disabled","name":"mongodb"},"pcre":{"category":"Others","description":"Perl Compatible Regular Expressions support","name":"pcre","state":"build-in"},"pdo_sqlsrv":{"description":"","category":"Others","name":"pdo_sqlsrv","state":"disabled"},"zmq":{"name":"zmq","state":"disabled","category":"Others","description":""},"shmop":{"state":"build-in","name":"shmop","description":"Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments","category":"Others"},"gettext":{"name":"gettext","state":"build-in","description":"This module functions implement Native Language Support API for applications internationalization","category":"Others"},"oauth":{"category":"Others","description":"This extension provides OAuth consumer and provider bindings. OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords","state":"disabled","name":"oauth"},"eio":{"name":"eio","state":"disabled","description":"This extension provides asyncronous POSIX IO by means of libeio C library","category":"Others"},"ioncube_loader":{"category":"Others","description":"Introduces tools to protect software written using the PHP programming language from being viewed, changed, and run on unlicensed computers","state":"disabled","name":"ioncube_loader"},"yaml":{"state":"disabled","name":"yaml","description":"","category":"Others"},"pspell":{"state":"disabled","name":"pspell","category":"Others","description":"These functions allow you to check the spelling of a word and offer suggestions"},"gmagick":{"name":"gmagick","state":"disabled","category":"Others","description":""},"snmp":{"category":"Others","description":"The SNMP extension provides a very simple and easily usable toolset for managing remote devices via the Simple Network Management Protocol","name":"snmp","state":"disabled"},"session":{"category":"Others","description":"Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site","state":"build-in","name":"session"},"openssl":{"state":"build-in","name":"openssl","description":"This module uses the functions of OpenSSL for generation and verification of signatures and for sealing (encrypting) and opening (decrypting) data","category":"Others"},"uploadprogress":{"description":"It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues. At least PHP 5.2 is needed","category":"Others","name":"uploadprogress","state":"enabled"}}

Hacked By AnonymousFox1.0, Coded By AnonymousFox