php5 5.5.3+dfsg-1ubuntu2 source package in Ubuntu

Changelog

php5 (5.5.3+dfsg-1ubuntu2) saucy; urgency=low

  * d/p/crash_in_get_zval_ptr_ptr_var.patch: cherry-pick from upstream to fix
    segfault (LP: #1236733).
 -- Robie Basak <email address hidden>   Wed, 09 Oct 2013 11:29:29 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
php5_5.5.3+dfsg.orig.tar.xz 9.7 MiB 15c62405d327113437818c62aac9712f18e4c6777fe76c54d9ba81218bc28b82
php5_5.5.3+dfsg-1ubuntu2.debian.tar.gz 168.1 KiB 527bcd6f6c973510d52e76bf56b655e662ee0fc907746ee4d57d38456265a603
php5_5.5.3+dfsg-1ubuntu2.dsc 4.3 KiB 2106de9a1cf46427cfcd878267938b69b984225066d93e594f53f3ad0050df9a

View changes file

Binary packages built by this source

libapache2-mod-php5: server-side, HTML-embedded scripting language (Apache 2 module)

 This package provides the PHP5 module for the Apache 2 webserver (as
 found in the apache2-mpm-prefork package). Please note that this package
 ONLY works with Apache's prefork MPM, as it is not compiled thread-safe.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

libapache2-mod-php5filter: No summary available for libapache2-mod-php5filter in ubuntu saucy.

No description available for libapache2-mod-php5filter in ubuntu saucy.

libphp5-embed: No summary available for libphp5-embed in ubuntu saucy.

No description available for libphp5-embed in ubuntu saucy.

php-pear: No summary available for php-pear in ubuntu saucy.

No description available for php-pear in ubuntu saucy.

php5: No summary available for php5 in ubuntu saucy.

No description available for php5 in ubuntu saucy.

php5-cgi: No summary available for php5-cgi in ubuntu saucy.

No description available for php5-cgi in ubuntu saucy.

php5-cli: No summary available for php5-cli in ubuntu saucy.

No description available for php5-cli in ubuntu saucy.

php5-common: Common files for packages built from the php5 source

 This package contains the documentation and example files relevant to all
 the other packages built from the php5 source.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-curl: No summary available for php5-curl in ubuntu saucy.

No description available for php5-curl in ubuntu saucy.

php5-dbg: No summary available for php5-dbg in ubuntu saucy.

No description available for php5-dbg in ubuntu saucy.

php5-dev: No summary available for php5-dev in ubuntu saucy.

No description available for php5-dev in ubuntu saucy.

php5-enchant: No summary available for php5-enchant in ubuntu saucy.

No description available for php5-enchant in ubuntu saucy.

php5-fpm: server-side, HTML-embedded scripting language (FPM-CGI binary)

 This package provides the Fast Process Manager interpreter that runs
 as a daemon and receives Fast/CGI requests. Note that MOST Apache users
 probably want the libapache2-mod-php5 package.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-gd: No summary available for php5-gd in ubuntu saucy.

No description available for php5-gd in ubuntu saucy.

php5-gmp: No summary available for php5-gmp in ubuntu saucy.

No description available for php5-gmp in ubuntu saucy.

php5-intl: No summary available for php5-intl in ubuntu saucy.

No description available for php5-intl in ubuntu saucy.

php5-ldap: No summary available for php5-ldap in ubuntu saucy.

No description available for php5-ldap in ubuntu saucy.

php5-mysql: No summary available for php5-mysql in ubuntu saucy.

No description available for php5-mysql in ubuntu saucy.

php5-mysqlnd: No summary available for php5-mysqlnd in ubuntu saucy.

No description available for php5-mysqlnd in ubuntu saucy.

php5-odbc: ODBC module for php5

 This package provides a module for database access through ODBC drivers.
 It uses the unixODBC library as an ODBC provider. It also contains the
 pdo_odbc module, for use with the PHP Data Object extension.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-pgsql: No summary available for php5-pgsql in ubuntu saucy.

No description available for php5-pgsql in ubuntu saucy.

php5-pspell: No summary available for php5-pspell in ubuntu saucy.

No description available for php5-pspell in ubuntu saucy.

php5-readline: Readline module for php5

 This package provides a module for readline functions (based on libedit)
 in PHP scripts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-recode: No summary available for php5-recode in ubuntu saucy.

No description available for php5-recode in ubuntu saucy.

php5-snmp: No summary available for php5-snmp in ubuntu saucy.

No description available for php5-snmp in ubuntu saucy.

php5-sqlite: SQLite module for php5

 This package provides a module allowing you to use the SQLite self-contained
 database engine from within your PHP scripts, eliminating the need for a full
 SQL server installation like MySQL or PostgreSQL. It also includes the
 pdo_sqlite module, for use with the PHP Data Object extension.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-sybase: Sybase / MS SQL Server module for php5

 This package provides a module for Sybase and Microsoft SQL Server
 database connections directly from PHP scripts. It also includes the
 pdo_dblib module for use with the PHP Data Object extension.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-tidy: tidy module for php5

 This package provides a module for tidy functions in PHP scripts.
 .
 Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows
 a PHP developer to clean, repair, and traverse HTML, XHTML, and XML
 documents -- including ones with embedded scripting languages such as PHP
 or ASP within them using OO constructs.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.

php5-xmlrpc: No summary available for php5-xmlrpc in ubuntu saucy.

No description available for php5-xmlrpc in ubuntu saucy.

php5-xsl: No summary available for php5-xsl in ubuntu saucy.

No description available for php5-xsl in ubuntu saucy.