does it support php5 and postgresql8 [message #29444] |
Wed, 21 December 2005 08:41 |
NetDC
Messages: 8 Registered: November 2005
Karma: 0
|
Junior Member |
|
|
In my FreeBSD 6.0, I install postgresql8 and php5 ,but when I excute install.php, it show me the following :
Quote: | 50000000) { $no_mem_limit = 0; } } ignore_user_abort(true); set_magic_quotes_runtime(0); @set_time_limit(600); /* uncomment the line below if the installer stalls after the 1st page */ // ini_set("allow_url_fopen", 0); /* opening a connection to itself should not take more then 5
|
and so on....
How can I resolve this .
|
|
|
|
|
|
|
|
|
|
Re: does it support php5 and postgresql8 [message #29512 is a reply to message #29505] |
Mon, 26 December 2005 16:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I think you are hitting the memory limit, increase the value of the memory_limit INI setting to 20M for the duration of the install.
FUDforum Core Developer
|
|
|
|
Re: does it support php5 and postgresql8 [message #29523 is a reply to message #29514] |
Thu, 29 December 2005 03:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
try php -l install.php
The fact it outputs nothing implies some sort of an error, because it definately should produce some sort of an output.
FUDforum Core Developer
|
|
|