php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17197 Apache Crash when triying to modify a property of a COM Object
Submitted: 2002-05-14 01:37 UTC Modified: 2002-05-14 02:31 UTC
From: gonzalo at losvivanco dot com dot ar Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.2 OS: Windows ME
Private report: No CVE-ID: None
 [2002-05-14 01:37 UTC] gonzalo at losvivanco dot com dot ar
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-14 02:31 UTC] derick@php.net
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC