summaryrefslogtreecommitdiff
path: root/ext/iconv/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for iconv without proper errno settingChristoph M. Becker2020-03-171-1/+0
| | | | | | | | It is hard to impossible to work around iconv() implementations which do not properly set errno according to POSIX. We therefore do no longer allow to build against such iconv() implementations. Co-Authored-By: Nikita Popov <nikita.ppv@googlemail.com>
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* implemented --with-all-shared optionAnatol Belski2015-03-231-1/+1
|
* ext/iconv, ext/json and ext/session use static tsrmls pointerAnatol Belski2014-10-171-1/+1
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+1
| | | | generate the install-headers cmd
* Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making ↵Kalle Sommer Nielsen2010-03-081-1/+1
| | | | it less cryptic
* Fix linking of iconv on WindowsKalle Sommer Nielsen2010-03-081-0/+1
|
* - update lib detection and does not enable it when lib/headers are missingPierre Joye2008-07-061-2/+7
|
* Only dllexport during the compilation of iconv.cEdin Kadribasic2004-11-231-0/+1
|
* Move iconv exports to the iconv extensionFrank M. Kromann2004-08-041-0/+3
|
* Use Rob's static libxml+libiconv library; new build no longerWez Furlong2003-12-051-2/+3
| | | | | | | requires libxml2.dll or iconv.dll at runtime. Since we have iconv built in, enable iconv extension by default too.
* fix zts buildWez Furlong2003-12-051-8/+9
|
* This should solve a few problems with static vs. shared builds for ↵Wez Furlong2003-12-031-1/+0
| | | | | | | extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage. Also fix the iconv file; MSVC doesn't seem to like the #include SYMBOL syntax.
* Add a win32 build script. Not tested, but should work :)Moriyoshi Koizumi2003-12-031-0/+16