Re[2]: [ServOO-users] How install servoo on a windows machine with easyphp 1.8
Status: Beta
Brought to you by:
glodel
From: <th...@is...> - 2006-02-24 08:55:18
|
Hello Luc, >> the The $_SERVER['PHP_AUTH_USER'] is not here ! >>=20 >> My question : Where is my mistack ? >>=20 >> If there is somethink to do in php.ini or some php extention to install ? PHP_AUTH_USER is not available on windows installations, except on Apache w= ith a modularized php. You have to replace the entire session/user manageme= nt with something which is either cookie based or passes a session ID with = every get or post request. Be ware that this is not trivial :-) --=20 Best regards, Thomas mailto:th...@is... |