|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-14 02:31 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 UTC |
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