Thread: Pgfoundry upload problem

Pgfoundry upload problem

From
"Dave Page"
Date:
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 = 20M

; Maximum size of POST data that PHP will accept.
post_max_size = 24M

; Maximum amount of memory a script may consume
memory_limit = 24M

Regards, Dave.

Re: Pgfoundry upload problem

From
Josh Berkus
Date:
Dave,

> I couldn't upload the win32 installer to pgfoundry. To fix I made the
> following changes to php.ini and restarted apache:

Thanks for fixing.

--
Josh Berkus
Aglio Database Solutions
San Francisco