Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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.26 | 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 Apr  1 18:00:00 2009 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.26
- - add security fixes for CVE-2008-3658, CVE-2008-3660,
  CVE-2008-5498, CVE-2008-5557, CVE-2009-0754 (#487361)
- split out gd overflow2() and make global with sane symbol name 
            - * Mon Jan 26 18:00:00 2009 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.25
- - fix quote handling if fgetcsv() (#165194)
- fix RPATH in gd.so (#481562) 
            - * Fri Jan 16 18:00:00 2009 Joe Orton <jorton{%}redhat{*}com> 4.3.9-3.22.13
- - enable dbase extension (#236094)
- require autoconf, automake for -devel (#453028)
- provide mod_php (#294611)
- odbc: 64-bit fixes (#211609)
- curl: safe argument handling for curl_init (#176715)
- fix possible crash with setlocale() (#203151, thanks to Dominik Gehl)
- fix printf positional argument handling (#218044)
- fixes for handling of failed read in multipart request (#250999)
- fix crashes with unclosed streams using custom wrappers (#433558)
- fix serialize() of incomplete class (#219235)