Main > Free Download Search >

Free php software for linux

php

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1707
Php-Residence Hotel Software 1.0

Php-Residence Hotel Software 1.0


Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms.... more>> <<less
Download (661KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
PHP 5.0.1 Linux

PHP 5.0.1 Linux


The PHP Package !!! - Linux Version more>>
PHP began as a quick Perl hack written by Rasmus Lerdorf in 1994.
Over the next two to three years, it evolved into what we today know as PHP/FI 2.0. PHP/FI started to get a lot of users, but things didn`t start flying until Zeev Suraski and Andi Gutmans suddenly came along with a new parser in the summer of 1997, leading to PHP 3.0. PHP 3.0 defined the syntax and semantics used in both versions 3 and 4.
<<less
Download (4.98MB)
Added: 2009-04-29 License: Freeware Price:
202 downloads
upgrade.php 15

upgrade.php 15


upgrade.php is a PHP script that can help you to use all features from newer PHP versions to older interpreters. more>>
upgrade.php is a PHP script that can help you to use all features from newer PHP versions (up to 5.2 currently) without losing compatibility to older interpreters and outdated webserver setups. It takes care of emulating any functions (with their original names) that are missing at runtime.
You simply include() it into your applications and are from then on freed from thinking about backwards compliance and wasting time with workarounds instead of simply using the more powerful PHP functions.
Following functions are currently emulated:
json_encode - json_decode - strptime - error_get_last - preg_last_error - lchown - lchgrp - gzdecode - ob_get_headers - xmlentities - stripos - strripos - str_ireplace - get_headers - headers_list - fprintf - vfprintf - str_split - http_build_query - convert_uuencode - convert_uudecode - scandir - idate - time_nanosleep - strpbrk - php_real_logo_guid - php_egg_logo_guid - php_strip_whitespace - php_check_syntax - get_declared_interfaces - array_combine - array_walk_recursive - substr_compare - spl_classes - class_parents - session_commit - dns_check_record - dns_get_mx - setrawcookie - file_put_contents - file_get_contents - fnmatch - glob - array_key_exists - array_intersect_assoc - array_diff_assoc - html_entity_decode - str_word_count - str_shuffle - get_include_path - set_include_path - restore_include_path - str_rot13 - array_change_key_case - array_fill - array_chunk - md5_file - is_a - fmod - floatval - is_infinite - is_nan - is_finite - var_export - strcoll - diskfreespace - disktotalspace - vprintf - vsprintf - import_request_variables - hypot - log1p - expm1 - sinh - cosh - tanh - asinh - acosh - atanh - array_udiff_uassoc - array_udiff_assoc - array_diff_uassoc - array_udiff - array_uintersect_uassoc - array_uintersect_assoc - array_uintersect - array_intersect_uassoc - mime_content_type - image_type_to_mime_type - image_type_to_extension - exif_imagetype - array_filter - array_map - is_callable - array_search - array_reduce - is_scalar - localeconv - call_user_func_array - call_user_method_array - array_sum - constant - is_null - pathinfo - escapeshellarg - is_uploaded_file - move_uploaded_file - strncasecmp - wordwrap - php_uname - php_sapi_name
Enhancements:
- This release includes PDO emulation for PHP 4.x.
- This new unified PHP5 standard database interface prevents SQL injection exploits if you use its prepared statements instead of error-prone string concatenation and manual escaping.
- Other changes include more detailed phpDoc-style comments in the main script, and file_put_contents() support for the file locking flag.
- The emulated json_decode() function now supports Unicode escapes and still remains five times faster than JSON.php or the Zend_Framework decoder.
<<less
Download (0.13MB)
Added: 2007-08-02 License: Public Domain Price:
818 downloads
PHP feed finder 2

PHP feed finder 2


PHP feed finder is a PHP class that finds all the URLs for all RSS and ATOM feeds. more>>
PHP feed finder is a PHP class that finds all the URLs for all RSS and ATOM feeds that appear on a given as well as OPML outline documents from a Web page.
The project will convert any relative links that are found into absolute links. The only required input is the URL of the Web page to be scanned for links.
Enhancements:
- ATOM feed links and OPML outline documents are now retrieved by the class, in addition to RSS links.
<<less
Download (MB)
Added: 2007-07-25 License: Freeware Price:
825 downloads
PHP-Qt 0.1

PHP-Qt 0.1


PHP-Qt is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit. more>>
PHP-Qt library is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit.

It provides an object-oriented interface to the Qt 4 framework.

<<less
Download (0.19MB)
Added: 2007-07-14 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
Captcha PHP 2.0

Captcha PHP 2.0


Captcha PHP is a PHP class library that works without cookies. more>>
Captcha PHP is a PHP class library that works without cookies. It is extremely easy to integrate into existing sites and your < form > processing logic. And it requires no database.
It strives to be more user-friendly. It gives visual feedback while you enter a solution (AJAX). And it accepts a few misguessed letters. Additionally it has an accessible riddle built in, optional modules and many configuration settings.
Integration:
On a page that contains a form (maybe even just a login or registration mask), you simply call the ::form() function to get a CAPTCHA image and input box generated, after you did include() the "captcha.php" file:
< /form >
Per default this just outputs the CAPTCHA < img > and an additional solution < input > box - wrapped in a few < div >s.
In the receiving PHP script or part, you then simply invoke the ::solved() function, which will return a boolean value of true, if the user correctly specified the displayed letters and numbers.
...
if ($_POST && captcha::solved()) {
// ok, proceed
}
else {
// error, or redisplay the CAPTCHA
}
The static captcha:: class functions do not print an error message themselves. But you have to integrate the ::solved() function into your form processing logic anyhow.
You can of course also instantiate the real "easy_captcha" class yourself, but typically the static "captcha" API is all you need.
Instead of embedding the CAPTCHA with an existing form, you could of course create a pre-check page - in multi form wizards. It was then for example up to you to transfer the solved-state, and prevent repeated loops or circumvention methods.
Enhancements:
- This version is almost completely rewritten, but retains the simple API.
- A new default drawing mode was added.
- It allows fuzzy solutions and gives feedback via "AJAX".
- The textual riddle was changed into a math question.
- It now manages temporary files to track CAPTCHA solving extensively, but retains support for optional time-tagged pass cookies.
- Logging and URL-triggered activation was added.
<<less
Download (0.022MB)
Added: 2007-07-03 License: Public Domain Price:
862 downloads
PHP Accounts 0.5.1

PHP Accounts 0.5.1


PHP Accounts project is an open source web based accounts system. more>>
PHP Accounts project is an open source web based accounts system.
Main features:
- Generation of pdf invoices, receipts, quotes
- Email invoice (pdf attachment) to clients
- Automated invoice reminders (sent via email)
- Timesheet system - great for consultants charging on an hourly basis
- Invoice wizard for quickly creating a fully itemised invoice
- Expenditure/Outgoings
- Cash flow reports
- Spreadsheet export
<<less
Download (1.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
860 downloads
PHP-STL 1.0 Beta

PHP-STL 1.0 Beta


php-stl is a templating implementation similar to javas JSTL. more>>
php-stl project is a templating implementation similar to javas JSTL.

This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output.

Note that php-stl does not provide its own template handling, but instead piggybacks on either PHPSavant or Smarty as a compiler. Note also that php-stl is designed for PHP 5, though a PHP 4 implementation wouldnt be difficult.

Support for smarty was a bolt-on after the fact, so the code isnt quite as clean as it should be, but thats why its a beta. Were happy to hear feedback to move this to a 1.0 stable release at php-stl ~at! redtreesystems.
<<less
Download (0.20MB)
Added: 2007-06-08 License: MPL (Mozilla Public License) Price:
870 downloads
php-residence 0.7

php-residence 0.7


php-residence is designed to manage weekly or daily rental of house apartments or small hotel rooms. more>>
php-residence is designed to manage weekly or daily rental of house apartments or small hotel rooms. php-residence uses a MySQL or PostgreSQL database as a backend. Reservations can be assigned to an apartment automatically with user-defined rules.
Main features:
- Software released under GPL licence (free and modifiable).
- Automatic assignment of the apartments with user defined rules. Details -->
- Configurable in number and characteristics of the apartments, periods, rates...
- Possibility to add weekly-daily or percentage extra costs to the rates. Details -->
- Visualization of contracts with inserted data for printing.
- Creation of templates to check availability from an internet site.
- Multi-user with privileges system. Details -->
- Backup all your data on a single text file.
- In english, italian and spanish.
Enhancements:
- Support was added for the sqlite database, recording of guests data, and assignment of reservations in close apartments.
<<less
Download (0.35MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
875 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 Developers - PHP is a high-level scripting language. PHP. PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development
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
PHP-Sugar 0.60

PHP-Sugar 0.60


PHP-Sugar is a new template engine for PHP, similar in intent to Smarty. more>>
PHP-Sugar is a new template engine for PHP, similar in intent to Smarty. A powerful and flexible compilation engine is used which allows for powerful expressions similar to that of PHP itself.
The project also features a clean and easy to understand syntax, which was created with the average designer in mind.
Security is a strength of PHP-Sugar. For example, output is HTML-escaped by default, instead of requiring explicit escaping like PHP itself, which makes it far less likely to accidentally introduce an HTML or JavaScript code injection vulnerability from user-submitted content.
Enhancements:
- The HTML cache was reverted to using bytecode, as the compilation to PHP is too difficult to secure and did not even provide any performance advantage.
- Minor cleanups were made in the parser and runtime.
- Functions can now be called using normal mathematical notation inside of expressions.
- Other minor cleanups were made to the API and error reporting.
- The file-based cache and storage drivers now use JSON if available instead of PHP serialization for cleaner files.
<<less
Download (0.014MB)
Added: 2007-05-31 License: BSD License Price:
876 downloads
Php Logo Interpreter 0.1

Php Logo Interpreter 0.1


Php Logo Interpreter project is a logo language interpreter. more>>
Php Logo Interpreter project is a logo language interpreter.

This package implements an interpreter of the Logo programming language.

It implements almost all features of the Logo programming language, including procedure definition, recursion call, etc..

The output of the execution of logo programs is rendered on an image resource that can be outputted in any supported by the PHP GD extension.

<<less
Download (MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
881 downloads
PHP TroubleTicket 1.4.1

PHP TroubleTicket 1.4.1


PHP TroubleTicket is multiuser problem-tracking software entirely written in PHP 4. more>>
PHP TroubleTicket project is multiuser problem-tracking software entirely written in PHP 4.

It is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.

The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.

<<less
Download (MB)
Added: 2007-05-04 License: Free for non-commercial use Price:
915 downloads
php_template 2.9.2 (PHP Module)

php_template 2.9.2 (PHP Module)


php_template is a very fast and easy to use PHP template rendering system. more>>
php_template is a very fast and easy to use PHP template rendering system. It can create large amounts of data quickly, given a simple template. The project supports dynamic data tags for things like table data and lists, optional tags for conditional data presentation, and simple variable tags.

<<less
Download (0.27MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
910 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5