Skip to content

Commit c1853b5

Browse files
committed
*** empty log message ***
1 parent e19abb9 commit c1853b5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ QUICK INSTALL
1010

1111
gunzip apache_1.3.x.tar.gz
1212
tar xvf apache_1.3.x.tar
13-
gunzip php-3.0.x.tar.gz
14-
tar xvf php-3.0.x.tar
13+
gunzip php-4.0.x.tar.gz
14+
tar xvf php-4.0.x.tar
1515
cd apache_1.3.x
1616
./configure --prefix=/www
17-
cd ../php-3.0.x
17+
cd ../php-4.0.x
1818
./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
1919
make
2020
make install
@@ -24,7 +24,7 @@ cd ../apache_1.3.x
2424
stage. It isn't supposed to. It will be created.)
2525
make
2626
(you should now have an httpd binary which you can copy to your Apache bin dir)
27-
cd ../php-3.0.x
27+
cd ../php-4.0.x
2828
cp php.ini-dist /usr/local/lib/php.ini
2929
You can edit /usr/local/lib/php.ini file to set PHP options.
3030
Edit your httpd.conf or srm.conf file and add:
@@ -42,7 +42,7 @@ Installing PHP can be done in four simple steps:
4242

4343
Next you have to untar it with: tar -xvf php4xn.tar
4444

45-
This will create a php-3.0.x directory. cd into this new directory.
45+
This will create a php-4.0.x directory. cd into this new directory.
4646

4747
2. Configure PHP.
4848

ext/standard/info.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ PHPAPI void php_print_info(int flag)
234234
if (flag & PHP_INFO_LICENSE) {
235235
SECTION("PHP License");
236236
PUTS("<PRE>This program is free software; you can redistribute it and/or modify\n");
237-
PUTS("it under the terms of the PHP License as published by the PHP Development Team\n");
237+
PUTS("it under the terms of the PHP License as published by the PHP Group\n");
238238
PUTS("and included in the distribution in the file: LICENSE\n");
239239
PUTS("\n");
240240
PUTS("This program is distributed in the hope that it will be useful,\n");
@@ -262,12 +262,12 @@ void php_print_credits(int flag)
262262
php_info_print_table_header(2, "Contribution", "Authors");
263263
CREDIT_LINE("Zend Scripting Language Engine", "Andi Gutmans, Zeev Suraski");
264264
CREDIT_LINE("Extension Module API", "Andi Gutmans, Zeev Suraski");
265-
CREDIT_LINE("UNIX Build and Modularization", "Stig Sather Bakken");
265+
CREDIT_LINE("UNIX Build and Modularization", "Stig Bakken");
266266
CREDIT_LINE("Win32 Port", "Shane Caraveo, Zeev Suraski");
267267
CREDIT_LINE("Server API (SAPI) Abstraction Layer", "Andi Gutmans, Shane Caraveo, Zeev Suraski");
268268
CREDIT_LINE("Apache SAPI Module", "Rasmus Lerdorf, Zeev Suraski");
269269
CREDIT_LINE("ISAPI SAPI Module", "Andi Gutmans, Zeev Suraski");
270-
CREDIT_LINE("CGI SAPI Module", "Rasmus Lerdorf, Stig Sather Bakken");
270+
CREDIT_LINE("CGI SAPI Module", "Rasmus Lerdorf, Stig Bakken");
271271
CREDIT_LINE("Overall Work", "Thies C. Arntzen, Stig Bakken, Shane Caraveo, \
272272
Rasmus Lerdorf, Sascha Schumann, Zeev Suraski, Andrey Zmievski, \
273273
and others");
@@ -279,16 +279,16 @@ void php_print_credits(int flag)
279279
PUTS("<table border=5 width=\"600\">\n");
280280
PUTS("<tr><th colspan=\"2\" bgcolor=\"" PHP_HEADER_COLOR "\">Module Authors</th></tr>\n");
281281
php_info_print_table_header(2, "Module", "Authors");
282-
CREDIT_LINE("Apache", "Rasmus Lerdorf, Stig Sather Bakken, David Sklar");
282+
CREDIT_LINE("Apache", "Rasmus Lerdorf, Stig Bakken, David Sklar");
283283
CREDIT_LINE("BC Math", "Andi Gutmans");
284284
CREDIT_LINE("Win32 COM", "Zeev Suraski");
285-
CREDIT_LINE("DAV", "Stig Sather Bakken");
285+
CREDIT_LINE("DAV", "Stig Bakken");
286286
CREDIT_LINE("DBA", "Sascha Schumann");
287287
CREDIT_LINE("DBM", "Rasmus Lerdorf, Jim Winstead");
288288
CREDIT_LINE("dBase", "Jim Winstead");
289289
CREDIT_LINE("FDF", "Uwe Steinmann");
290290
CREDIT_LINE("FilePro", "Chad Robinson");
291-
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Sather Bakken, Jim Winstead");
291+
CREDIT_LINE("GD imaging", "Rasmus Lerdorf, Stig Bakken, Jim Winstead");
292292
CREDIT_LINE("GetText", "Alex Plotnick");
293293
CREDIT_LINE("HyperWave", "Uwe Steinmann");
294294
CREDIT_LINE("IMAP", "Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf");
@@ -299,9 +299,9 @@ void php_print_credits(int flag)
299299
CREDIT_LINE("mhash", "Sascha Schumann");
300300
CREDIT_LINE("mSQL", "Zeev Suraski");
301301
CREDIT_LINE("MySQL", "Zeev Suraski");
302-
CREDIT_LINE("OCI8", "Stig Sather Bakken, Thies C. Arntzen");
303-
CREDIT_LINE("ODBC", "Stig Sather Bakken, Andreas Karajannis, Frank M. Kromann");
304-
CREDIT_LINE("Oracle", "Stig Sather Bakken, Mitch Golden, Rasmus Lerdorf, Andreas Karajannis, Thies C. Arntzen");
302+
CREDIT_LINE("OCI8", "Stig Bakken, Thies C. Arntzen");
303+
CREDIT_LINE("ODBC", "Stig Bakken, Andreas Karajannis, Frank M. Kromann");
304+
CREDIT_LINE("Oracle", "Stig Bakken, Mitch Golden, Rasmus Lerdorf, Andreas Karajannis, Thies C. Arntzen");
305305
CREDIT_LINE("Perl Compatible Regexps", "Andrey Zmievski");
306306
CREDIT_LINE("PDF", "Uwe Steinmann");
307307
CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski");
@@ -310,7 +310,7 @@ void php_print_credits(int flag)
310310
CREDIT_LINE("Sybase", "Zeev Suraski");
311311
CREDIT_LINE("System V Shared Memory", "Christian Cartus");
312312
CREDIT_LINE("System V Semaphores", "Tom May");
313-
CREDIT_LINE("XML", "Stig Sather Bakken");
313+
CREDIT_LINE("XML", "Stig Bakken");
314314
CREDIT_LINE("Yellow Pages", "Stephanie Wehner");
315315
CREDIT_LINE("Zlib", "Rasmus Lerdorf, Stefan Ruhrich");
316316
PUTS("</table>\n");

0 commit comments

Comments
 (0)