Skip to content

Commit

Permalink
updated readme.md with php notes
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Sep 4, 2012
1 parent 8790316 commit 4b21261
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
libiconv is a character set conversion library from
[http://ftp.gnu.org/pub/gnu/libiconv/](http://ftp.gnu.org/pub/gnu/libiconv/)

PHP currently uses 1.14 released 2011.07.08
PHP currently uses 1.14 released 2011.08.07

libiconv development has been moved to [https://savannah.gnu.org/projects/libi
conv/](https://savannah.gnu.org/projects/libiconv/)
Expand All @@ -18,4 +18,28 @@ compiled with Microsoft compilers with a small patch to fix compiler warnings
and errors.

If someone has the time or energy the patch should probably be sent upstream
to the bugs list.
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.

0 comments on commit 4b21261

Please sign in to comment.