Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
- 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 Jun 29 05:00:00 2005 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.7
- add security fixes:
* shtool temp file handling (CAN-2005-1751, #159000)
* XML_RPC command injection (Stefan Esser, CAN-2005-1921, #162045)
- fix ncurses/gd package descriptions (#158904)
- * Tue Apr 26 05:00:00 2005 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.6
- add fix for curl safe mode bypasses (#147808)
- * Wed Apr 20 05:00:00 2005 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.5
- fix unserializer regressions
- BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)