Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
Name: | php |
Vendor: | Scientific Linux |
Version: | 4.3.9 |
License: | The PHP License |
Release: | 3.2 |
URL: | http://www.php.net/ |
- Summary
- PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated webpages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts. The
mod_php module enables the Apache Web server to understand and process
the embedded PHP language in Web pages.
Changelog
- * Wed Jan 5 18:00:00 2005 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.2
- add security fixes from Stefan Esser et al (#141136):
* unserializer issues (CAN-2004-1019)
* overflow in exif image parsing (CAN-2004-1065)
* integer overflows in pack, shomp_write (CAN-2004-1018)
- add bug fixes:
* missing flush before virtual() in sapi/a2h (upstream #30446)
* curl POST field handling on 64-bit platforms (upstream #31413)
- enable pcntl extension in /usr/bin/php
- * Wed Nov 24 18:00:00 2004 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.1
- rebuild for new mysql-devel (#140652)
- workaround (spurious?) test failure breaking rebuilds (#140676)
- add patch for upstream #25570
- * Wed Oct 20 19:00:00 2004 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3
- fix segfault introduced upstream in CAN-2004-0958 patch