Package: php8.2 / 8.2.29-1~deb12u1
Metadata
| Package | Version | Patches format | 
|---|---|---|
| php8.2 | 8.2.29-1~deb12u1 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| 0001 libtool_fixes.patch | (download) | 
              configure.ac |
                    2 	0 +	2 -	0 ! | libtool_fixes | 
| 0002 debian_quirks.patch | (download) | 
              configure.ac |
                    6 	5 +	1 -	0 ! | debian_quirks | 
| 0003 php 5.4.9 phpinfo.patch | (download) | 
              ext/standard/info.c |
                    3 	0 +	3 -	0 ! | php-5.4.9-phpinfo Drop "Configure Command" from phpinfo as it doesn't provide any useful information. The available extensions are not related to this command. | 
| 0004 extension_api.patch | (download) | 
              configure.ac |
                    5 	4 +	1 -	0 ! | extension_api | 
| 0005 php.ini_securitynotes.patch | (download) | 
              php.ini-development |
                    8 	7 +	1 -	0 ! | php.ini_securitynotes | 
| 0006 php 5.4.7 libdb.patch | (download) | 
              ext/dba/config.m4 |
                   52 	2 +	50 -	0 ! | php-5.4.7-libdb | 
| 0007 Add support for use of the system timezone database.patch | (download) | 
              ext/date/config0.m4 |
                   13 	13 +	0 -	0 ! |  add-support-for-use-of-the-system-timezone-database
# License: MIT
# http://opensource.org/licenses/MIT
# License: MIT
# http://opensource.org/licenses/MIT
Add support for use of the system timezone database, rather
than embedding a copy.  Discussed upstream but was not desired.
History:
r21: adapt for timelib 2021.03 (in 8.1.0)
r20: adapt for timelib 2020.03 (in 8.0.10RC1)
r19: adapt for timelib 2020.02 (in 8.0.0beta2)
r18: adapt for autotool change in 7.3.3RC1
r17: adapt for timelib 2018.01 (in 7.3.2RC1)
r16: adapt for timelib 2017.06 (in 7.2.3RC1)
r15: adapt for timelib 2017.05beta7 (in 7.2.0RC1)
r14: improve check for valid tz file
r13: adapt for upstream changes to use PHP allocator
r12: adapt for upstream changes for new zic
r11: use canonical names to avoid more case sensitivity issues
     round lat/long from zone.tab towards zero per builtin db
r10: make timezone case insensitive
r9: fix another compile error without --with-system-tzdata configured (Michael Heimpold)
r8: fix compile error without --with-system-tzdata configured
r7: improve check for valid timezone id to exclude directories
r6: fix fd leak in r5, fix country code/BC flag use in
    timezone_identifiers_list() using system db,
    fix use of PECL timezonedb to override system db,
r5: reverts addition of "System/Localtime" fake tzname.
    updated for 5.3.0, parses zone.tab to pick up mapping between
    timezone name, country code and long/lat coords
r4: added "System/Localtime" tzname which uses /etc/localtime
r3: fix a crash if /usr/share/zoneinfo doesn't exist (Raphael Geissert)
r2: add filesystem trawl to set up name alias index
r1: initial revision
 | 
| 0008 strcmp_null OnUpdateErrorLog.patch | (download) | 
              tests/func/null-new_val.phpt |
                   10 	10 +	0 -	0 ! | strcmp_null-onupdateerrorlog | 
| 0009 qdbm is usr_include_qdbm.patch | (download) | 
              ext/dba/config.m4 |
                    4 	4 +	0 -	0 ! | qdbm-is-usr_include_qdbm | 
| 0010 session_save_path.patch | (download) | 
              ext/session/session.c |
                    2 	1 +	1 -	0 ! | session_save_path | 
| 0011 php fpm man section and cleanup.patch | (download) | 
              sapi/fpm/php-fpm.8.in |
                   22 	2 +	20 -	0 ! | php-fpm-man-section-and-cleanup | 
| 0012 fpm config.patch | (download) | 
              sapi/fpm/php-fpm.conf.in |
                    8 	5 +	3 -	0 ! | fpm-config | 
| 0013 php fpm sysconfdir.patch | (download) | 
              sapi/fpm/fpm/fpm_conf.c |
                    2 	1 +	1 -	0 ! | php-fpm-sysconfdir | 
| 0014 lp564920 fix big files.patch | (download) | 
              main/streams/plain_wrapper.c |
                    8 	7 +	1 -	0 ! | lp564920-fix-big-files | 
| 0015 temporary path fixes for multiarch.patch | (download) | 
              ext/dba/config.m4 |
                    2 	1 +	1 -	0 ! | temporary-path-fixes-for-multiarch | 
| 0016 hurd noptrace.patch | (download) | 
              sapi/fpm/config.m4 |
                    5 	5 +	0 -	0 ! | hurd-noptrace | 
| 0017 php 5.3.3 macropen.patch | (download) | 
              ext/dba/dba.c |
                    2 	1 +	1 -	0 ! | php-5.3.3-macropen | 
| 0018 php 5.2.4 embed.patch | (download) | 
              sapi/embed/config.m4 |
                    2 	1 +	1 -	0 ! | php-5.2.4-embed | 
| 0019 php fpm m68k.patch | (download) | 
              sapi/fpm/fpm/fpm_atomic.h |
                   34 	34 +	0 -	0 ! | php-fpm-m68k | 
| 0020 expose_all_built_and_installed_apis.patch | (download) | 
              scripts/man1/php-config.1.in |
                    2 	1 +	1 -	0 ! | expose_all_built_and_installed_apis | 
| 0021 Use system timezone.patch | (download) | 
              ext/date/php_date.c |
                   17 	17 +	0 -	0 ! | use system timezone Upstream don't want this patch. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730771 for a summary. This delta is recovered from previous versions of the system timezone patch in Debian, and appears to have inadvertently been dropped. Author unknown. To be used in tandem with use_embedded_timezonedb.patch and use_embedded_timezonedb_fixes.patch. | 
| 0022 php fpm do reload on SIGHUP.patch | (download) | 
              sapi/fpm/fpm/fpm_events.c |
                    5 	5 +	0 -	0 ! | php-fpm-do-reload-on-sighup | 
| 0023 php 5.4.8 ldap_r.patch | (download) | 
              ext/ldap/config.m4 |
                    5 	4 +	1 -	0 ! | php-5.4.8-ldap_r Use -lldap_r by default. | 
| 0024 php 5.4.9 fixheader.patch | (download) | 
              configure.ac |
                    2 	1 +	1 -	0 ! | php-5.4.9-fixheader Make generated php_config.h constant across rebuilds. | 
| 0025 php 5.6.0 noNO.patch | (download) | 
              ext/standard/tests/strings/setlocale_variation2.phpt |
                   11 	8 +	3 -	0 ! | php-5.6.0-nono | 
| 0026 php 5.6.0 oldpcre.patch | (download) | 
              ext/pcre/tests/grep2.phpt |
                   10 	2 +	8 -	0 ! | php-5.6.0-oldpcre | 
| 0027 hack phpdbg to explicitly link with libedit.patch | (download) | 
              sapi/phpdbg/config.m4 |
                    4 	3 +	1 -	0 ! | hack-phpdbg-to-explicitly-link-with-libedit | 
| 0028 Remove W3C validation icon to not expose the reader .patch | (download) | 
              sapi/fpm/status.html.in |
                    5 	0 +	5 -	0 ! | remove w3c validation icon to not expose the reader's ip address to potential tracking. | 
| 0029 Don t put INSTALL_ROOT into phar.phar exec stanza.patch | (download) | 
              ext/phar/Makefile.frag |
                    2 	1 +	1 -	0 ! | don't put $(install_root) into phar.phar exec stanza | 
| 0030 Really expand libdir datadir into EXPANDED_LIBDIR DA.patch | (download) | 
              configure.ac |
                    4 	2 +	2 -	0 ! | really expand $libdir/$datadir into @expanded_libdir/datadir@ | 
| 0031 Fix ext date lib parse_tz PATH_MAX HURD FTBFS.patch | (download) | 
              ext/date/lib/parse_tz.c |
                    4 	4 +	0 -	0 ! | fix ext/date/lib/parse_tz path_max hurd ftbfs | 
| 0032 Amend C 11 for intl compilation on older distributio.patch | (download) | 
              ext/intl/config.m4 |
                    2 	1 +	1 -	0 ! | amend c++11 for intl compilation on older distributions | 
| 0033 Add patch to install php7 module directly to APXS_LI.patch | (download) | 
              sapi/apache2handler/config.m4 |
                   15 	3 +	12 -	0 ! | add patch to install php7 module directly to apxs_libexec | 
| 0034 libtool2.2.patch | (download) | 
              scripts/phpize.in |
                    5 	4 +	1 -	0 ! | libtool2.2 | 
| 0035 Include all libtool files from phpize.m4.patch | (download) | 
              scripts/phpize.m4 |
                    4 	4 +	0 -	0 ! | include all libtool files from phpize.m4 | 
| 0036 In phpize also copy config.guess config.sub ltmain.s.patch | (download) | 
              scripts/phpize.in |
                   12 	10 +	2 -	0 ! | in phpize, also copy config.guess, config.sub, ltmain.sh and shtool from their respective packages | 
| 0037 Don t use hrtimers on GNU Hurd.patch | (download) | 
              ext/standard/hrtime.h |
                    5 	4 +	1 -	0 ! |  don't use hrtimers on gnu hurd
This patch solves the build error:
    PHP Warning: PHP Startup: Failed to initialize high-resolution timer in
    Unknown on line 0.
 | 
| 0038 Show packaging credits.patch | (download) | 
              ext/standard/credits.c |
                  143 	143 +	0 -	0 ! | show packaging credits | 
| 0039 Allow printing credits buffer larger than 4k.patch | (download) | 
              ext/standard/credits.c |
                   18 	16 +	2 -	0 ! | allow printing credits buffer larger than 4k | 
| 0040 Don t close the credits buffer file descriptor too e.patch | (download) | 
              ext/standard/credits.c |
                    4 	3 +	1 -	0 ! | don't close the credits buffer file descriptor too early | 
| 0041 Lower the OpenSSL requirement to 1.0.1.patch | (download) | 
              build/php.m4 |
                    2 	1 +	1 -	0 ! | lower the openssl requirement to 1.0.1 | 
| 0042 Fail the build when the dtrace call fails.patch | (download) | 
              build/php.m4 |
                    3 	2 +	1 -	0 ! | fail the build when the dtrace call fails | 
| 0043 Override result of AC_PROG_LN_S to fix FTBFS on ppc6.patch | (download) | 
              configure.ac |
                    5 	5 +	0 -	0 ! | override result of ac_prog_ln_s to fix ftbfs on ppc64el | 
| 0044 Update gcc func attr macro.patch | (download) | 
              build/ax_gcc_func_attribute.m4 |
                    2 	1 +	1 -	0 ! | ax_gcc_func_attribute: revise the detection of unknown attributes GCC outputs a warning when Wstrict-prototypes is on, in such case the attribute detection always fails even if the attribute is actually supported. This change checks for the "-Wattributes" warning in conftest.err instead of the existence of the file. Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1882279 | 
| 0045 scripts php .in Explicitly define the path to sed.patch | (download) | 
              scripts/php-config.in |
                    2 	1 +	1 -	0 ! | scripts/php*.in: explicitly define the path to sed. | 
| 0046 Remove timestamps from phar.patch | (download) | 
              ext/phar/phar.c |
                    2 	1 +	1 -	0 ! | remove timestamps from "phar". Thanks to Jelle van der Waa! https://gist.github.com/jelly/96847934239aac19c512c54ca65d6baa | 
| 0047 fix implicit function declaration.patch | (download) | 
              ext/standard/credits.c |
                    1 	1 +	0 -	0 ! | add missing header includes. Bug-Debian: https://bugs.debian.org/1066234 | 
