internals:windows:libs:libiconv

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
internals:windows:libs:libiconv [2008/04/30 13:50] – created auroraeosroseinternals:windows:libs:libiconv [2012/09/04 09:43] – added windows iconv note ab
Line 3: Line 3:
 libiconv is a character set conversion library from [[http://ftp.gnu.org/pub/gnu/libiconv/]] libiconv is a character set conversion library from [[http://ftp.gnu.org/pub/gnu/libiconv/]]
  
-PHP currently uses 1.12 released 2007.11.11+PHP currently uses 1.14 released 2011.08.07
  
 libiconv development has been moved to [[https://savannah.gnu.org/projects/libiconv/]] libiconv development has been moved to [[https://savannah.gnu.org/projects/libiconv/]]
Line 10: Line 10:
  
 If someone has the time or energy the patch should probably be sent upstream to the bugs list. If someone has the time or energy the patch should probably be sent upstream to the bugs list.
 +
 +====== Building for PHP ======
 +
 +The solution has static and dll projects. Both of them have to be built in debug and release mode. The binaries have to be put into the deps tree with the following structure:
 +
 +  lib:
 +  libiconv_debug.lib
 +  libiconv_a_debug.lib
 +  libiconv_a.lib
 +  libiconv.lib
 +
 +  include:
 +  iconv.h
 +
 +  bin:
 +  libiconv_debug.pdb
 +  libiconv_debug.dll
 +  libiconv.pdb
 +  libiconv.dll
 +  
 +After this the iconv PHP extension can be built static or shared.
internals/windows/libs/libiconv.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1