phpbar.de logo

Mailinglisten-Archive

[php] phplib-installation

[php] phplib-installation

swEk php_(at)_phpcenter.de
Thu, 2 Aug 2001 23:10:52 +0200


 > ich versuche nun seit geraumer Zeit die phplib auf meinem W98 Apache
 > 1.3.20 MySQL
 > PHP4.06(als Modul) System zu installieren. Die phplib findet sich
 unter
 > c:\apache\php. Habe mir so ziemlich jede online-hilfe reingetan, geht
 > aber
 >
 > nix.Bekomme immer Meldungen wie:
 >
 > Syntax error on line 274 of c:/apache/conf/httpd.conf:
 > Invalid command 'php3_include_path' , perhaps mis-spelled or defined
 by

ich würde die lib nicht unter apache ansetzen.
der vorteil der lib ist ja, dass sie lokal einsetzbar ist,
d.h. du kannst sie bei einem provider locker auf
deinem webspace unterstellen.
dazu in jedem dokument einfach den pfad zur lib
angeben mit zum beispiel:

$_PHPLIB['libdir'] ='../phplib/';
include($_PHPLIB['libdir'].'prepend.php3');
include($_PHPLIB['libdir'].'template.inc');

das klappt bei mir wunderbar.

gruss, Ringo



php::bar PHP Wiki   -   Listenarchive