Anatoliy Belsky
5594fcf423
Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails
2012-04-10 13:02:53 +02:00
Anatoliy Belsky
37cb29ae90
Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails
2012-04-10 12:57:10 +02:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
1694d78769
- Fixed bug #60048 (sa_len a #define on IRIX)
...
patch by: china at thewrittenword dot com
2011-10-13 22:56:05 +00:00
Xinchen Hui
0f672ac0ba
fixed typo
2011-09-07 00:56:52 +00:00
Florian Anderiasch
c5741472b0
MFH: Fixed ext/sockets/tests/socket_strerror.phpt
...
So it seems a missing ) killed the test.
2011-09-06 11:15:23 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
ee920e12ec
- Fix the fix
...
# Arghh, copy and paste error :(
2011-05-24 00:10:00 +00:00
Felipe Pena
e9f4cfd6af
- Fixed stack buffer overflow in socket_connect().
...
Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian
2011-05-24 00:05:50 +00:00
Antony Dovgal
278392a10b
fix tests
2011-05-03 11:15:45 +00:00
Gustavo André dos Santos Lopes
660aa6701d
- Updating UPGRADING for r309516 and modest merge to 5.3.
2011-03-23 00:51:22 +00:00
Gustavo André dos Santos Lopes
95a3bfb1bc
- Fixed SKIPIF section of bug51958.phpt.
2011-03-20 22:12:11 +00:00
Gustavo André dos Santos Lopes
be87834321
- Merged fix for bug #51958 socket_accept() fails on IPv6 server sockets.
...
See r309238 for commit in trunk.
2011-03-17 15:36:52 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Eyal Teutsch
8e47365a97
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
2010-12-26 13:10:23 +00:00
Pierre Joye
aea6771d19
- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)
2010-12-13 18:43:10 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Mikko Koppanen
29b7cd5dcf
Share the php_sockets.h header
...
Share php_sockets_le_socket_name
2009-12-27 01:00:50 +00:00
Jani Taskinen
70a2b56337
fix test
2009-12-11 15:06:50 +00:00
Kalle Sommer Nielsen
1063c8346b
MFT: VC10 build support
2009-12-03 11:50:32 +00:00
Jani Taskinen
91cc127ce4
- Fix bad section names (extra - in the end..)
2009-11-09 17:08:48 +00:00
Pierre Joye
a2cffa2590
- #49464 , fix build
2009-09-04 19:53:39 +00:00
Sriram Natarajan
ac2d3990f2
- Fixed bug #49447 (php engine need to correctly check for socket API
...
return status on windows). (Sriram Natarajan)
2009-09-04 07:59:48 +00:00
Antony Dovgal
fe7e08432e
export le_socket from ext/sockets
2009-08-31 08:41:03 +00:00
Zoe Slattery
4cc35aeaaf
The last of the 2009 testfest tests
2009-08-30 18:18:50 +00:00
Zoe Slattery
6a22ec3eda
More tests from 2009 testfest
2009-08-30 09:30:13 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
Rasmus Lerdorf
a2c564b9e6
Make these socket tests less Linux-specific
2009-08-09 14:50:51 +00:00
Antony Dovgal
5725982614
stop polluting my /tmp dir
2009-07-03 14:02:28 +00:00
Andrei Zmievski
1787a2272a
MFB
2009-06-04 18:17:43 +00:00
Arnaud Le Blanc
808acd6b64
MFH: Fix skipif
2009-05-20 09:13:29 +00:00
Arnaud Le Blanc
73553e8c77
MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)
2009-05-20 09:05:46 +00:00
Felipe Pena
47f87a58aa
- New tests (testfest BerlinUG)
2009-05-17 18:08:09 +00:00
Felipe Pena
91bdeda644
- MFH: Fixed memory leak (patch by Christian Weiske)
2009-05-10 01:03:45 +00:00
Pierre Joye
ebc2912872
- #47978 , typo in ext/sockets/sockets.c
2009-04-16 05:33:13 +00:00
Ilia Alshanetsky
59e6e127d2
MFB: Return empty string when recv() does not fetch any data
2009-02-03 19:22:55 +00:00
Antony Dovgal
8e2c587a51
fix build
2009-01-24 13:08:04 +00:00
Hannes Magnusson
cbd8949ab5
Fix build
2009-01-24 12:42:19 +00:00
Kalle Sommer Nielsen
73b17408fb
MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/
2009-01-23 15:49:49 +00:00
Kalle Sommer Nielsen
2f2d910797
MFH:
...
[DOC] Renable socket_create_pair() on Windows
# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell
2009-01-01 05:24:29 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Arnaud Le Blanc
15aced54b0
MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)
2008-10-22 18:59:33 +00:00
Arnaud Le Blanc
1d5ba8bb21
MFH: initialize optional vars
2008-10-21 23:39:15 +00:00
Pierre Joye
2620304003
- MFH:
...
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
2008-08-23 19:22:10 +00:00
Jani Taskinen
d91bc9eca2
MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
2008-07-16 14:08:38 +00:00
Felipe Pena
026d7fe232
- Added arginfo
...
- Removed #include "zend_arg_defs.c" (it's unnecessary now)
2008-07-04 14:08:16 +00:00
Pierre Joye
41976c7ab6
- do not enable an ext when a lib/header fails
...
- use MESSAGE in mysql*
- use correct CFLAGS for ext/libxml headers
2008-06-23 18:40:29 +00:00