[PHP-CVS] com php-src: NEWS/UPGRADING for changes in sockets, intl: NEWS UPGRADING

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:a000920dfb099fac3b58ea344d33f4b6c3ee51a1 Author:Gustavo Lopes Sun, 3 Feb 2013 01:59:35 +0100 Parents: af1b90d62ba69953de2065864d2a1284314323ba Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a000920dfb099fac3b58ea344d33f4b6c3ee51a1 Log:

[PHP-CVS] com php-src: Fix bug and hopefully build on WinSDK 6.1: ext/sockets/php_sockets.h ext/sockets/sendrecvmsg.c ext/sockets/windows_common.h

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:af1b90d62ba69953de2065864d2a1284314323ba Author:Gustavo Lopes Sun, 3 Feb 2013 01:22:44 +0100 Parents: 6ba5d0a4a5b714c048e0ded9933bfef2031f17c2 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=af1b90d62ba69953de2065864d2a1284314323ba

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/sockets/sockets.c main/network.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:e8f0e863ae48d58d2bb95e667606d7846f782d08 Author:Gustavo Lopes Sat, 2 Feb 2013 15:32:03 +0100 Parents: 114245c1b9cf153583c918e130faccc1f61d3ba5 73de4d8c689ff5c82373a4837dc8a21c9902a8b2 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;

[PHP-CVS] com php-src: Ignore warnings on EAGAIN/EWOULDBLOCK/EINPROGRESS: ext/sockets/php_sockets.h ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt ext/sockets/tests/socket_sentto_recvfrom_ipv6

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:ac47448abb477be99963f0b38fe82ffe78c21a8b Author:Gustavo Lopes Sat, 2 Feb 2013 15:43:05 +0100 Parents: e8f0e863ae48d58d2bb95e667606d7846f782d08 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ac47448abb477be99963f0b38fe82ffe78c21a8b

[PHP-CVS] com php-src: Add test for recvmsg(): ext/sockets/tests/recvmsg.phpt

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:eb4b1f6d46d94772611a24c70b15e46c557caeec Author:Gustavo Lopes Fri, 2 Nov 2012 14:03:47 +0100 Parents: 5e51c851431189677aa80f7a3a863699488678cd Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=eb4b1f6d46d94772611a24c70b15e46c557caeec

[PHP-CVS] com php-src: Fix bug converting zval sockaddr: ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:b06f00477ce4f20516c6f727797f208ffaefcae9 Author:Gustavo Lopes Fri, 2 Nov 2012 17:52:13 +0100 Parents: 806a6e6399568d3bfbef355992fb3d09e29a607c Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b06f00477ce4f20516c6f727797f208ffaefcae9

[PHP-CVS] com php-src: Added missing return statements: ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:17540788ad8c25969f1dbd02c1a3b75a8417fe9c Author:Gustavo Lopes Mon, 5 Nov 2012 11:36:00 +0100 Parents: 0f849fe2aa7c8894b2dbde57abd8a3a3aa8f764a Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=17540788ad8c25969f1dbd02c1a3b75a8417fe9c

[PHP-CVS] com php-src: Improve imported socket family detection: ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:b3effa60c73922ddf4a7df3be3a0e4e5ca47f70d Author:Gustavo Lopes Tue, 23 Oct 2012 13:09:38 +0200 Parents: 17540788ad8c25969f1dbd02c1a3b75a8417fe9c Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b3effa60c73922ddf4a7df3be3a0e4e5ca47f70

[PHP-CVS] com php-src: Redactor to expose socket_import_file_descriptor(): ext/sockets/php_sockets.h ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:131245474bf95490cf1a1dfdb5debe5d46133522 Author:Gustavo Lopes Mon, 5 Nov 2012 14:52:48 +0100 Parents: b3effa60c73922ddf4a7df3be3a0e4e5ca47f70d Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=131245474bf95490cf1a1dfdb5debe5d46133522

[PHP-CVS] com php-src: Register extra MSG_* constants: ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:51e65667f5dcb60af24603a543946aa258ac9003 Author:Gustavo Lopes Mon, 5 Nov 2012 16:12:21 +0100 Parents: 74cf40c2fdccdfaed419482d080be4f73fb23a7e Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=51e65667f5dcb60af24603a543946aa258ac9003

[PHP-CVS] com php-src: Fix build on Mac OS X: ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:190a0ed71377519425f1b33ef3b21f41064e416b Author:Gustavo Lopes Mon, 5 Nov 2012 17:10:10 +0100 Parents: 51e65667f5dcb60af24603a543946aa258ac9003 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=190a0ed71377519425f1b33ef3b21f41064e416b

[PHP-CVS] com php-src: Fix mcast_ipv6_send test: ext/sockets/tests/mcast_ipv6_send.phpt

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:3e515a2fd93204594c80ad2379f42fbb2db18d78 Author:Gustavo Lopes Tue, 6 Nov 2012 11:25:23 +0100 Parents: 5bf7b08efd691780f421e0b4f176404fe3a80b2c Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3e515a2fd93204594c80ad2379f42fbb2db18d78

[PHP-CVS] com php-src: Check return of fstat(): ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:5bf7b08efd691780f421e0b4f176404fe3a80b2c Author:Gustavo Lopes Mon, 5 Nov 2012 17:35:46 +0100 Parents: 190a0ed71377519425f1b33ef3b21f41064e416b Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5bf7b08efd691780f421e0b4f176404fe3a80b2c

[PHP-CVS] com php-src: Move some multicast stuff to multicast.c: ext/sockets/multicast.c ext/sockets/multicast.h ext/sockets/php_sockets.h ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:51394f76a5fca718fbf21d97402f845ee261 Author:Gustavo Lopes Tue, 6 Nov 2012 12:48:47 +0100 Parents: 3e515a2fd93204594c80ad2379f42fbb2db18d78 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=51394f76a5fca718fbf21d97402f845ee261

[PHP-CVS] com php-src: Destroy ancillary registry on shutdown: ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:8fb1aa618453149bb876bda4cafd1860468c4443 Author:Gustavo Lopes Tue, 6 Nov 2012 13:36:40 +0100 Parents: 51394f76a5fca718fbf21d97402f845ee261 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8fb1aa618453149bb876bda4cafd1860468c4443

[PHP-CVS] com php-src: Rename some functions for consistency: ext/sockets/sendrecvmsg.c ext/sockets/sendrecvmsg.h ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:b18bd8904e41941db204ac6b2bf4cf43421e8838 Author:Gustavo Lopes Tue, 6 Nov 2012 13:38:57 +0100 Parents: 8fb1aa618453149bb876bda4cafd1860468c4443 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b18bd8904e41941db204ac6b2bf4cf43421e8838

[PHP-CVS] com php-src: Build fixes; accept names for if_index: ext/sockets/conversions.c ext/sockets/multicast.c ext/sockets/multicast.h ext/sockets/sendrecvmsg.c ext/sockets/sendrecvmsg.h ext/sockets

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:bd580db373ce35aa2e60ca452ae4eb1984b0520e Author:Gustavo Lopes Tue, 1 Jan 2013 23:38:19 +0100 Parents: 4414b33abd087bba26cb2cbdc2bf05938d5a6690 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bd580db373ce35aa2e60ca452ae4eb1984b0520e

[PHP-CVS] com php-src: Fix buf in string -> int conv.: ext/sockets/conversions.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:c846fcef685c14a42ae770d56340a41d936deae9 Author:Gustavo Lopes Thu, 31 Jan 2013 00:40:17 +0100 Parents: bd580db373ce35aa2e60ca452ae4eb1984b0520e Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c846fcef685c14a42ae770d56340a41d936deae

[PHP-CVS] com php-src: Payload of HOPLIMIT/TCLASS are 8-bit: ext/sockets/conversions.c ext/sockets/conversions.h ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:f10baf14eda4a6fd0e4c8a24d008975184e31207 Author:Gustavo Lopes Thu, 31 Jan 2013 00:59:05 +0100 Parents: c846fcef685c14a42ae770d56340a41d936deae9 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f10baf14eda4a6fd0e4c8a24d008975184e3120

[PHP-CVS] com php-src: Ensure memory is initialized: ext/sockets/conversions.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:5c0a8b1a2a34ec504091e4e105e1c3b79d9fff89 Author:Gustavo Lopes Thu, 31 Jan 2013 15:25:55 +0100 Parents: f10baf14eda4a6fd0e4c8a24d008975184e31207 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5c0a8b1a2a34ec504091e4e105e1c3b79d9fff8

[PHP-CVS] com php-src: Revert "Payload of HOPLIMIT/TCLASS are 8-bit": ext/sockets/conversions.c ext/sockets/conversions.h ext/sockets/sendrecvmsg.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:95f8d34f9c0980924098ce9554e899e461ce7cec Author:Gustavo Lopes Thu, 31 Jan 2013 15:26:10 +0100 Parents: 5c0a8b1a2a34ec504091e4e105e1c3b79d9fff89 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=95f8d34f9c0980924098ce9554e899e461ce7ce

[PHP-CVS] com php-src: Remove some pre-vista code: win32/inet.c win32/inet.h

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:8561680533c7fd6b66497ed10246fe9e57e9d351 Author:Gustavo Lopes Wed, 30 Jan 2013 21:40:45 +0100 Parents: 95f8d34f9c0980924098ce9554e899e461ce7cec Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8561680533c7fd6b66497ed10246fe9e57e9d35

[PHP-CVS] com php-src: Merge branch 'sendrecvmsg_rebase_55' into PHP-5.5: ext/sockets/php_sockets.h

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:b11777ca2aea339430dfc70d352ef4b994450189 Author:Gustavo Lopes Sat, 2 Feb 2013 16:40:25 +0100 Parents: ac47448abb477be99963f0b38fe82ffe78c21a8b e2fc17c833c5122327438c82fc0dc4b689268f59 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;

[PHP-CVS] com php-src: Move & improve PHP_SOCKET_ERROR def: ext/sockets/php_sockets.h ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:9283b8aea4c681e39fed772543919bea4bba44a1 Author:Gustavo Lopes Fri, 1 Feb 2013 14:39:56 +0100 Parents: 97d656fc82104d9879b59dba9b80773346ec1f61 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9283b8aea4c681e39fed772543919bea

[PHP-CVS] com php-src: Fix tests (Windows): ext/sockets/tests/socket_import_stream-4-win.phpt ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt ext/sockets/tests/socket_sentto_recvfrom_ipv6

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:40663ede837c401212e950a3f65a7cd2885ccead Author:Gustavo Lopes Fri, 1 Feb 2013 14:58:35 +0100 Parents: 24e380f97033b54ba0994fcf9f7c6c76111a3c93 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=40663ede837c401212e950a3f65a7cd2

[PHP-CVS] com php-src: Remove a Windows only warning: main/network.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:24e380f97033b54ba0994fcf9f7c6c76111a3c93 Author:Gustavo Lopes Sat, 2 Feb 2013 12:44:00 +0100 Parents: 9283b8aea4c681e39fed772543919bea4bba44a1 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=24e380f97033b54ba0994fcf9f7c6c76

[PHP-CVS] com php-src: Fix wrong blocking state being set: ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:ac6342bbc0a2a41cf2b698e37b981ce63e8b6305 Author:Gustavo Lopes Fri, 1 Feb 2013 16:38:54 +0100 Parents: 40663ede837c401212e950a3f65a7cd2885ccead Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ac6342bbc0a2a41cf2b698e37b981ce6

[PHP-CVS] com php-src: Move macro back to .c file: ext/sockets/php_sockets.h ext/sockets/sockets.c

2013-02-02 Thread Gustavo André dos Santos Lopes
Commit:0110662ae9e89d21c119b3287118e82fd435f779 Author:Gustavo Lopes Sat, 2 Feb 2013 18:32:38 +0100 Parents: 73de4d8c689ff5c82373a4837dc8a21c9902a8b2 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0110662ae9e89d21c119b3287118e82f