From 80131be70fcaaa73265fe22be44c281800b6937c Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Apr 2002 17:46:57 +0000 Subject: [PATCH] Removed relics from PHP3. --- php.ini-dist | 6 ------ php.ini-recommended | 6 ------ 2 files changed, 12 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index a61c4627db..3925fe0117 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -526,12 +526,6 @@ sendmail_from = me@localhost.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = -[Logging] -; These configuration directives are used by the example logging mechanism. -; See examples/README.logging for more explanation. -;logging.method = db -;logging.directory = /path/to/log/directory - [Java] ;java.class.path = .\php_java.jar ;java.home = c:\jdk diff --git a/php.ini-recommended b/php.ini-recommended index a0db94d676..3ead209a36 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -531,12 +531,6 @@ sendmail_from = me@localhost.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = -[Logging] -; These configuration directives are used by the example logging mechanism. -; See examples/README.logging for more explanation. -;logging.method = db -;logging.directory = /path/to/log/directory - [Java] ;java.class.path = .\php_java.jar ;java.home = c:\jdk -- 2.50.1