kaystrobach / TYPO3.folder

0 stars 0 forks source link

folder and php ZipArchive() #7

Open p-Enzi opened 11 years ago

p-Enzi commented 11 years ago

ZipArchiv() depends on zlib and zip.so. zlib is compiled into php and zip.so should be available as extension.

It could help users if the die() in "function zipdownloadAction" reads like something like this: die('failed creating zipFile: Is zlib compiled into php? Is php using zip.so?');

kaystrobach commented 11 years ago

is'nt zip in the default package of php? - i never missed it ;)

p-Enzi commented 11 years ago

Obviously it isnt. Never missed it before, too. But got this problem and no zipfiles where delivered. zlib is nearly everywhere compiled into php. But the additionally needed zip.so is to include into php.ini if it is not by default.

Am 12.07.2013 19:06, Kay Strobach schrieb:

is'nt zip in the default package of php? - i never missed it ;)


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20889893

kaystrobach commented 11 years ago

Which type of PHP install are you using LAMP?

Kay Strobach - info@kay-strobach.de - Amselgrund 20, 01728 Bannewitz Tel.: +49(0)3517967378 , Mobil: +49(0)162 2300907 (Vodafone)

Antwort war sinnvoll - donate:   - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2

p-Enzi notifications@github.com schrieb:

Obviously it isnt. Never missed it before, too. But got this problem and no zipfiles where delivered. zlib is nearly everywhere compiled into php. But the additionally needed zip.so is to include into php.ini if it is not by default.

mit freundlichen Grüßen

Peter Enzenberger

  | fon 0951 22 0 59
  | fax 0951 20 44 51
  | mail peter@enzenberger.de
  | friedrichstrasse 14 - 96047 bamberg

Am 12.07.2013 19:06, Kay Strobach schrieb:

is'nt zip in the default package of php? - i never missed it ;)


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20889893

— Reply to this email directly or view it on GitHub.

p-Enzi commented 11 years ago

Its php 5.3.26 My provider allows to select 4-STABLE (derzeit 4.4.9) 5-STABLE (derzeit 5.2.17) 5-53LEGACY (derzeit 5.3.10) 5-53STABLE (derzeit 5.3.19) 5-53LATEST (derzeit 5.3.26) 5-54LATEST (derzeit 5.4.16) 5-54STABLE (derzeit 5.4.9)

So I use the best for my running typo3-Version.

I used php.net to look after the requirements for ZipArchive() They are: zlib and zip.

Am 15.07.2013 10:17, Kay Strobach schrieb:

Which type of PHP install are you using LAMP?

Kay Strobach - info@kay-strobach.de - Amselgrund 20, 01728 Bannewitz Tel.: +49(0)3517967378 , Mobil: +49(0)162 2300907 (Vodafone)

Antwort war sinnvoll - donate:

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2

p-Enzi notifications@github.com schrieb:

Obviously it isnt. Never missed it before, too. But got this problem and no zipfiles where delivered. zlib is nearly everywhere compiled into php. But the additionally needed zip.so is to include into php.ini if it is not by default.

mit freundlichen Grüßen

Peter Enzenberger

 | fon 0951 22 0 59
 | fax 0951 20 44 51
 | mail peter@enzenberger.de
 | friedrichstrasse 14 - 96047 bamberg

Am 12.07.2013 19:06, Kay Strobach schrieb:

is'nt zip in the default package of php? - i never missed it ;)


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20889893

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20956635

kaystrobach commented 11 years ago

I will try to add a check for that as well.

Am 15.07.2013 um 11:01 schrieb p-Enzi notifications@github.com:

Its php 5.3.26 My provider allows to select 4-STABLE (derzeit 4.4.9) 5-STABLE (derzeit 5.2.17) 5-53LEGACY (derzeit 5.3.10) 5-53STABLE (derzeit 5.3.19) 5-53LATEST (derzeit 5.3.26) 5-54LATEST (derzeit 5.4.16) 5-54STABLE (derzeit 5.4.9)

So I use the best for my running typo3-Version.

I used php.net to look after the requirements for ZipArchive() They are: zlib and zip.

Am 15.07.2013 10:17, Kay Strobach schrieb:

Which type of PHP install are you using LAMP?

Kay Strobach - info@kay-strobach.de - Amselgrund 20, 01728 Bannewitz Tel.: +49(0)3517967378 , Mobil: +49(0)162 2300907 (Vodafone)

Antwort war sinnvoll - donate:

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2

p-Enzi notifications@github.com schrieb:

Obviously it isnt. Never missed it before, too. But got this problem and no zipfiles where delivered. zlib is nearly everywhere compiled into php. But the additionally needed zip.so is to include into php.ini if it is not by default.

mit freundlichen Grüßen

Peter Enzenberger

| fon 0951 22 0 59 | fax 0951 20 44 51 | mail peter@enzenberger.de | friedrichstrasse 14 - 96047 bamberg

Am 12.07.2013 19:06, Kay Strobach schrieb:

is'nt zip in the default package of php? - i never missed it ;)


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20889893

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/kaystrobach/TYPO3.folder/issues/7#issuecomment-20956635

— Reply to this email directly or view it on GitHub.