X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id D8217329C70 for ; Wed, 8 Sep 2004 14:53:54 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 83011-05 for ; Wed, 8 Sep 2004 13:53:43 +0000 (GMT) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by svr1.postgresql.org (Postfix) with ESMTP id 9E949329EB0 for ; Wed, 8 Sep 2004 14:53:45 +0100 (BST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=ratbert.vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1C52tN-00081M-0W for pgsql-www@postgresql.org; Wed, 08 Sep 2004 13:53:45 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Pgfoundry upload problem X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 8 Sep 2004 14:53:44 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Pgfoundry upload problem Thread-Index: AcSVq0G91g6Fk4FySReTdV1efmfaHQ== From: "Dave Page" To: "PostgreSQL WWW Mailing List" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/62 X-Sequence-Number: 5132 Hi guys, I couldn't upload the win32 installer to pgfoundry. To fix I made the following changes to php.ini and restarted apache: ; Maximum allowed size for uploaded files. upload_max_filesize =3D 20M ; Maximum size of POST data that PHP will accept. post_max_size =3D 24M ; Maximum amount of memory a script may consume memory_limit =3D 24M Regards, Dave.