- turn off transsid by default

- add license to phpxs
This commit is contained in:
avsm 2002-08-17 01:39:25 +00:00
parent c80fb0bbc8
commit c9e720f715
3 changed files with 47 additions and 4 deletions

View File

@ -1,4 +1,29 @@
#!/bin/sh
#
# $OpenBSD: phpxs,v 1.2 2002/08/17 01:39:25 avsm Exp $
#
# Copyright (c) 2002 Anil Madhavapeddy.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OPENBSD
# PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-php_ini-dist,v 1.4 2002/08/12 04:27:41 avsm Exp $
$OpenBSD: patch-php_ini-dist,v 1.5 2002/08/17 01:39:26 avsm Exp $
--- php.ini-dist.orig Mon Apr 8 02:15:16 2002
+++ php.ini-dist Tue Aug 6 20:58:26 2002
+++ php.ini-dist Sat Aug 17 02:33:38 2002
@@ -356,9 +356,6 @@ default_mimetype = "text/html"
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
@ -119,6 +119,15 @@ $OpenBSD: patch-php_ini-dist,v 1.4 2002/08/12 04:27:41 avsm Exp $
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
@@ -746,7 +664,7 @@ session.cache_limiter = nocache
session.cache_expire = 180
; use transient sid support if enabled by compiling with --enable-trans-sid.
-session.use_trans_sid = 1
+session.use_trans_sid = 0
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
@@ -877,6 +795,41 @@ sockets.use_system_read = On
;fbsql.max_results = 128
;fbsql.batchSize = 1000

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-php_ini-recommended,v 1.4 2002/08/12 04:27:41 avsm Exp $
$OpenBSD: patch-php_ini-recommended,v 1.5 2002/08/17 01:39:26 avsm Exp $
--- php.ini-recommended.orig Wed Apr 24 02:51:50 2002
+++ php.ini-recommended Tue Aug 6 20:57:43 2002
+++ php.ini-recommended Sat Aug 17 02:34:55 2002
@@ -361,9 +361,6 @@ default_mimetype = "text/html"
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
@ -119,6 +119,15 @@ $OpenBSD: patch-php_ini-recommended,v 1.4 2002/08/12 04:27:41 avsm Exp $
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
@@ -753,7 +671,7 @@ session.cache_limiter = nocache
session.cache_expire = 180
; use transient sid support if enabled by compiling with --enable-trans-sid.
-session.use_trans_sid = 1
+session.use_trans_sid = 0
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
@@ -884,6 +802,41 @@ sockets.use_system_read = On
;fbsql.max_results = 128
;fbsql.batchSize = 1000