History log of /PHP-8.3/ext/iconv/iconv.c (Results 101 – 125 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 23f089a6 29-Oct-2014 Anatol Belski

fix datatype mismatches


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# fea10f6a 17-Oct-2014 Anatol Belski

ext/iconv, ext/json and ext/session use static tsrmls pointer


Revision tags: php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1
# 14eefc82 26-Sep-2014 Anatol Belski

cleanup after the removed PHP_OUTPUT_TSRMLS


Revision tags: php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# 37aaccad 19-Sep-2014 Nikita Popov

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope,
instead it returns the new length.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17
# 95132bee 16-Sep-2014 Anatol Belski

redo the fix casting to size_t


# 8b2f1555 15-Sep-2014 Anatol Belski

fix signed/unsigned mismatch warnings


# e056d52a 15-Sep-2014 Anatol Belski

fix type


# 140d99b4 15-Sep-2014 Anatol Belski

fix condition


# d65ead64 15-Sep-2014 Anatol Belski

fix type


# be9408f7 13-Sep-2014 Anatol Belski

fix condition

comparsion of two unsigned


Revision tags: php-5.6.1RC1
# 8002e2c0 05-Sep-2014 Xinchen Hui

Fixed discards qualifiers from pointer target type


Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 88d7ca44 01-Sep-2014 Dmitry Stogov

Refactored INI subsystem to use zend_string* instead of char*


# 88fdb5f0 28-Aug-2014 Xinchen Hui

Fixed iconv MINFO


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE
# da35db3e 22-Aug-2014 Xinchen Hui

Fixed complier error


Revision tags: php-5.5.16, php-5.4.32
# b3198b68 20-Aug-2014 Anatol Belski

more fixes to ext/iconv


# 30e0aa5b 19-Aug-2014 Anatol Belski

fixes to iconv


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


12345678910>>...14