From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 15:41:10 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BF416A4CE for ; Thu, 31 Mar 2005 15:41:10 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EF75343D41 for ; Thu, 31 Mar 2005 15:41:09 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 31 Mar 2005 15:41:08 -0000 Received: from pD951449C.dip.t-dialin.net (EHLO localhost) [217.81.68.156] by mail.gmx.net (mp010) with SMTP; 31 Mar 2005 17:41:08 +0200 X-Authenticated: #5114400 Date: Thu, 31 Mar 2005 17:41:05 +0200 From: Mario Hoerich To: Dennis Olvany Message-ID: <20050331154104.GA1457@Pandora.MHoerich.de> References: <000f01c535f6$22964eb0$0366a8c0@d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c535f6$22964eb0$0366a8c0@d> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 cc: freebsd-questions@freebsd.org Subject: Re: mysql upload_max_filesize X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 15:41:11 -0000 # Dennis Olvany: > Everything I've seen says to put the upload_max_filesize into php.ini, > but I searched my drive and I don't have a php.ini. Anyone know the deal? IIRC there are two files (php.ini-dist and php.ini-recommended) in /usr/local/etc. Copy either to php.ini and you're all set. :) HTH, Mario