History log of /PHP-7.0/ext/sockets/sockets.c (Results 176 – 200 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 071eaf85 24-Oct-2003 Marcus Boerger

Zend/ZEND_CHANGES


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 9c82b1fa 31-Aug-2003 Ilia Alshanetsky

Fixed compiler warnings.


# 8767205a 31-Aug-2003 Zeev Suraski

Fix Win32 linkage problems


Revision tags: php-4.3.3, php-4.3.3RC4
# 90289924 16-Aug-2003 Jason Greene

Remove all vector based functions for the following reasons:
- This solves alot of platform compatibility problems
- The possible security issue of allocating an incredibly large vector
p

Remove all vector based functions for the following reasons:
- This solves alot of platform compatibility problems
- The possible security issue of allocating an incredibly large vector
pool is prevented
- They are of little to no benefit in a high level language
- 99% of all things done with these functions can be done using
sendto/recvfrom

show more ...


# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 55f947aa 03-Aug-2003 Marcus Boerger

Fix build


# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# 7eea6525 22-Jul-2003 Jason Greene

Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second
Patch submitted from meebery@php.net


# 6cb8ce28 08-Jul-2003 Sara Golemon

gethostbyname2() not thread safe. Use getaddrinfo() or nothing at all.


# 010f5a12 08-Jul-2003 Sara Golemon

Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present.


# acc587fd 07-Jul-2003 Sara Golemon

Fix non-GNU build. Use getaddrinfo() rather than gethostbyname2()


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 3de4afa4 17-Jun-2003 Sterling Hughes

rename SOCKET to PHP_SOCKET to avoid conflicts with Mono


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2
# 4a240c6a 28-May-2003 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# 93b154fe 25-Apr-2003 foobar

Some AIX version failed to compile if this was redefined.


# 1e3e1d58 17-Apr-2003 foobar

CS cleanup + NS protection for some functions (used only in sockets.c btw)


# d06232a8 17-Apr-2003 Sara Golemon

Add IPv6 support to ext/sockets


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 8e15c4da 16-Apr-2003 Moriyoshi Koizumi

compiler warning fix and possible 64bit fix


# ec91e868 16-Apr-2003 Moriyoshi Koizumi

Fixed bug #23080


# da4cf6f9 04-Apr-2003 Moriyoshi Koizumi

Fixed memleak in socket_select


# b78e3c51 04-Apr-2003 Moriyoshi Koizumi

Added cmsghdr check. Now sockets extension can be built under cygwin.


Revision tags: php-4.3.2RC1
# 4f8ae7b1 10-Mar-2003 David Hill

fixing missed int to long with zend_parse_parameters


# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 72b356c1 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 6fb507b5 14-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref().
Removed pointless checks around array_init().


12345678910>>...14