Non zlib installation [message #5959] |
Sat, 28 September 2002 20:31 |
Anonymous
|
|
|
|
I can't believe it! I didn't find a version of FUDForum without zlib installation!
Not every webserver runs with zlib extensions activated and some php installations didn't include the zlib.so.
It shouldn't be a problem to make a normal tar archive of all files.
Thanks - Andy
|
|
|
Re: Non zlib installation [message #5961 is a reply to message #5959] |
Sat, 28 September 2002 21:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not quite, because a non-compressed archive would get parsed by PHP.
FUDforum Core Developer
|
|
|
Re: Non zlib installation [message #5963 is a reply to message #5961] |
Sat, 28 September 2002 21:12 |
Anonymous
|
|
|
|
I guess you got me wrong.
I thought of a normal tar ball including all the folders and files of the FUDForum.
All other forums, software come as tar-balls, why not FUDForum?
Then, after uploading, decompressing and untarring the file, you run a new install.php, prompting for configs and creating the tables and so on...
sorry for anonymous posts, activations doesn't work...
Greets - Andy (user: Valiant)
|
|
|
|
|
Re: Non zlib installation [message #5977 is a reply to message #5974] |
Sun, 29 September 2002 14:50 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Nope, because if I made a tarball php would try to parse it and screw up. I will look @ other possible solutions as alternatives to gzip compression.
I am suprised that people do not have this extension as it is compiled by default when installing PHP or in case of Windows php_gzip.dll is included in the default package.
FUDforum Core Developer
|
|
|
|
Re: Non zlib installation [message #5981 is a reply to message #5980] |
Sun, 29 September 2002 18:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The installer works by having the archive appeneded to the end of the file and during install process decompresses the archive and extracts the files. If a raw tar file was there it would get parsed by the PHP's engine when parsing the install script and cause problems. For that perpouse the file is compressed, which also makes it about 1/3 smaller and easier to transfer.
Previously the file was using base64_encoding, which while did the task make the file >3 megs in size, which causes all kinds of problems for people with memory limit.
FUDforum Core Developer
|
|
|
|
|
|
Re: Non zlib installation [message #5990 is a reply to message #5988] |
Mon, 30 September 2002 12:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
read the instructions listed in the CVS thread and no wget won't be able to do it. You need to use the CVS utility.
FUDforum Core Developer
|
|
|