|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-12 21:27 UTC] tony2001@php.net
[2007-02-20 01:00 UTC] php-bugs at lists dot php dot net
[2009-06-26 07:01 UTC] ghanshyam12 at in dot com
[2009-06-26 07:02 UTC] ghanshyam12 at in dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Description: ------------ I am using Apache/1.3.33 (Win32) PHP/4.3.10 that was part of easyphp When I try to instantiate the word application, I get the following Warning :- Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 The rest of the code executes and word application opens and inserts my text. Thanks Best Raji Reproduce code: --------------- <?php $word = new COM("word.application"); //die("Impossible to instantiate WordApp"); print "Word is running, version {$word->Version}\n</br>"; $word->Visible=1; $word->Documents->Add(); $word->Selection->TypeText("This is a test..."); $word->Documents[1]->SaveAs("test_com_php.doc"); $word->Quit(); ?> Expected result: ---------------- No Warning messages Actual result: -------------- Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Warning: (null)(): Type library value emptyenum is already defined and has a different value in c:\program files\3w\www\whowhatwhere\createw.php on line 3 Word is running, version 10.0