PHP5 mit Zip-Funktionen auf Windows

PHP5 mit Zip-Funktionen auf Windows

am 21.12.2004 16:12:00 von Soeren Wollschlaeger

Hallo,

ich möchte die Zip-Funktionen für PHP5 auf Windows installieren und habe
bisher noch keine passende Version gefunden.

Mit dem Modul aus PHP 4.3.10 erhalte ich die Fehlermeldung:

PHP startup: zip: Unable to initialize module
Module compiled with module 20040429, debug=0, thread-safety=1
PHP compiled with module 20041030, debug=0, thread-safety=1
These options need to match

Mit dem Modul von http://kromann.info/php5.php bekomme ich die Meldung:

Module compiled with module 20041031, debug=0, thread-safety=1
PHP compiled with module 20041030, debug=0, thread-safety=1

Wo kann ich eine passende Version bekommen? Im Netz habe ich nichts weiter
gefunden.

Viele Grüße

Sören

Re: PHP5 mit Zip-Funktionen auf Windows

am 22.12.2004 15:21:53 von dev-null-use-reply-adress

Soeren Wollschlaeger schrieb:
> ich möchte die Zip-Funktionen für PHP5 auf Windows installieren und habe
> bisher noch keine passende Version gefunden.
>
> Mit dem Modul aus PHP 4.3.10 erhalte ich die Fehlermeldung:

Na logo ... ;-)

> Mit dem Modul von http://kromann.info/php5.php bekomme ich die Meldung:
>
> Module compiled with module 20041031, debug=0, thread-safety=1
> PHP compiled with module 20041030, debug=0, thread-safety=1

PHP und die Extension passen nicht zusammen.

> Wo kann ich eine passende Version bekommen? Im Netz habe ich nichts weiter
> gefunden.

Wie so oft hilft scheinbar das Manual, (leider) aber wieder mal nur
das englische Original.

http://de.php.net/manual/en/ref.zip.php
Vorlesedienst:

This PECL extension is not bundled with PHP. Additional information such
as new releases, downloads, source files, maintainer information, and a
CHANGELOG, can be located here: http://pecl.php.net/package/zip.
[..]
Windows users will enable php_zip.dll inside of php.ini in order to use
these functions. In PHP 4 this DLL resides in the extensions/ directory
within the PHP Windows binaries download. You may download this PECL
extensions DLL from the PHP Downloads page or at http://snaps.php.net/.


Gruß, JPM

--
http://www.textkritik.de/schriftundcharakter/sundc008tofu.ht m
http://www.kasper-online.de/goldmail/

Re: PHP5 mit Zip-Funktionen auf Windows

am 27.12.2004 11:00:40 von Soeren Wollschlaeger

Hallo,

On Wed, 22 Dec 2004 15:21:53 +0100, Jens Peter Möller wrote:
>
> Wie so oft hilft scheinbar das Manual, (leider) aber wieder mal nur
> das englische Original.

Danke, ich wußte nicht, das sich die Handbücher unterscheiden.

Viele Grüße

Sören