Ports Search

Results 11,53111,540 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/uploadprogress-1.0.3 (Score: 9.2878623E-4)
Provides track progress of a file upload
An extension to track progress of a file upload.
devel/lightning-2.1.0 (Score: 9.2878623E-4)
Generates assembly language code at run-time
GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.
devel/uri_template-1.0 (Score: 9.2878623E-4)
URI Template(RFC6570) library for PHP
Implementation of URI Template(RFC6570) specification for PHP.
devel/vld-0.13.0 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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/LLnextgen-0.5.5 (Score: 9.2878623E-4)
Extended LL(1) parser generator
LLnextgen is an Extended-LL(1) parser generator. It is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as input, and generates a parser routine for use in compilers and other text processing programs. LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with both static and dynamic conditions.
devel/xhprof-0.9.4 (Score: 9.2878623E-4)
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: 9.2878623E-4)
PHP extension for interfacing with Apache ZooKeeper
This extension provides API for communicating with ZooKeeper service.
devel/checkheaders-1.0.1 (Score: 9.2878623E-4)
Checks headers in C/C++ programs
This software checks the headers in a C/C++ program, and detects unnecessary inclusions. A "#include" is needed if any symbol names match. If there are no matching symbol names, it is not needed. This tool will work best if all classes, variables, constants, functions, etc. have unique names.
devel/blitz-0.8.2 (Score: 9.2878623E-4)
PHP templating engine
Blitz is a PHP templating engine. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines.