Re: AW: [PHP] php5 COM strange behaviour

2005-08-24 Thread Jochem Maas
keep it on list please. I'm not free personal debugging system ;-) Marc Staiger wrote: 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.

[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

Re: [PHP] php5 COM strange behaviour

2005-08-23 Thread Jochem Maas
Martin Staiger wrote: Hello NG, 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? are you using the prefork version of apache2? (you should be!!) Since we upgraded to php 5.0.3.3 the same script works only

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 prefork

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 other