php-windows Digest 2 Apr 2005 11:44:22 -0000 Issue 2624

Topics (messages 25804 through 25805):

Accessing MSWord Error - New to PHP
        25804 by: Ken Woad

php5 win build errors
        25805 by: Arjun

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 ---
Hi All

I hope someone can help me I am trying to open Word using:

$word = new COM("word.application")

calling Word methods to add a couple of lines of data, then saving the file.

I am using PHP v4 XP with IIS 5 and php.ini PHP installed directly with its 
installer.

The script appears to open word as it appears in the processes.

Error message: 1.  php.exe has caused a problem and will close. (standard 
windows)
2. In browser : Specified CGI application is misbehaving by not returning a 
complete set of HTTP headers.

Any pointers or help will be gratefully received.

Ken
[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Hello everyone,

Reached almost the end of a successful php5 win build.. Getting these errors though. Any pointers gentlemen? I do understand that this is regading the libxml2 library, and I do have placed the libxml dll's in the windows/system32 directory. Also, is there no way to restrict the compilation of libxml like we do it on linux (./configure --without-libxml ,etc) from the visual studio.net IDE?

------ Build started: Project: php5dllts, Configuration: Release_TS Win32 ------
Linking...
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterEndComment
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterEndDTDAttlist
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterEndDTDElement
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterEndDTDEntity
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterStartComment
phpts.def : error LNK2001: unresolved external symbol xmlTextWriterWriteDTDExternalEntityContents
.\..\Release_TS/php5ts.lib : fatal error LNK1120: 6 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file


Regards
aj

Arjun Jain http://arjun.notlong.com
--- End Message ---

Reply via email to