History log of /php-src/ext/iconv/iconv.c (Results 301 – 325 of 357)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.0pre2
# e13c936b 26-Oct-2002 Moriyoshi Koizumi

Clean-ups

# 6537b7b2 26-Oct-2002 Moriyoshi Koizumi

Fixed typo... what did this "#" sign mean?

# 63a9d4fa 25-Oct-2002 Marcus Boerger

fix ZTS build

# 34aa59ba 25-Oct-2002 Moriyoshi Koizumi

Added two new rows to MINFO that describes iconv library info.

Revision tags: RELEASE_1_0b1
# 764df057 11-Oct-2002 Moriyoshi Koizumi

*** empty log message ***

# adbdd71d 11-Oct-2002 Moriyoshi Koizumi

Fixed possible compile-time failure

# 03b34787 11-Oct-2002 Derick Rethans

- Style polizei :)

# d2f99493 11-Oct-2002 Moriyoshi Koizumi

Reformatted.
# Still bad?

# 1a867685 11-Oct-2002 Moriyoshi Koizumi

Added ICONV_IMPL and ICONV_VERSION constants.
@- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
@ indicate which iconv implementation is used. (Moriyoshi)

Revision tags: php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 69cc4735 07-Sep-2002 Yasuo Ohgaki

Fixed errno hanlding. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>

Revision tags: php-4.2.3
# 38ef35e5 04-Sep-2002 Yasuo Ohgaki

Fixed undefiend referece at build time.
Fixed transilit test script.
Make fixes available on Windows.
Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp>

Revision tags: php-4.2.3RC2, php-4.2.3RC1
# 4b7ad810 08-Aug-2002 Yasuo Ohgaki

Forgot this one. Fix build

# 7498f568 06-Aug-2002 Marko Karppinen

Updated proto to match the function (fix compile bustage on osx)

Revision tags: dev
# 6c094c3e 05-Aug-2002 Marcus Boerger

ws fix

# dd8ec2dc 05-Aug-2002 Marcus Boerger

-fix one warning
-send Content-Type Header with charset

Revision tags: php-4.2.2
# 7409f1cf 19-Jul-2002 Derick Rethans

Unify error messages

# 7892e416 13-Jul-2002 foobar

Kill compiler warning

# 2e77bb30 11-Jul-2002 Yasuo Ohgaki

Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>
@ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo)

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 4330c0d9 28-Jun-2002 Derick Rethans

- Fix for bug #18039

Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 817750b0 28-Apr-2002 foobar

ws fix

Revision tags: php-4.2.0
# 3b75b606 19-Apr-2002 Yasuo Ohgaki

Remove warnings

Revision tags: php-4.2.0RC4, php-4.2.0RC3
# 8dd62722 10-Apr-2002 Wez Furlong

fix warning

Revision tags: php-4.2.0RC2
# d5333717 21-Mar-2002 foobar

- Fixed bug #16165 again. We check libc for iconv functions only if
no path is given for --with-iconv.
# I hope this is the last time.

Revision tags: php-4.2.0RC1
# 350de12b 20-Mar-2002 Sascha Schumann

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will si

Expand the variables in PHP_EXPAND_BUILD_VARS.

Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will significantly reduce the price of
full dependencies for developers, because basically each
file today includes php.h which includes php_config.h.

If PHP_ATOM_INC is defined, these include files can be used.

For all PHP_DEFINEs, empty files are created upon configure start.

show more ...

Revision tags: help
# d5b1a4f8 11-Mar-2002 Markus Fischer

- Slightly unify error/warning messages.
- Switch to zend_parse_parameters().
- Fix whitespaces.

1...<<1112131415