]> git.pld-linux.org Git - packages/php.git/blame - php-m4-divert.patch
Release 41 (by relup.sh)
[packages/php.git] / php-m4-divert.patch
CommitLineData
f9fed404
AM
1diff -urNp -x '*.orig' php-5.2.17.org/configure.in php-5.2.17/configure.in
2--- php-5.2.17.org/configure.in 2021-10-23 19:11:13.929791731 +0200
3+++ php-5.2.17/configure.in 2021-10-23 19:11:16.436458398 +0200
debbc45e 4@@ -1,7 +1,7 @@
f9fed404 5 ## $Id: configure.in 307193 2011-01-06 23:01:19Z iliaa $ -*- autoconf -*-
debbc45e 6 dnl ## Process this file with autoconf to produce a configure script.
7
8-divert(1)
9+divert(1001)
10
11 dnl ## Diversion 1 is the autoconf + automake setup phase. We also
12 dnl ## set the PHP version, deal with platform-specific compile
f9fed404 13@@ -257,7 +257,7 @@ sinclude(TSRM/tsrm.m4)
debbc45e 14
f9fed404 15 sinclude(main/suhosin_patch.m4)
debbc45e 16
17-divert(2)
18+divert(1002)
19
20 dnl ## Diversion 2 is where we set PHP-specific options and come up
21 dnl ## with reasonable default values for them. We check for pthreads here
f9fed404
AM
22@@ -302,7 +302,7 @@ if test "$PHP_FASTCGI" = "yes" -a "$PHP_
23 sinclude(sapi/cgi/fpm/config.m4)
debbc45e 24 fi
25
26-divert(3)
27+divert(1003)
28
29 dnl ## In diversion 3 we check for compile-time options to the PHP
30 dnl ## core and how to deal with different system dependencies.
f9fed404 31@@ -662,7 +662,7 @@ if test "x$php_crypt_r" = "x1"; then
debbc45e 32 PHP_CRYPT_R_STYLE
33 fi
34
35-divert(4)
36+divert(1004)
37
38 dnl ## In diversion 4 we check user-configurable general settings.
39
f9fed404 40@@ -903,7 +903,7 @@ else
debbc45e 41 AC_MSG_RESULT([using system default])
42 fi
43
44-divert(5)
45+divert(1005)
46
47 dnl ## In diversion 5 we check which extensions should be compiled.
48 dnl ## All of these are normally in the extension directories.
f9fed404
AM
49diff -urNp -x '*.orig' php-5.2.17.org/ext/standard/config.m4 php-5.2.17/ext/standard/config.m4
50--- php-5.2.17.org/ext/standard/config.m4 2009-11-28 00:41:13.000000000 +0100
51+++ php-5.2.17/ext/standard/config.m4 2021-10-23 19:11:16.436458398 +0200
debbc45e 52@@ -1,6 +1,6 @@
f9fed404 53 dnl $Id: config.m4 291364 2009-11-27 23:41:13Z rasmus $ -*- autoconf -*-
debbc45e 54
55-divert(3)dnl
56+divert(1003)dnl
57
58 dnl
59 dnl Check if flush should be called explicitly after buffered io
f9fed404 60@@ -205,7 +205,7 @@ dnl
debbc45e 61 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
62 AC_FUNC_FNMATCH
63
64-divert(5)dnl
65+divert(1005)dnl
66
67 dnl
68 dnl Check for regex library type
f9fed404
AM
69diff -urNp -x '*.orig' php-5.2.17.org/scripts/phpize.m4 php-5.2.17/scripts/phpize.m4
70--- php-5.2.17.org/scripts/phpize.m4 2009-11-27 13:51:41.000000000 +0100
71+++ php-5.2.17/scripts/phpize.m4 2021-10-23 19:11:16.436458398 +0200
debbc45e 72@@ -1,6 +1,6 @@
73 dnl This file becomes configure.in for self-contained extensions.
74
75-divert(1)
76+divert(1001)
77
78 AC_PREREQ(2.13)
79 AC_INIT(config.m4)
This page took 0.069506 seconds and 4 git commands to generate.