|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-27 23:06 UTC] dbeu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 02:00:01 2025 UTC |
I'm running php4.03Pl1 on apache1.3.14-win32 on windows 98 SE when i invoke the $obj=com_load("com.object","server"); function, i get the respons "undefined function" when i create the object like $obj=new COM("com.object"); , this works fine in the source i found out the line "allow_dcom = 1" or "allow_dcom = On" in the php.ini should fix this problem, but wherever i place it in the file, it doesn't help with this problem