Main > Free Download Search >

Free uses php software for linux

uses php

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17219
Cute PHP Library 0.51

Cute PHP Library 0.51


Cute PHP library is a small collection of classes for PHP. more>>
Cute PHP library is a small collection of classes for PHP witch purpose is to simplify functions for daily work with PHP. e.g. convertions, formating, DB session.

<<less
Download (0.11MB)
Added: 2006-05-25 License: LGPL (GNU Lesser General Public License) Price:
1250 downloads
Chaussette 1.0

Chaussette 1.0


Chaussette is a PHP/MySQL Web group calendar using Ajax. With it, friends can share events and chat together. more>>
Chaussette is a MySQL/PHP Web group calendar using Ajax.

With it, friends can share events and chat together.

<<less
Download (2.6MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1262 downloads
PHP 5.2.3

PHP 5.2.3


PHP is a high-level scripting language. more>>
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn.

PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.

PHP project is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
<<less
Download (7.0MB)
Added: 2007-06-01 License: The PHP License Price:
905 downloads
 
Other version of PHP
PHP 5.0.5PHP is a widely-used Open Source general-purpose scripting language that is especially ... PHP runs on many different platforms and can be used as a standalone executable or as a module
License:The PHP License
Download (5.9MB)
1523 downloads
Added: 2005-09-06
License:The PHP License
Download (4.9MB)
1105 downloads
Added: 2007-05-05
VCL for PHP 1.0

VCL for PHP 1.0


VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. more>>
VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever.
This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP.
Enhancements:
- The code in this release is the same you can get when buying Delphi for PHP.
<<less
Download (2.2MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
929 downloads
Turck MMCache for PHP 2.4.6

Turck MMCache for PHP 2.4.6


Turck MMCache for PHP is a free PHP accelerator, optimizer, encoder, and dynamic content cache. more>>
Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated.
Also it uses some optimizations to speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times.
Turck MMCache stores compiled PHP scripts in shared memory and execute code directly from it. It creates locks only for short time while search compiled PHP script in the cache, so one script can be executed simultaneously by several engines.
MM shared memory library (http://www.engelschall.com/sw/mm/) was used by Turck MMCache before version 2.3.13 for management of shared memory and locking. Files those cant fit in shared memory are cached on disk only.
Turck MMCache was first launched in 2001 to speed up the www.guestbooks4all.com service. It has been tested under PHP 4.1.0-4.3.3 under GNU/Linux and Windows with Apache 1,3 and 2.0. Patches for ports to other OSs and PHP versions are welcome
Since version 2.3.10, Turck MMCache contains a PHP encoder and loader. You can encode PHP scripts using encoder.php in order to distribute them without sources. Encoded files can be run on any site which runs PHP with Turck MMCache 2.3.10 or above.
The sources of encoded scripts cant be restored because they are stored in a compiled form and the encoded version doesnt contain the source. Of course, some internals of the scripts can be restored with different reverse engineering tools (disassemblers, debuggers, etc), but it is not trivial.
Since version 2.3.15, Turck MMCache is compatible with Zend Optimizers loader. Zend Optimizer must be installed after Turck MMCache in php.ini. If you dont use scripts encoded with Zend Encoder then we do not recommend you install Zend Optimizer with Turck MMCache.
Turck MMCache does not work in CGI mode.
Requierments:
- apache 1.3
- mod_php 4.1
- autoconf
- automake
- libtool
- m4
<<less
Download (0.11MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1637 downloads
phpftp 2.2

phpftp 2.2


phpftp is a Web-based FTP client. more>>
This is an FTP client implemented in PHP. It is freely distributed under a BSD-style copyright, which you will find in the source.
Version restrictions:
- If youre using PHP 3, you must have version 3.0.17 or higher to run this software. If youre using PHP 4, you must have 4.0.3 or higher.
Enhancements:
- Added more configurable items, such as the temporary directory and the maximum upload file size, since users seem to be changing these values frequently.
- Fixed nasty easily-exploited security hole in phpftp_put() function. This creates a dependency on the is_uploaded_file() PHP function.
- PHP 3 users must have version 3.0.17 or higher, and PHP 4 users must have version 4.0.3 or higher in order to have that function.
- Users will not notice any new functionality in the 2.2 release - no features have been added.
<<less
Download (0.01MB)
Added: 2005-04-26 License: BSD License Price:
1644 downloads
phpass 0.1

phpass 0.1


phpass is a portable PHP password hashing framework. more>>
phpass is a portable PHP password hashing framework.
This is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above, and it has actually been tested with PHP 3.0.18, 4.3.x, 4.4.x, and 5.0.x so far.
The preferred (most secure) hashing method supported by phpass is the OpenBSD-style Blowfish-based bcrypt, also supported with our public domain crypt_blowfish package (for C applications), and known in PHP as CRYPT_BLOWFISH, with a fallback to BSDI-style extended DES-based hashes, known in PHP as CRYPT_EXT_DES, and a last resort fallback to an MD5-based variable iteration count password hashing method implemented in phpass itself.
To ensure that the fallbacks will never occur, the PHP Hardening-Patch may be used. The Hardening-Patch integrates crypt_blowfish into the PHP interpreter such that bcrypt is available for use by PHP scripts even if the host system lacks support for it. Hopefully, future versions of PHP will do the same.
Included in the package are a PHP source file implementing the PasswordHash PHP class, a tiny PHP application demonstrating the use of the PasswordHash class, and a C re-implementation of the last resort password hashing method (used for testing the correctness of the primary implementation only).
Enhancements:
- The framework test program has been enhanced in numerous ways, and a minor bug which had no practical impact in the framework itself has been fixed.
<<less
Download (0.004MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1144 downloads
xulRecordset 0.4

xulRecordset 0.4


xulRecordset is a project to create XUL widget library with a recordset behaviour, like ADORecordset in Visual Basic. more>>
xulRecordset is a project to create XUL widget library with a recordset behaviour.
The project uses PHP language in server-side and derived XUL widgets (using XBL - Mozilla technology) and Javascript in client-side. The comunication between client and server is supported by JPSpan library.
We provide an agenda as an example to show how it works. You can move next, move previous, move first, move last, update, remove, add records... The example runs against a MySQL database.
The project aims to create a library to get a XUL widgets with a recordset behavior, like ADORecordset in Visual Basic.
Enhancements:
- First aproximation to Client Side Data Caching
<<less
Download (0.12MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1574 downloads
TurquoiseCRM 1.0.1

TurquoiseCRM 1.0.1


TurquoiseCRM is a lightweight CRM package developed using PHP, MySQL, and Apache. more>>
TurquoiseCRM is a lightweight CRM package developed using PHP, MySQL, and Apache.
The software is easily extendable.
Enhancements:
- An "item search" feature has been added.
- A bug in the "item delete" feature has been corrected.
- The user interface has been optimized for FireFox browsers.
- Other minor bugfixes have been made.
- A problem in downloading the zip file is now handled.
<<less
Download (0.070MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1313 downloads
PHPLiveX 2.3

PHPLiveX 2.3


PHPLiveX is a class that can be used to call PHP functions from Javascript in Web pages using AJAX. more>>
PHPLiveX is a class that can be used to call PHP functions from Javascript in Web pages using AJAX.

The project generates Javascript code that implements functions with the same names and function arguments as a given list of existing PHP functions.

When the generated Javascript functions are called, they start AJAX requests to invoke the respective PHP functions on the server.

<<less
Download (0.008MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
861 downloads
gimphp 0.2.0

gimphp 0.2.0


gimphp is a PHP Class library to write Gimp scripts directly in PHP. more>>
gimphp is a PHP Class library to write Gimp scripts directly in PHP.

To realize the Cultural Association Milug cards it was created a web-application that is based on PHP to use Gimp as a graphic engine. It work with gimuse server to produce cards.

<<less
Download (1.8MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
Expose PHP template engine 1.1.2

Expose PHP template engine 1.1.2


Expose is a template engine written in PHP. more>>
Expose PHP template engine is a template engine written in PHP. A template is a special kind of document that describes how a page will look like. How does this differ from writing webpages/applications using ordinary PHP files?
A template does not contain code to fetch data from a database or deal with forms. It only contains code how this data is transformed to HTML.
Some reasons to use the Expose template engine:
- Application logic and presentation is separated. It makes your code much more beautiful and manageable.
- Templates are fed only the parameters you specifiy and support only a subset of native PHP functions. This means safer code and your designers will be happier, because they dont have to inject their HTML in application code.
- Expose supports server- and client-sided caching. This will considerably cut down on server/database load and reduces bandwidth.
- Expose has built-in locale support. Translators can work with separate files and never need to touch application files or templates. Writing applications in multiple languages has become easier than ever before!
- Plugins simplify common tasks like inserting a select box or date picker in your page.
- The template script language is based on PHP, which means you dont have to learn a new language.
Enhancements:
- The Boolean "and" (&&) operator is now properly recognized.
- Several array PHP functions are now registered at default.
- The first newline after the close tag (?>) is now stripped like expected.
- The built-in display() template function now correctly passes additional parameters to the included template.
<<less
Download (0.020MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1288 downloads
xv.php 0.0.2

xv.php 0.0.2


xv.php provides a simple way of checking the validity of XML or XHTML documents generated by PHP. more>>
xv.php provides a simple way of checking the validity of XML or XHTML documents generated by PHP.

It uses output buffering to capture your PHP scripts output, and an XML parser to check it for well-formedness.

It can be configured to display any errors it finds, as well as a document listing, and its behaviour can be overridden by changing the callback functions it uses.
<<less
Download (0.011MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
PHP Screw 1.3

PHP Screw 1.3


PHP Screw is a PHP script encryption tool. more>>
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.

<<less
Download (0.008MB)
Added: 2005-09-19 License: BSD License Price:
1497 downloads
Picture of the Day PHP Script 1.0

Picture of the Day PHP Script 1.0


Picture of the Day PHP Script shows daily changing pictures. more>>
Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.
Main features:
- Can display several images per page
- Each image is taken from its own set of directories
- Image is randomly taken from directories
- Images are changed daily
- Unlimited number of images
- Unlimited number of directories
- Unlimited number of images per page
- Compatible with Unix and Windows
- Doesnt use database.
<<less
Download (0.013MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1294 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5