php5 5.3.10-1ubuntu1 source package in Ubuntu
Changelog
php5 (5.3.10-1ubuntu1) precise; urgency=low * Merge from Debian testing. Remaining changes: - d/control: build-depend on mysql 5.5 instead of 5.1 for running tests. - d/setup-mysql.sh: modify to work with mysql 5.5 differences - debian/rules: export DEB_HOST_MULTIARCH properly. - Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2. - Add build-dependency on lemon, which we now need. - Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe. - Dropped libcurl-dev not in the archive. - debian/control: replace build-depends on mysql-server with mysql-server-core-5.5 and mysql-client-5.5 to avoid upstart and mysql-server-5.5 postinst confusion with starting up multiple mysqlds listening on the same port. - Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in universe. - Suggest php5-suhosin rather than recommends. - Dropped libonig-dev and libqgdbm since its in universe. (libonig MIR has been declined due to an inactive upstream. So this is probably a permanent change). - modulelist: Drop imap, interbase, sybase, and mcrypt. - debian/rules: * Dropped building of mcrypt, imap, and interbase. * Install apport hook for php5. * stop mysql instance on clean just in case we failed in tests - debian/control: Recommend php5-dev for php-pear. * Dropped Changes: - d/patches/CVE-2011-4566.patch: Applied upstream - debian/rules: --enable-pcntl for cgi as well. (Applied in Debian) * d/rules: enable Suhosin patch with PHP5_SUHOSIN=yes * d/NEWS: add note explaining that SUHOSIN *is* enabled in the Ubuntu package. * d/rules: Simplify apache config settings since we never build interbase or firebird. php5 (5.3.10-1) unstable; urgency=high [ Raphael Geissert ] * Remove myself from uploaders * Randomly choose the mysql server's port [ Ondřej Surý ] * Fix use_embedded_timezonedb.patch in custom builds (Courtesy of Dominic Scheirlinck) (Closes: #652599) * Fix typo in firebird2.1-dev build dependency * Update gbp.conf for 5.3.x branch * Imported Upstream version 5.3.10 + CVE-2012-0830: Fixed arbitrary remote code execution vulnerability reported by Stefan Esser. php5 (5.3.9-6) unstable; urgency=low * Build MySQL extensions with Native Driver as an alternative (Closes: #576412) * Set default mysql socket location to /var/run/mysqld/mysqld.sock * Move php5-sqlite postinst code to postinst.extra * Cherry-pick patches from Fedora: + Fix mysqlnd socket location fix + Define _GNU_SOURCE in the configure.in + Typing fixes in dba extension + Don't add RPATH to extensions * Add missing check for dpkg-maintscript-helper in sqlite preinst and postrm * Add code to specify priority of modules to load mysqlnd.so before mysql.so and mysqli.so in php5-mysqlnd package * Alter version in rm_conffile call to 5.3.9~ to handle all possible versions due binNMUs (Closes: #656495) * Add more condition when to remove empty postinst script php5 (5.3.9-5) unstable; urgency=low * Use DEB_HOST_ARCH, not DEB_HOST_ARCH_OS to check where to build firebird module (Closes: #645401) * Add back firebird2.5-dev and firebird2.1-dev to allow backports * Disable tests on hurd-i386 for now, because it FTBFS * Don't fail if suhosin is not enabled (Closes: #657808) php5 (5.3.9-4) unstable; urgency=low * Remove suhosin patch from description and add short NEWS about disabling Suhosin patch (Closes: #657697) * Re-enable firebird extension build on armhf and powerpcspe (Closes: #657691) php5 (5.3.9-3) unstable; urgency=low * Don't build firebird extension on hurd, m68k, hppa, ppc64, armhf and powerpcspe (Closes: #651070) * Avoid ptrace hungs when building on hurd * Check for dpkg-maintscript-helper existence instead of hard dpkg dependency to allow backported packaged on older (Ubuntu lucid) systems * Remove Suhosin patch, but add PHP5_SUHOSIN=no/yes option to debian/rules * Update patches after suhosin.patch removal and update suhosin.patch to cleanly apply as a last patch in the series * Replace firebird2.[15]-dev (transitional) dependencies with firebird-dev * More Firebird adjustments, don't build the extension on more ports, where firebird-dev is not available php5 (5.3.9-2) unstable; urgency=low * Handle sqlite.so removal (remove conffile) (Closes: #656495) * Add Breaks: roundcube-sqlite since we no longer ship sqlite.so php5 (5.3.9-1) unstable; urgency=low * Remove obsolete sqlite(2) module from php5-sqlite * Use correct signals in php5-fpm init script (Closes: #645934) * Imported Upstream version 5.3.9 * Adapt debian/patches to 5.3.9 release -- Clint Byrum <email address hidden> Thu, 16 Feb 2012 03:17:18 -0800
Upload details
- Uploaded by:
- Clint Byrum
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- php
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php5_5.3.10.orig.tar.gz | 14.7 MiB | ee26ff003eaeaefb649735980d9ef1ffad3ea8c2836e6ad520de598da225eaab |
php5_5.3.10-1ubuntu1.diff.gz | 320.3 KiB | 662cab5be2d985326679eaebdf81905398695c56ba549a59c38a8f141c824fdf |
php5_5.3.10-1ubuntu1.dsc | 3.6 KiB | 1882539702fe2e8cb89acf19cb11a9b94fe4ecc62a7ce7fbaf5b1181a099332e |
Available diffs
- diff from 5.3.8.0-1ubuntu3 to 5.3.10-1ubuntu1 (852.9 KiB)
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 json 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- libapache2-mod-php5filter: server-side, HTML-embedded scripting language (apache 2 filter module)
This package provides the PHP5 Filter 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.
Unless you specifically need filter-module support, you most likely
should instead install libapache2-mod-php5.
.
The following extensions are built in: bcmath bz2 calendar Core ctype date
dba dom ereg exif fileinfo filter ftp gettext hash iconv json 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php-pear: PEAR - PHP Extension and Application Repository
This package contains the base PEAR classes for PHP, as well as the PEAR
installer. Many PEAR classes are already packaged for Debian, and can be
easily identified by names beginning with "php-", such as php-db and
php-auth. Note: to build and install precompiled PECL extensions, you
will need one of the php development packages installed.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5: server-side, HTML-embedded scripting language (metapackage)
This package is a metapackage that, when installed, guarantees that you
have at least one of the four server-side versions of the PHP5 interpreter
installed. Removing this package won't remove PHP5 from your system, however
it may remove other packages that depend on this one.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-cgi: server-side, HTML-embedded scripting language (CGI binary)
This package provides the /usr/lib/
cgi-bin/ php5 CGI interpreter built
for use in Apache 2 with mod_actions, or any other CGI httpd that
supports a similar mechanism. 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 json libxml
mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop
SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx
xml xmlreader xmlwriter zip zlib.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-cli: command-line interpreter for the php5 scripting language
This package provides the /usr/bin/php5 command interpreter, useful for
testing PHP scripts from a shell or performing general shell scripting tasks.
The following extensions are built in: bcmath bz2 calendar Core ctype date
dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml
mbstring mhash openssl pcntl pcre Phar posix readline Reflection session
shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer
wddx xml xmlreader xmlwriter zip zlib.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-curl: CURL module for php5
CURL is a library for getting files from FTP, GOPHER, HTTP server.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-dbg: Debug symbols for PHP5
This package provides the debug symbols for PHP5 needed for properly
debugging errors in PHP5 with gdb.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-dev: Files for PHP5 module development
This package provides the files from the PHP5 source needed for compiling
additional modules.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-enchant: Enchant module for php5
This package provides a module for the generic spell checking library
Enchant, which can use engines such as ispell, aspell and myspells.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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 json 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.
.
PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl with a couple of unique PHP-specific features thrown
in. The goal of the language is to allow web developers to write dynamically
generated pages quickly.
- php5-gd: GD module for php5
This package provides a module for handling graphics directly from PHP
scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-gmp: GMP module for php5
This package provides a module for arbitrary precision arithmetic via the
GNU Multiple Precision (GMP) Arithmetic Library.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-intl: internationalisation module for php5
This package provides a module to ease internationalis
ation of PHP scripts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-ldap: LDAP module for php5
This package provides a module for LDAP functions in PHP scripts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-mysql: MySQL module for php5
This package provides modules for MySQL database connections directly from
PHP scripts. It includes the generic "mysql" module which can be used
to connect to all versions of MySQL, an improved "mysqli" module for
MySQL version 4.1 or later, and the pdo_mysql module for use with
the PHP Data Object extension.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-mysqlnd: MySQL module for php5 (Native Driver)
This package provides modules for MySQL database connections directly from
PHP scripts. It includes the generic "mysql" module which can be used
to connect to all versions of MySQL, an improved "mysqli" module for
MySQL version 4.1 or later, and the pdo_mysql module for use with
the PHP Data Object extension.
.
This package use the MySQL Native Driver.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-pgsql: PostgreSQL module for php5
This package provides a module for PostgreSQL database connections
directly from PHP scripts. It also includes the pdo_pgsql module for
use with the PHP Data Object extension.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-pspell: pspell module for php5
This package provides a module for pspell functions in PHP scripts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-recode: recode module for php5
This package provides a module for recode - character set recoding.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-snmp: SNMP module for php5
This package provides a module for SNMP functions in PHP scripts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- 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.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-xmlrpc: XML-RPC module for php5
This package provides a module for XML-RPC functions in PHP scripts.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.
- php5-xsl: XSL module for php5
This package provides a module for XSL using the libxslt XSL parser.
.
PHP5 is a widely-used general-purpose scripting language that is
especially suited for Web development and can be embedded into HTML.
The goal of the language is to allow web developers to write
dynamically generated pages quickly.