History log of /PHP-5.4/main/network.c (Results 26 – 50 of 173)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7ce4f495 07-Sep-2010 Pierre Joye

- fix bug #50953, socket will not connect to IPv4 address when the host has both ipv4 and ipv6 addresses


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0
# d35c2b14 30-Sep-2009 Ilia Alshanetsky

Fixed bug #48805 (IPv6 socket transport is not working).


Revision tags: php-5.2.11, php-5.2.11RC3
# ac2d3990 04-Sep-2009 Sriram Natarajan

- Fixed bug #49447 (php engine need to correctly check for socket API
return status on windows). (Sriram Natarajan)


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 79d1691d 04-May-2009 Antony Dovgal

MFH: use correct function


# 7809cd64 04-May-2009 Antony Dovgal

MFH: don't segfault on bindto == NULL


# 8c9195e4 04-May-2009 Ilia Alshanetsky

Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto)


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# acd8f002 03-Jan-2009 Felipe Pena

- MFH: Windows part


# 5b2bb471 02-Jan-2009 Felipe Pena

- MFH: Errr, rule nº 1: be portable :)


# 9c2043d4 02-Jan-2009 Felipe Pena

- MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 43400aaf 04-Nov-2008 Arnaud Le Blanc

MFH: initialize memory


# c96d79b2 24-Oct-2008 Felipe Pena

- MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some circumstances)


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 26203040 23-Aug-2008 Pierre Joye

- MFH:
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# 7cb641a6 11-Jul-2008 Jani Taskinen

MFH: silence warning


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# f0b9ac51 11-Mar-2008 Antony Dovgal

MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior


# 49add034 10-Mar-2008 Andrey Hristov

char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were readi

char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.

show more ...


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5
# da4da2ae 06-Nov-2007 Rob Richards

MFH: fix non ipv6 enabled win build


Revision tags: php-5.2.5RC2, php-5.2.5RC1
# be87d68c 12-Oct-2007 Edin Kadribasic

Fix build


# 4e339842 09-Oct-2007 Elizabeth Marie Smith

Fix build on MSVC 2008 - channeling Wez


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 741c74a2 18-Jul-2007 Jani Taskinen

MFH: Use correct macro name


# 2c05c8c6 17-Jul-2007 Jani Taskinen

MFH: ws fix


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 7c92982b 11-Jan-2007 Antony Dovgal

MFH


1234567