History log of /PHP-7.2/ext/sockets/sockets.c (Results 26 – 50 of 347)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4d9a1883 08-Apr-2015 Dmitry Stogov

Fixed bug #68887 (resources are not freed correctly)


# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()


# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


# e98caf27 02-Feb-2015 Xinchen Hui

found type is unnecessary


# 94280990 02-Feb-2015 Xinchen Hui

Cleanup resource handling APIs


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# a0909f0a 10-Nov-2014 Mathieu CARBONNEAUX

add php_create_socket/php_destroy_socket PHP_SOCKETS_API to abel to create socket ressource in other ext


# 08b26382 05-Oct-2014 Anatol Belski

convert ext/sockets to work with the static tsrm cache pointer


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


# 6db8d4f8 27-Aug-2014 Anatol Belski

's' works with size_t round 3


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts


# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 2da1c805 19-Aug-2014 Anatol Belski

ported ext/sockets


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


12345678910>>...14