[PHP-WIN] single sign on

2006-07-05 Thread Martin Staiger
dear group, how can we find out, if a user has a valid session on his windows client? We would like to use this session to authenticate in our web-application. Will we need active-x controls? Thanks, Marc -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] single sign on

2006-07-05 Thread Martin Staiger
dear group, how can we find out, if a user has a valid session on his windows client? We would like to use this session to authenticate in our web-application. Will we need active-x controls? Thanks, Marc -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP-WIN] Edit files WITHOUT down- and upload

2006-07-03 Thread Martin Staiger
dear group, we're looking for a possibility to directly edit word or excel-files that are located on a web-server (Win2003Server/Apache/PHP) without the need to download the files, edit them locally, store them locally and upload the new revisions afterwards back on the server. We cannot use FT

[PHP-WIN] php5<->com terribly wrong ?

2005-10-02 Thread Martin Staiger
Dear experts, something must be terribliy wrong with either php5<->com or our configuration/code. We used to control MS-Index-Server via php4 without any problems: $q = new com ("ixsso.Query"); $util = new com ("ixsso.util"); $q->query = $Query

[PHP-WIN] php5<->com terribly wrong ?

2005-10-02 Thread Martin Staiger
Dear experts, something must be terribliy wrong with either php5<->com or our configuration/code. We used to control MS-Index-Server via php4 without any problems: $q = new com ("ixsso.Query"); $util = new com ("ixsso.util"); $q->query = $Quer

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
Hello NG, we have a script to create a word-document via COM which, so far, run pretty stable under php 4.3.7 Since we upgraded to php 5.0.3.3 the same script works only on the first run! On the following runs the same script causes a fatal error on the code below: Fatal error: Uncaught excep

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
Hello NG, we have a script to create a word-document via COM which, so far, run pretty stable under php 4.3.7 Since we upgraded to php 5.0.3.3 the same script works only on the first run! On the following runs the same script causes a fatal error on the code below: Fatal error: Uncaught excep