Commit:    c4676ee99f5381de502cd6544a9c42a25b53b933
Author:    Anatoliy Belsky <a...@php.net>         Tue, 10 Apr 2012 13:08:57 
+0200
Parents:   5594fcf423d46996378d428ebe6055a6f93ced49
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c4676ee99f5381de502cd6544a9c42a25b53b933

Log:
Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails

Bugs:
https://bugs.php.net/61634

Changed paths:
  M  ext/sockets/tests/socket_listen-wrongparams.phpt


Diff:
diff --git a/ext/sockets/tests/socket_listen-wrongparams.phpt 
b/ext/sockets/tests/socket_listen-wrongparams.phpt
index 7dd0d15..b5e1354 100644
--- a/ext/sockets/tests/socket_listen-wrongparams.phpt
+++ b/ext/sockets/tests/socket_listen-wrongparams.phpt
@@ -2,6 +2,9 @@
 Test parameter handling in socket_listen().
 --SKIPIF--
 <?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+       die('skip.. Not valid for Windows');
+}
 if (!extension_loaded('sockets')) {
     die('SKIP The sockets extension is not loaded.');
 }


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to