From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.1.2 PHP Bug Type: Apache related Bug description: Apache Crash when triying to modify a property of a COM Object
Utilizo un entorno de desarrollo compuesto por PHP 4.1.3-dev corriendo como modulo en Apache 1.3.23 en WinME y cuando intento modificar el valor de algun objeto COM obtengo un crash en el Servidor Apache. La secuencia de Comandos es similar a la que sigue: $objecto = new COM("Objeto.subobjeto"); $objeto->propiedad1 = "Valor"; <- Aqui es donde obtengo el crash (si comento la linea todo funcioa bien) El Objeto que utilizo es el Control ActiveX del Servidor de Correo de ArGoSoft ENGLISH TRANLATED (my english is not too good) I use a development enviroment formed by PHP 4.1.3-dev as a module of Apache 1.3.23 in WinMe and when a try to modify the value of any property in an COM object i get a crash in the apache server. The Script is similar to following: $object = new COM("Object.Subobject"); $object->property1 = "Value"; <-Here is when i get the crash (if I comment this line everything works ok) The object used is the ActiveX control of Mail Server from ArGoSoft -- Edit bug report at http://bugs.php.net/?id=17197&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17197&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17197&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17197&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17197&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17197&r=support Expected behavior: http://bugs.php.net/fix.php?id=17197&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17197&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17197&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17197&r=globals