internals:windows:libs:libxml2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
internals:windows:libs:libxml2 [2008/05/06 16:16] – created rrichardsinternals:windows:libs:libxml2 [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 PHP currently uses version 2.6.32 released 2008.04.08 PHP currently uses version 2.6.32 released 2008.04.08
 +
 +For PHP suitable sources and up-to-date information see [[https://github.com/winlibs/libxml2]].
  
 Currently, we build our own library in order to be in synch with our custom libxslt build. Currently, we build our own library in order to be in synch with our custom libxslt build.
 The standard options are used when building, using the following configure: The standard options are used when building, using the following configure:
  
 +If the standard directory structure, is used, it is possible to simply "<path to iconv lib dir>" with c:\php-sdk\libs_build\vc9\x86\deps for example (in this case, for the VC9-x86 build).
 +
 +Configure line VC6 non debug:
 +<code bash>
 cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>"
 +</code>
 +
 +Configure line VC6 debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" debug=yes mem_debug=yes
 +</code>
 +
 +Configure line VC9 non debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" vcmanifest=yes
 +</code>
 +
 +Configure line VC9 debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>"  debug=yes mem_debug=yes  vcmanifest=yes
 +</code>
 +
  
 +libxml2_a_dll.lib **MUST** be used with PHP.
internals/windows/libs/libxml2.1210090598.txt.gz · Last modified: 2017/09/22 13:28 (external edit)