TWLan Forum
Dslan mit Php5 - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: Dslan mit Php5 (/showthread.php?tid=3539)



Dslan mit Php5 - darthmatch - 24.10.2010

Hallo,

ich möchte gerne auf meinen bestehenden Webserver unter Linux Dslan installieren. Auf diesem befindet sich momentan Php 5.3. Gibt es eine Möglichkeit ohne Fcgi das ganze mit Php 5.3 zum laufen zu bringen? Die Installation von Eaccelerator war kein Problem aber die function eaccelerator_load existiert trotzdem nicht.

Grüße Darthmatch


RE: Dslan mit Php5 - SlimShady95 - 24.10.2010

Webserver?

DSLan online zu betreiben ist illegal...

MfG Manuel


RE: Dslan mit Php5 - darthmatch - 24.10.2010

Zitat Wikipedia:
Als Webserver bezeichnet man den Computer mit Webserver-Software oder nur die Webserver-Software selbst. Webserver werden lokal, in Firmennetzwerken und überwiegend als WWW-Dienst im Internet eingesetzt.

Mein Webserver ist Lokal.


RE: Dslan mit Php5 - Lekensteyn - 24.10.2010

The encoded version of DSLan will only work on PHP4 because PHP5 is not supported by eAccelerator.
I've made a custom build of TWLan, fully supporting Linux.

I'm not sure whether eAccelerator encoder (v0.9.5.3) is working in CGI mode or not.


RE: Dslan mit Php5 - Molt - 25.10.2010

@darthmatch: eaccelerator_load und PHP5 geht einfach nicht.

LG
Molt


RE: Dslan mit Php5 - darthmatch - 25.10.2010

Ok gut. Ich bin jetzt mit Fcgi relativ weit.

Mein Problem liegt allerdings hier:
/home/user/Desktop/eaccelerator-0.9.6.1/eaccelerator.h:45: error: #error "eAccelerator only supports PHP 5.1 and higher"


Kann mir jemand sagen welche eaccelerator Version ihr verwendet. Ich habe Php 4.4.9 verwendet und mir fehlt nur noch das Eaccelerator Modul.
Ich habs bereits hinbekommen. Wenn ich zeit habe gibs auch mal nen Tutorial.


RE: Dslan mit Php5 - Lekensteyn - 25.10.2010

0.9.5.3 is the latest version supporting PHP 4.


RE: Dslan mit Php5 - darthmatch - 26.10.2010

Hallo,
leider habe ich jetzt diese Problem:
aLang Error: Language File for de doesn't exist! (/lang/de.ini not found)

Kann mir einer sagen was ich dagegen machen soll?

Die Datei besteht und ein echo file_get_contents("lang/de.ini"); gibt mir auch den inhalt aus.


RE: Dslan mit Php5 - Lekensteyn - 26.10.2010

Hack: add the following after '<?php ' in include.inc.php:
Code:
define('PATH', dirname(__FILE__));



RE: Dslan mit Php5 - darthmatch - 26.10.2010

thanks a lot. That was it.