php-windows Digest 23 Jun 2004 10:09:55 -0000 Issue 2295
Topics (messages 24044 through 24050):
Re: Anyone have experience with PHP MySQL on Windows XP Pro?
24044 by: Jordi Canals
COM function
24045 by: heekw
24046 by: Jason Barnett
24047 by: heekw
UNIX PHP support COM function?
24048 by: heekw
LINUX php version 7.2 support COM function?
24049 by: heekw
Re: PHP5 IIS6 2003 Access Violation
24050 by: Quirijn Vermeulen
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I am running a:
P4 3.00 GHz
1.00 GB RAM
WindowsXP Service Pack 1
PHP: 4.3.5
Just I can remember that 4.3.5 version had some important bugs on the
windows platform. I had some important crashes running this version on
Windows XP.
My problems were not the same because I'm running Apache, but all them
were solved installing a most recent version (Solved with 4.3.6 and 4.3.7)
Hope this helps.
Jordi.
--- End Message ---
--- Begin Message ---
Hi,
I couldn't run the com progam on my server but everthing well on my pc.
The only different is server is using UNIX version while pc is Window
version.
It game me error like this -> "Fatal error: Cannot instantiate
non-existent class: com in
/home/www/hermes/data/program/log_report/TPSpartSales/comExample5.php4
on line 2".
com.allow_dcom has to be set to TRUE. Kindly help me to solve this
issue. TQ.
Best Regard,
Hee
--- End Message ---
--- Begin Message ---
Heekw wrote:
Hi,
I couldn't run the com progam on my server but everthing well on my
pc. The only different is server is using UNIX version while pc is
Window version.
It game me error like this -> "Fatal error: Cannot instantiate
non-existent class: com in
/home/www/hermes/data/program/log_report/TPSpartSales/comExample5.php4
on line 2".
com.allow_dcom has to be set to TRUE. Kindly help me to solve this
issue. TQ.
Best Regard,
Hee
Not sure exactly what you're asking here, but com.allow_dcom is a
php.ini setting. Are you trying to access a remote COM process on
another machine? You need this setting to be true for remote access.
More troubling however is that your php executable does not have the COM
class... it is a built-in component for the windows binary. Did you
perhaps build your own from source and not include COM? What version of
PHP are you using?
--- End Message ---
--- Begin Message ---
Hi,
Where can I get the com class for my UNIX server? I suppose my pc has
the class file, that's why the program can be run on my pc but not in
UNIX server. It mght be I dont have the class file in UNIX server.
Regards,
Hee
Jason Barnett wrote:
Heekw wrote:
Hi,
I couldn't run the com progam on my server but everthing well on
my pc. The only different is server is using UNIX version while pc is
Window version.
It game me error like this -> "Fatal error: Cannot instantiate
non-existent class: com in
/home/www/hermes/data/program/log_report/TPSpartSales/comExample5.php4
on line 2".
com.allow_dcom has to be set to TRUE. Kindly help me to solve
this issue. TQ.
Best Regard,
Hee
Not sure exactly what you're asking here, but com.allow_dcom is a
php.ini setting. Are you trying to access a remote COM process on
another machine? You need this setting to be true for remote access.
More troubling however is that your php executable does not have the COM
class... it is a built-in component for the windows binary. Did you
perhaps build your own from source and not include COM? What version of
PHP are you using?
--- End Message ---
--- Begin Message ---
Hi,
Does UNIX version of PHP support COM function? I code an program with
com function, it successfully run on Windows PHP but faild on UNIX php.
Regards,
Hee
--- End Message ---
--- Begin Message ---
Hi,
Just want to know if LINUX php version 7.2 support COM function?
What I need to do if it support? TQ
Regards,
Hee
--- End Message ---
--- Begin Message ---
Hi David,
I have the same problem with IIS5.1 (Windows XP Professional) and PHP5 RC3.
So far, like you, I haven't had any luck in getting it solved.
Regards,
Quirijn Vermeulen.
"David Charles" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I can set up the latest version of 4 to run under IIS6 as isapi dll in 5
> minutes. No problem.
>
> But with PHP5 RC3, making just the standard ini edits, nothing fancy, I
> cannot get this access violation errors message to go away.
>
> The wierd thing is, a blank html page with a .php extension will serve the
> blank page, followed by one line... the access violation. As if it
occurred
> somewhere folowing the interp and execution.
>
> Any ideas? I hope this isn't something you hear all day long.
--- End Message ---