Metadata for php-pecl-chdb-1.0.3-4.el7.remi.5.4.x86_64.rpm

0 directories 0 files
Go up

INFO

Name: php-pecl-chdb
Version: 1.0.3-4.el7.remi.5.4
Arch: x86_64
Summary: A fast database for constant data
License: PHP
Vendor: Remi Collet
Build Host: schrodingerscat.famillecollet.com
Build Date: Fri Apr 25 05:12:27 2014
Size: 49319
URL: http://pecl.php.net/package/chdb
Description: CHDB (constant hash database) is a fast key-value database for constant data,
realized by using a memory-mapped file and thus providing the following
functionalities:
- Extremely fast initial load, regardless of the size of the database.
- Only the pages of the file which are actually used are loaded from the disk.
- Once a page is loaded it is shared across multiple processes.
- Loaded pages are cached across multiple requests and even process recycling.

A typical use of CHDB is as a faster alternative to defining many PHP
constants.

CHDB is internally implemented as a hash-table using a perfect hashing
function, thus guaranteeing worst case O(1) lookup time.

FILES

/etc/php-zts.d/chdb.ini
/etc/php.d/chdb.ini
/usr/lib64/php-zts/modules/chdb.so
/usr/lib64/php/modules/chdb.so
/usr/share/doc/pecl/chdb
/usr/share/doc/pecl/chdb/INSTALL
/usr/share/doc/pecl/chdb/LICENSE
/usr/share/doc/pecl/chdb/README
/var/lib/pear/pkgxml/php-pecl-chdb.xml

REQUIRES

/bin/sh
/bin/sh
/usr/bin/pecl
/usr/bin/pecl
config(php-pecl-chdb) 1.0.3-4.el7.remi.5.4
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libcmph.so.0()(64bit)
php(api) 20100412-64
php(zend-abi) 20100525-64
php-spl(x86-64)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

config(php-pecl-chdb) 1.0.3-4.el7.remi.5.4
php-chdb 1.0.3
php-chdb(x86-64) 1.0.3
php-pecl(chdb) 1.0.3
php-pecl(chdb)(x86-64) 1.0.3
php-pecl-chdb 1.0.3-4.el7.remi.5.4
php-pecl-chdb(x86-64) 1.0.3-4.el7.remi.5.4

CONFIG FILES

/etc/php-zts.d/chdb.ini cn
/etc/php.d/chdb.ini cn
/usr/lib64/php-zts/modules/chdb.so
/usr/lib64/php/modules/chdb.so
/usr/share/doc/pecl/chdb
/usr/share/doc/pecl/chdb/INSTALL d
/usr/share/doc/pecl/chdb/LICENSE d
/usr/share/doc/pecl/chdb/README d
/var/lib/pear/pkgxml/php-pecl-chdb.xml

LICENSE FILES

PHP