Package: php5 / 5.6.7+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
php5 | 5.6.7+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 libtool_fixes.patch | (download) |
TSRM/configure.in |
3 0 + 3 - 0 ! |
--- |
002 static_openssl.patch | (download) |
acinclude.m4 |
4 1 + 3 - 0 ! |
--- |
006 debian_quirks.patch | (download) |
configure.in |
10 5 + 5 - 0 ! |
changes to make php use versioned paths and other minor cleanup changes. |
libtool2.2.patch | (download) |
scripts/phpize.in |
11 9 + 2 - 0 ! |
--- |
033 we_WANT_libtool.patch | (download) |
build/build2.mk |
3 2 + 1 - 0 ! |
upstream ships an out of date version of libtool. this ensures that we build against an up-to-date version of libtool by running libtoolize as part of our build process (this is called indirectly via ./buildconf.sh from debian/rules) . note that we don't touch the libtool.m4 that they ship here, and this file gets included in the build process as part of the phpize stuff. however, this is solved in ./debian/rules where it's overwritten with a symlink. |
044 strtod_arm_fix.patch | (download) |
Zend/zend_strtod.c |
27 19 + 8 - 0 ! |
--- |
php 5.4.9 phpinfo.patch | (download) |
ext/standard/info.c |
3 0 + 3 - 0 ! |
--- |
053 extension_api.patch | (download) |
configure.in |
5 4 + 1 - 0 ! |
adds --phpapi argument to php-config(1) . TODO: make it more generic and add it to the man page. |
057 no_apache_installed.patch | (download) |
sapi/apache/config.m4 |
6 0 + 6 - 0 ! |
disable installed-apache configure check |
100 recode_is_shared.patch | (download) |
ext/recode/config9.m4 |
2 1 + 1 - 0 ! |
turn recode conflicts error message into a warning. the recode extension is packaged as a shared library in Debian. |
112 proc_open.patch | (download) |
ext/standard/proc_open.c |
2 1 + 1 - 0 ! |
--- |
113 php.ini_securitynotes.patch | (download) |
php.ini-development |
6 6 + 0 - 0 ! |
adds security notices to php.ini settings |
php 5.4.7 libdb.patch | (download) |
ext/dba/config.m4 |
48 2 + 46 - 0 ! |
--- |
use_embedded_timezonedb.patch | (download) |
ext/date/lib/parse_tz.c |
535 528 + 7 - 0 ! |
--- |
force_libmysqlclient_r.patch | (download) |
ext/mysql/config.m4 |
2 1 + 1 - 0 ! |
force linking to mysqlclient_r to avoid symbol conflicts. apr-util's mysql driver is linked against that version of the library but due to missing proper symbols versioning we are forced to link to the re-entrant library too. |
sybase alias.patch | (download) |
ext/mssql/php_mssql.c |
32 32 + 0 - 0 ! |
--- |
strcmp_null OnUpdateErrorLog.patch | (download) |
tests/func/null-new_val.phpt |
10 10 + 0 - 0 ! |
--- |
dont gitclean in build.patch | (download) |
build/build.mk |
1 0 + 1 - 0 ! |
don't run git-clean via buildconf Calling buildconf indirectly invokes vcsclean, which calls the gitclean-work target of build/build.mk, which calls among other things git clean -X -f -d, |
qdbm is usr_include_qdbm.patch | (download) |
ext/dba/config.m4 |
4 4 + 0 - 0 ! |
look for qdbm under $prefix/include/qdbm too. The Debian package ships the header files under that directory, for unknown reasons. |
use_embedded_timezonedb_fixes.patch | (download) |
ext/date/tests/date_default_timezone_set-1.phpt |
3 0 + 3 - 0 ! |
silence warnings about using the default system timezone info In vanilla upstream php, this is considered an error (i.e. the user must set the timezone explicitly), though with our use of the system timezonedb patch, we actually feel quite comfortable using the default timezone info. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571762 |
session_save_path.patch | (download) |
ext/session/session.c |
2 1 + 1 - 0 ! |
set the default session.save_path dir to /var/lib/php5. This is the directory that has been used in Debian to store the session files and is partially protected by dir permissions. |
php fpm man section and cleanup.patch | (download) |
sapi/fpm/php-fpm.8.in |
22 2 + 20 - 0 ! |
fix php-fpm's manpage section to match location of binary (/usr/sbin,) additionally, remove some stuff that is useless or doesn't apply to Debian. |
fpm config.patch | (download) |
sapi/fpm/php-fpm.conf.in |
12 8 + 4 - 0 ! |
add major version number to paths and allow process pools to be configured in individual files in /etc/php5/fpm/pool.d/ |
php fpm sysconfdir.patch | (download) |
sapi/fpm/fpm/fpm_conf.c |
2 1 + 1 - 0 ! |
--- |
lp564920 fix big files.patch | (download) |
main/streams/plain_wrapper.c |
8 7 + 1 - 0 ! |
don't mmap large files |
temporary path fixes for multiarch.patch | (download) |
acinclude.m4 |
4 2 + 2 - 0 ! |
transitional workaround for multiarch As a stopgap for natty, patch the various config.m4 files for modules whose libraries have moved to the multiarch dir; we can't use --with-libdir yet because that requires all the build-deps to have moved. |
hurd noptrace.diff | (download) |
sapi/fpm/config.m4 |
5 5 + 0 - 0 ! |
--- |
php 5.3.9 mysqlnd.patch | (download) |
ext/mysqlnd/mysqlnd.c |
2 1 + 1 - 0 ! |
--- |
php 5.3.9 gnusrc.patch | (download) |
Zend/zend_language_parser.c |
2 2 + 0 - 0 ! |
--- |
php 5.3.3 macropen.patch | (download) |
ext/dba/dba.c |
2 1 + 1 - 0 ! |
--- |
php 5.2.4 norpath.patch | (download) |
acinclude.m4 |
2 2 + 0 - 0 ! |
--- |
php fpm listen on unix socket.patch | (download) |
sapi/fpm/php-fpm.conf.in |
2 1 + 1 - 0 ! |
--- |
php 5.2.4 embed.patch | (download) |
sapi/embed/config.m4 |
2 1 + 1 - 0 ! |
--- |
php 5.4.0 dlopen.patch | (download) |
Zend/zend.h |
6 3 + 3 - 0 ! |
--- |
php fpm m68k.patch | (download) |
sapi/fpm/fpm/fpm_atomic.h |
34 34 + 0 - 0 ! |
add linux/m68k atomic code |
expose_all_built_and_installed_apis.patch | (download) |
scripts/man1/php-config.1.in |
2 1 + 1 - 0 ! |
--- |
use_system_timezone.patch | (download) |
ext/date/php_date.c |
17 17 + 0 - 0 ! |
use system timezone Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730771 Bug-Ubuntu: https://launchpad.net/bugs/1244343 |
zlib largefile function renaming.patch | (download) |
ext/zlib/zlib.c |
12 12 + 0 - 0 ! |
--- |
php5 fpm do reload on SIGHUP.patch | (download) |
sapi/fpm/fpm/fpm_events.c |
5 5 + 0 - 0 ! |
--- |
php 5.4.7 odbctimer.patch | (download) |
ext/odbc/php_odbc.c |
21 14 + 7 - 0 ! |
[patch] fixed bug #63171, script hangs if odbc call during timeout |
php 5.4.8 ldap_r.patch | (download) |
ext/ldap/config.m4 |
5 4 + 1 - 0 ! |
--- |
php 5.4.9 fixheader.patch | (download) |
configure.in |
4 2 + 2 - 0 ! |
--- |
php 5.6.0 noNO.patch | (download) |
ext/standard/tests/strings/setlocale_variation2.phpt |
11 8 + 3 - 0 ! |
--- |
php 5.6.0 oldpcre.patch | (download) |
ext/pcre/tests/bug37911.phpt |
2 1 + 1 - 0 ! |
--- |
hack phpdbg to explicitly link with libedit.patch | (download) |
sapi/phpdbg/config.m4 |
4 3 + 1 - 0 ! |
--- |
php fpm getallheaders.patch | (download) |
sapi/fpm/fpm/fpm_main.c |
85 84 + 1 - 0 ! |
[patch 1/2] getallheaders for php-fpm #62596 |
0001 Fix ZEND_MM_ALIGNMENT on m64k.patch | (download) |
Zend/Zend.m4 |
4 2 + 2 - 0 ! |
[patch] fix zend_mm_alignment on m64k |
revert f07b8f36ae8099e29d19fbe8806bc07b21dcd4ac.patch | (download) |
ext/standard/tests/file/bug68532.phpt |
25 0 + 25 - 0 ! |
--- |
CVE 2015 1351.patch | (download) |
ext/opcache/zend_shared_alloc.c |
2 1 + 1 - 0 ! |
[patch] fixed #68677 |
CVE 2015 1352.patch | (download) |
ext/ereg/regex/regcomp.c |
4 4 + 0 - 0 ! |
[patch] fixed bug #68739 #68740 #68741 |
0057 ads_odbc_exec.patch | (download) |
ext/odbc/php_odbc.c |
9 9 + 0 - 0 ! |
ads_odbc_exec |
0060 PHP SegFault zend_hash_find PHP 68486.patch | (download) |
sapi/apache2handler/sapi_apache2.c |
1 1 + 0 - 0 ! |
php segfault zend_hash_find (php#68486) |