ID: 17197 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Apache related Operating System: Windows ME PHP Version: 4.1.2 New Comment:
Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php This should be fixed in the latest 4.2.1 version available for download from www.php.net Derick Previous Comments: ------------------------------------------------------------------------ [2002-05-14 01:37:31] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=17197&edit=1