顶一下,没测过,
用的系统没用word

解决方案 »

  1.   

    modify php.ini
    [com]
    ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
    com.typelib_file = extensions\
    ; allow Distributed-COM calls
    com.allow_dcom = true
    ; autoregister constants of a components typlib on com_load()
    com.autoregister_typelib = true
    ; register constants casesensitive
    com.autoregister_casesensitive = false
    ; show warnings on duplicate constat registrations
    com.autoregister_verbose = true
    ==>
    [com]
    ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
    ;com.typelib_file = extensions\
    ; allow Distributed-COM calls
    ;com.allow_dcom = true
    ; autoregister constants of a components typlib on com_load()
    ;com.autoregister_typelib = true
    ; register constants casesensitive
    ;com.autoregister_casesensitive = false
    ; show warnings on duplicate constat registrations
    ;com.autoregister_verbose = true