]> git.pld-linux.org Git - packages/php4.git/blob - php4-m4-divert.patch
- rediffed
[packages/php4.git] / php4-m4-divert.patch
1 diff -ur php-4.4.9.org/configure.in php-4.4.9/configure.in
2 --- php-4.4.9.org/configure.in  2008-08-06 10:32:30.000000000 +0200
3 +++ php-4.4.9/configure.in      2009-08-18 12:24:17.574051486 +0200
4 @@ -1,7 +1,7 @@
5  dnl ## $Id: configure.in,v 1.396.2.164.2.53 2008/08/06 08:32:30 derick Exp $ -*- sh -*-
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
13 @@ -247,7 +247,7 @@
14  
15  
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
22 @@ -293,7 +293,7 @@
23    sinclude(sapi/cgi/libfcgi/libfcgi.m4)
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.  This
31 @@ -644,7 +644,7 @@
32  
33  
34  
35 -divert(4)
36 +divert(1004)
37  
38  dnl ## In diversion 4 we check user-configurable general settings.
39  
40 @@ -811,7 +811,7 @@
41  ])
42  AC_MSG_RESULT([$PHP_VERSIONING])
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.
49 diff -ur php-4.4.9.org/ext/standard/config.m4 php-4.4.9/ext/standard/config.m4
50 --- php-4.4.9.org/ext/standard/config.m4        2007-01-22 20:59:21.000000000 +0100
51 +++ php-4.4.9/ext/standard/config.m4    2009-08-18 12:24:17.576968996 +0200
52 @@ -1,6 +1,6 @@
53  dnl $Id: config.m4,v 1.47.2.16.2.1 2007/01/22 19:59:21 derick Exp $ -*- sh -*-
54  
55 -divert(3)dnl
56 +divert(1003)dnl
57  
58  dnl
59  dnl Check if flush should be called explicitly after buffered io
60 @@ -213,7 +213,7 @@
61  AC_CRYPT_CAP
62  AC_FLUSH_IO
63  
64 -divert(5)dnl
65 +divert(1005)dnl
66  
67  AC_ARG_WITH(regex,
68  [  --with-regex=TYPE       regex library type: system, apache, php. Default: php
This page took 0.097694 seconds and 3 git commands to generate.