Ports Search

Results 4,9514,960 of 5,824 for /net/.(0.004 seconds)
devel/sync-1.0.1 (Score: 0.014903333)
Named and unnamed synchronization objects in PHP
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.
devel/trace-0.3.0 (Score: 0.014903333)
Low-overhead tracing tool for PHP
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.
devel/uopz-2.0.7 (Score: 0.014903333)
User Operations for PHP Zend engine
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.
devel/uploadprogress-1.0.3 (Score: 0.014903333)
Provides track progress of a file upload
An extension to track progress of a file upload.
devel/uuid-1.0.4 (Score: 0.014903333)
UUID extension in PHP
A wrapper around libuuid from the ext2utils project.
devel/uri_template-1.0 (Score: 0.014903333)
URI Template(RFC6570) library for PHP
Implementation of URI Template(RFC6570) specification for PHP.
devel/vld-0.13.0 (Score: 0.014903333)
Dump the internal representation of PHP scripts
The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.
devel/weakref-0.2.6 (Score: 0.014903333)
PECL Weakref extension
A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).
devel/xhprof-0.9.4 (Score: 0.014903333)
Hierarchical Profiler for PHP
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.
devel/zookeeper-0.2.2 (Score: 0.014903333)
PHP extension for interfacing with Apache ZooKeeper
This extension provides API for communicating with ZooKeeper service.