History log of /php-src/ext/sockets/sockets.c (Results 101 – 125 of 446)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8a11c9ee 13-Nov-2018 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Validate length on socket_write


# ce4eb899 13-Nov-2018 Joe Watkins

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Validate length on socket_write


# ec2e7a2d 21-Oct-2018 Thiago Carvalho

Validate length on socket_write

# 321c0cc3 17-Sep-2018 Anatol Belski

Fix localized error messages and memory leaks

The FormatMessage API needs to LocalFree the delivered error messages.
In cases where messages are delivered in non ASCII compatible encodin

Fix localized error messages and memory leaks

The FormatMessage API needs to LocalFree the delivered error messages.
In cases where messages are delivered in non ASCII compatible encoding,
the messages might be unreadable. This aligns the error message encoding
with the encoding settings in PHP, the focus is UTF-8 as default.

Initialize error buffer

Avoid code duplication

show more ...

Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2
# 9d7c5108 02-Aug-2018 Anatol Belski

Cleanup unused items

Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3
# 8d3f8ca1 03-Jul-2018 Peter Kokot

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
use

Remove unused Git attributes ident

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.

show more ...

Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1
# 5eb1f92f 28-May-2018 Dmitry Stogov

Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.

Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30
# 9d4da80e 23-Apr-2018 Anatol Belski

Implemented winsock info import/export

# 524f5245 08-May-2018 Dmitry Stogov

Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string.

# 74ecbbeb 28-Apr-2018 Thomas Punt

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix potential memory leaks in sockets extension


# d990b931 28-Apr-2018 Thomas Punt

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix potential memory leaks in sockets extension


# 643c9c9b 28-Apr-2018 Thomas Punt

Fix potential memory leaks in sockets extension

Revision tags: php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1
# bd2ecb01 11-Mar-2018 Nikita Popov

Merge branch 'PHP-7.2'


Revision tags: php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# 8489ecef 26-Feb-2018 Thomas Petazzoni

ext/sockets: make AI_IDN usage optional

AI_IDN is not supported by all C libraries (uClibc, musl), so make it
optional, like AI_ALL.

Signed-off-by: Thomas Petazzoni <thomas.peta

ext/sockets: make AI_IDN usage optional

AI_IDN is not supported by all C libraries (uClibc, musl), so make it
optional, like AI_ALL.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

show more ...

# b9040b81 01-Mar-2018 Anatol Belski

Merge branch 'PHP-7.2'

* PHP-7.2:
Remove TSRMLS_*


# 3c58b2c3 01-Mar-2018 Anatol Belski

Remove TSRMLS_*

Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2
# e51aadcc 29-Jan-2018 Thomas Punt

Merge branch 'PHP-7.2'

* PHP-7.2:
Use the correct freeing function


# 0f393a61 29-Jan-2018 Thomas Punt

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Use the correct freeing function


# fb128f65 29-Jan-2018 Thomas Punt

Use the correct freeing function

# 67e47c3e 17-Jan-2018 Dmitry Stogov

Eliminate useless separations

Revision tags: php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# a6519d05 02-Jan-2018 Xinchen Hui

year++

# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment

Revision tags: php-7.2.1RC1
# 6a9d2b21 07-Dec-2017 Dmitry Stogov

Cleanup type conversion

12345678910>>...18