php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61518
Patch bug60106.diff revision 2012-03-27 08:56 UTC by ab@php.net
revision 2012-03-26 16:59 UTC by mattficken

Patch bug60106.diff for Testing related Bug #61518

Patch version 2012-03-26 16:59 UTC

Return to Bug #61518 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: mattficken

--- C:/Users/v-mafick.REDMOND/Downloads/php-5.3-src-r324324/php-5.3-src-r324324/ext/standard/tests/streams/bug60106.phpt	Sat Mar 03 13:36:14 2012
+++ C:/Users/v-mafick.REDMOND/Desktop/bug60106.phpt	Tue Mar 13 10:55:39 2012
@@ -1,5 +1,10 @@
 --TEST--
 Bug#60106 (stream_socket_server silently truncates long unix socket paths)
+--SKIPIF--
+<?php
+if( substr(PHP_OS, 0, 3) == "WIN" )
+  die("skip. Do not run on Windows");
+?>
 --FILE--
 <?php
 	error_reporting(E_ALL | E_NOTICE);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC