Skip to content

Commit b6b7638

Browse files
committed
Fix CS
1 parent d2ddfa2 commit b6b7638

23 files changed

+185
-220
lines changed

docs/autotools/PHP-4.0.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Features and packages:
5252
pathname to the Apache apxs tool; defaults to apxs.
5353
--with-caudium=DIR Build PHP as a Pike module for use with Caudium
5454
DIR is the Caudium server dir, with the default value
55-
/usr/local/caudium/server.
55+
/usr/local/caudium/server.
5656
--with-fhttpd[=DIR] Build fhttpd module. DIR is the fhttpd sources
5757
directory, defaults to /usr/local/src/fhttpd.
5858
--with-fastcgi=SRCDIR Build PHP as FastCGI application
@@ -62,21 +62,21 @@ Features and packages:
6262
--with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
6363
directory, normally /usr/local/roxen/server.
6464
--enable-roxen-zts Build the Roxen module using Zend Thread Safety.
65-
--with-servlet[=DIR] Include servlet support. DIR is the base install
66-
directory for the JSDK. This SAPI prereqs the
67-
java extension must be built as a shared dl.
65+
--with-servlet[=DIR] Include servlet support. DIR is the base install
66+
directory for the JSDK. This SAPI prereqs the
67+
java extension must be built as a shared dl.
6868
--with-thttpd=SRCDIR Build PHP as thttpd module
6969
--with-exec-dir[=DIR] Only allow executables in DIR when in safe mode
7070
defaults to /usr/local/php/bin
7171
--with-aspell[=DIR] Include ASPELL support.
72-
--with-ccvs[=DIR] Compile CCVS support into PHP4. Please specify your
72+
--with-ccvs[=DIR] Compile CCVS support into PHP4. Please specify your
7373
CCVS base install directory as DIR.
7474
--with-cpdflib[=DIR] Include cpdflib support (requires cpdflib >= 2).
7575
DIR is the cpdfllib install directory,
7676
defaults to /usr.
7777
--with-jpeg-dir[=DIR] jpeg dir for cpdflib 2.x
7878
--with-tiff-dir[=DIR] tiff dir for cpdflib 2.x
79-
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
79+
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
8080
install directory.
8181
--with-gdbm[=DIR] Include GDBM support
8282
--with-ndbm[=DIR] Include NDBM support
@@ -89,7 +89,7 @@ Features and packages:
8989

9090
--enable-gd-native-ttf Enable TrueType string function in gd
9191
--with-gd[=DIR] Include GD support (DIR is GD's install dir).
92-
Set DIR to shared to build as a dl, or
92+
Set DIR to shared to build as a dl, or
9393
shared,DIR to build as a dl and still specify DIR.
9494
--with-jpeg-dir[=DIR] GD: jpeg dir for gd-1.8+
9595
--with-xpm-dir[=DIR] GD: xpm dir for gd-1.8+
@@ -111,13 +111,13 @@ Features and packages:
111111
install directory, defaults to $EMPRESSPATH
112112
--with-velocis[=DIR] Include Velocis support. DIR is the Velocis base
113113
install directory, defaults to /usr/local/velocis.
114-
--with-custom-odbc[=DIR]
114+
--with-custom-odbc[=DIR]
115115
Include a user defined ODBC support.
116-
The DIR is ODBC install base directory,
116+
The DIR is ODBC install base directory,
117117
which defaults to /usr/local.
118118
Make sure to define CUSTOM_ODBC_LIBS and
119119
have some odbc.h in your include dirs.
120-
E.g., you should define following for
120+
E.g., you should define following for
121121
Sybase SQL Anywhere 5.5.00 on QNX, prior to
122122
run configure script:
123123
CFLAGS="-DODBC_QNX -DSQLANY_BUG"
@@ -134,7 +134,7 @@ Features and packages:
134134
OpenLink base install directory, defaults to
135135
/usr/local/openlink.
136136
--with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
137-
install directory, defaults to where the latest
137+
install directory, defaults to where the latest
138138
version of DBMaker is installed (such as
139139
/home/dbmaker/3.6).
140140
--with-zlib-dir[=DIR] zlib dir for pdflib 3.x or include zlib support
@@ -153,6 +153,6 @@ Features and packages:
153153
--enable-experimental-zts This will most likely break your build
154154
--enable-inline-optimization If you have much memory and are using
155155
gcc, you might try this.
156-
--enable-memory-limit Compile with memory limit support.
156+
--enable-memory-limit Compile with memory limit support.
157157
--with-tsrm-pth[=pth-config] Use GNU Pth.
158158
--with-tsrm-pthreads Use POSIX threads (default)

docs/autotools/PHP-4.1.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Features and packages:
6262
--with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
6363
directory, normally /usr/local/roxen/server.
6464
--enable-roxen-zts Build the Roxen module using Zend Thread Safety.
65-
--with-servlet[=DIR] Include servlet support. DIR is the base install
66-
directory for the JSDK. This SAPI prereqs the
67-
java extension must be built as a shared dl.
65+
--with-servlet[=DIR] Include servlet support. DIR is the base install
66+
directory for the JSDK. This SAPI prereqs the
67+
java extension must be built as a shared dl.
6868
--with-thttpd=SRCDIR Build PHP as thttpd module
6969
--with-tux=MODULEDIR Build PHP as a TUX module (Linux only)
7070
--with-exec-dir[=DIR] Only allow executables in DIR when in safe mode
@@ -75,7 +75,7 @@ Features and packages:
7575
defaults to /usr.
7676
--with-jpeg-dir[=DIR] jpeg dir for cpdflib 2.x
7777
--with-tiff-dir[=DIR] tiff dir for cpdflib 2.x
78-
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
78+
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
7979
install directory.
8080
--with-gdbm[=DIR] Include GDBM support
8181
--with-ndbm[=DIR] Include NDBM support
@@ -84,7 +84,6 @@ Features and packages:
8484
--with-dbm[=DIR] Include DBM support
8585
--with-cdb[=DIR] Include CDB support
8686

87-
8887
--with-hyperwave Include Hyperwave support
8988
--with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.
9089
--with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.
@@ -105,19 +104,19 @@ Features and packages:
105104
From PHP4, this option only supports Empress Version
106105
8.60 and above
107106
--with-empress-bcs[=DIR]
108-
Include Empress Local Access support. DIR is the
109-
Empress base install directory, defaults to
107+
Include Empress Local Access support. DIR is the
108+
Empress base install directory, defaults to
110109
$EMPRESSPATH. From PHP4, this option only supports
111110
Empress Version 8.60 and above.
112111
--with-velocis[=DIR] Include Velocis support. DIR is the Velocis base
113112
install directory, defaults to /usr/local/velocis.
114-
--with-custom-odbc[=DIR]
113+
--with-custom-odbc[=DIR]
115114
Include a user defined ODBC support.
116-
The DIR is ODBC install base directory,
115+
The DIR is ODBC install base directory,
117116
which defaults to /usr/local.
118117
Make sure to define CUSTOM_ODBC_LIBS and
119118
have some odbc.h in your include dirs.
120-
E.g., you should define following for
119+
E.g., you should define following for
121120
Sybase SQL Anywhere 5.5.00 on QNX, prior to
122121
run configure script:
123122
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
@@ -134,7 +133,7 @@ Features and packages:
134133
OpenLink base install directory, defaults to
135134
/usr/local. This is the same as iODBC.
136135
--with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
137-
install directory, defaults to where the latest
136+
install directory, defaults to where the latest
138137
version of DBMaker is installed (such as
139138
/home/dbmaker/3.6).
140139
--with-qtdom Include QtDOM support (requires Qt >= 2.2.0).

docs/autotools/PHP-4.2.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Features and packages:
7575
--with-cpdflib[=DIR] Include cpdflib support (requires cpdflib >= 2).
7676
--with-jpeg-dir[=DIR] jpeg dir for cpdflib 2.x
7777
--with-tiff-dir[=DIR] tiff dir for cpdflib 2.x
78-
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
78+
--with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
7979
install directory.
8080
--with-gdbm[=DIR] Include GDBM support
8181
--with-ndbm[=DIR] Include NDBM support
@@ -84,11 +84,10 @@ Features and packages:
8484
--with-dbm[=DIR] Include DBM support
8585
--with-cdb[=DIR] Include CDB support
8686

87-
8887
--with-hyperwave Include Hyperwave support
8988
--with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install dir.
9089
--with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.
91-
--with-java[=DIR] Include Java support. DIR is the JDK base install directory.
90+
--with-java[=DIR] Include Java support. DIR is the JDK base install directory.
9291
This extension is always built as shared.
9392
--enable-mbstr-enc-trans
9493
Enable japanese encoding translation
@@ -107,19 +106,19 @@ Features and packages:
107106
From PHP4, this option only supports Empress Version
108107
8.60 and above
109108
--with-empress-bcs[=DIR]
110-
Include Empress Local Access support. DIR is the
111-
Empress base install directory, defaults to
109+
Include Empress Local Access support. DIR is the
110+
Empress base install directory, defaults to
112111
$EMPRESSPATH. From PHP4, this option only supports
113112
Empress Version 8.60 and above.
114113
--with-birdstep[=DIR] Include Birdstep support. DIR is the Birdstep base
115114
install directory, defaults to /usr/local/birdstep.
116-
--with-custom-odbc[=DIR]
115+
--with-custom-odbc[=DIR]
117116
Include a user defined ODBC support.
118-
The DIR is ODBC install base directory,
117+
The DIR is ODBC install base directory,
119118
which defaults to /usr/local.
120119
Make sure to define CUSTOM_ODBC_LIBS and
121120
have some odbc.h in your include dirs.
122-
E.g., you should define following for
121+
E.g., you should define following for
123122
Sybase SQL Anywhere 5.5.00 on QNX, prior to
124123
run configure script:
125124
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
@@ -136,7 +135,7 @@ Features and packages:
136135
OpenLink base install directory, defaults to
137136
/usr/local. This is the same as iODBC.
138137
--with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
139-
install directory, defaults to where the latest
138+
install directory, defaults to where the latest
140139
version of DBMaker is installed (such as
141140
/home/dbmaker/3.6).
142141
--with-qtdom Include QtDOM support (requires Qt >= 2.2.0).

docs/autotools/PHP-4.3.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Features and packages:
4848
--with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
4949
build directory, defaults to /usr/local/apache.
5050
--with-mod_charset Enable transfer tables for mod_charset (Rus Apache).
51-
--with-apxs2filter[=FILE]
51+
--with-apxs2filter[=FILE]
5252
EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the optional
5353
pathname to the Apache apxs tool; defaults to apxs.
5454
--with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the optional
@@ -84,7 +84,7 @@ Features and packages:
8484
to circumvent .htaccess security.
8585
--enable-fastcgi If this is enabled, the cgi module will
8686
be built with support for fastcgi also.
87-
--disable-path-info-check
87+
--disable-path-info-check
8888
If this is disabled, paths such as
8989
/info.php/test?a=b will fail to work.
9090
--with-exec-dir[=DIR] Only allow executables in DIR when in safe mode
@@ -119,19 +119,19 @@ Features and packages:
119119
From PHP 4, this option only supports Empress Version
120120
8.60 and above
121121
--with-empress-bcs[=DIR]
122-
Include Empress Local Access support. DIR is the
123-
Empress base install directory, defaults to
122+
Include Empress Local Access support. DIR is the
123+
Empress base install directory, defaults to
124124
$EMPRESSPATH. From PHP 4, this option only supports
125125
Empress Version 8.60 and above.
126126
--with-birdstep[=DIR] Include Birdstep support. DIR is the Birdstep base
127127
install directory, defaults to /usr/local/birdstep.
128-
--with-custom-odbc[=DIR]
128+
--with-custom-odbc[=DIR]
129129
Include a user defined ODBC support.
130-
The DIR is ODBC install base directory,
130+
The DIR is ODBC install base directory,
131131
which defaults to /usr/local.
132132
Make sure to define CUSTOM_ODBC_LIBS and
133133
have some odbc.h in your include dirs.
134-
E.g., you should define following for
134+
E.g., you should define following for
135135
Sybase SQL Anywhere 5.5.00 on QNX, prior to
136136
run configure script:
137137
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
@@ -145,7 +145,7 @@ Features and packages:
145145
--with-unixODBC[=DIR] Include unixODBC support. DIR is the unixODBC base
146146
install directory, defaults to /usr/local.
147147
--with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
148-
install directory, defaults to where the latest
148+
install directory, defaults to where the latest
149149
version of DBMaker is installed (such as
150150
/home/dbmaker/3.6).
151151
--enable-ucd-snmp-hack Enable UCD SNMP hack

docs/autotools/PHP-4.4.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Features and packages:
4848
--with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
4949
build directory, defaults to /usr/local/apache.
5050
--with-mod_charset Enable transfer tables for mod_charset (Rus Apache).
51-
--with-apxs2filter[=FILE]
51+
--with-apxs2filter[=FILE]
5252
EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the optional
5353
pathname to the Apache apxs tool; defaults to apxs.
5454
--with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the optional
@@ -84,7 +84,7 @@ Features and packages:
8484
to circumvent .htaccess security.
8585
--enable-fastcgi If this is enabled, the cgi module will
8686
be built with support for fastcgi also.
87-
--disable-path-info-check
87+
--disable-path-info-check
8888
If this is disabled, paths such as
8989
/info.php/test?a=b will fail to work.
9090
--with-exec-dir[=DIR] Only allow executables in DIR when in safe mode
@@ -119,19 +119,19 @@ Features and packages:
119119
From PHP 4, this option only supports Empress Version
120120
8.60 and above
121121
--with-empress-bcs[=DIR]
122-
Include Empress Local Access support. DIR is the
123-
Empress base install directory, defaults to
122+
Include Empress Local Access support. DIR is the
123+
Empress base install directory, defaults to
124124
$EMPRESSPATH. From PHP 4, this option only supports
125125
Empress Version 8.60 and above.
126126
--with-birdstep[=DIR] Include Birdstep support. DIR is the Birdstep base
127127
install directory, defaults to /usr/local/birdstep.
128-
--with-custom-odbc[=DIR]
128+
--with-custom-odbc[=DIR]
129129
Include a user defined ODBC support.
130-
The DIR is ODBC install base directory,
130+
The DIR is ODBC install base directory,
131131
which defaults to /usr/local.
132132
Make sure to define CUSTOM_ODBC_LIBS and
133133
have some odbc.h in your include dirs.
134-
E.g., you should define following for
134+
E.g., you should define following for
135135
Sybase SQL Anywhere 5.5.00 on QNX, prior to
136136
run configure script:
137137
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
@@ -145,7 +145,7 @@ Features and packages:
145145
--with-unixODBC[=DIR] Include unixODBC support. DIR is the unixODBC base
146146
install directory, defaults to /usr/local.
147147
--with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base
148-
install directory, defaults to where the latest
148+
install directory, defaults to where the latest
149149
version of DBMaker is installed (such as
150150
/home/dbmaker/3.6).
151151
--enable-ucd-snmp-hack Enable UCD SNMP hack

0 commit comments

Comments
 (0)