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.
The sync extension introduces synchronization objects into PHP.
Named and unnamed Mutex, Semaphore, Event, and Reader-Writer objects provide
OS-level synchronization on both *NIX (POSIX semaphores required) and Windows
platforms.
Trace is a low-overhead tracing tool for PHP.
It can trace all PHP execution, function calls, request information during
run-time. And provides features like Filter, Statistics, Current Status and
so on.
It is very useful to locate blocking, heavy-load problems and debug in all
environments, especially in production environments.
The uopz - User Operations for Zend
extension exposes Zend Engine functionality normally used at compilation and
execution time in order to allow modification of the internal structures that
represent PHP code, and for user code to interact with the VM.
An extension to track progress of a file upload.
A wrapper around libuuid from the ext2utils project.