Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predefined type alpha upper and/or lowercase, numeric,...)
* date (min, max) (With the Date module installed)
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)
This is a port of libevent to the PHP infrastructure.
Routines to access raw VBI capture devices (currently the V4L and
V4L2 API, and the *BSD bktr driver are supported), a versatile VBI
bit slicer, decoders for various data services and basic search,
render and export functions for Closed Caption and Teletext pages.
The shape extension wraps libshape and provides the ability to write programs
for manipulating ESRI shapefiles.
The SPL_Types extension is a collection of special typehandling classes.
pecl-spread is a extension for PHP to support the Spread toolkit API.
While Spread is an open source toolkit that provides a high performance
messaging service that is resilient to faults across local and wide area
networks.
libstatgrab is a library that provides a common interface for
retrieving a variety of system statistics on a number of *NIX like
systems.
This extension allows you to call the functions made available by
libstatgrab library.
The strict extension introduces support for strict scalar parameter type hints
without changing Zend. Support for the following types is introduced:
* string
* integer, int
* float, double
* boolean, bool
* resource
Variadic support for all of the above types is also included.
PHP bindings to the libsvn library which provide access to subversion
repositories.