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.