Re: [PHP] WebDav via PHP

2006-07-04 Thread Martin Staiger
on" in the popup menu? > > Did you find "WebDAV" in this page: > > http://us3.php.net/manual/en/ini.core.php > > You now know as much about this PHP/WebDAV thingie a I do... :-) > > On Sat, July 1, 2006 1:10 pm, Martin Staiger wrote: >> Dear group, &g

Re: [PHP] WebDav via PHP

2006-07-04 Thread Martin Staiger
on" in the popup menu? > > Did you find "WebDAV" in this page: > > http://us3.php.net/manual/en/ini.core.php > > You now know as much about this PHP/WebDAV thingie a I do... :-) > > On Sat, July 1, 2006 1:10 pm, Martin Staiger wrote: >> Dear group, &g

[PHP] Drag 'n Drop - File Upload

2006-07-03 Thread Martin Staiger
Dear group, we would like to have the possibility to upload files not via HTML-form but via Drag 'n Drop of files. WebDav seem to offer potentials ... but HOW? Are there any examples existing? Are there alternatives existing? Thanks, Marc -- PHP General Mailing List (http://www.php.net/) To

[PHP] WebDav via PHP

2006-07-01 Thread Martin Staiger
Dear group, Apache's WebDav-features do not fulfill our requirements concerning file-management since we have to manage complex access-rights to files by our own logic. HOW can we create our own WebDav-Server with PHP ? Are there any alternatives? I couldn't find any examples so far ... Thankf

[PHP] 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

Re: [PHP] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
>>> we have a script to create a word-document via COM which, so far, run >>> pretty stable under php 4.3.7 >> >> are you using apache2 with php4? > > Yes ! Sorry - my mistake here : the problems are caused under PHP5. With PHP4 the script runs fine, so right now we are using PHP4, but due to ot

Re: [PHP] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
>> we have a script to create a word-document via COM which, so far, run >> pretty stable under php 4.3.7 > > are you using apache2 with php4? Yes ! > are you using the prefork version of apache2? (you should be!!) No - not to my knowledge. I couldn't really find out HOW to implement this prefo

[PHP] 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