Commit:    fde96342e82a11ebeffd7385db1a3ae54663ef5f
Author:    Anatoliy Belsky <a...@php.net>         Tue, 10 Apr 2012 14:13:15 
+0200
Parents:   b2f2e1d6ccf5e4e282799c6639548833d766985a
Branches:  PHP-5.3 PHP-5.4 master

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

Log:
Fixed bug #61666 
ext\standard\tests\file\file_put_contents_variation8-win32.phpt fails

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

Changed paths:
  M  ext/standard/tests/file/file_put_contents_variation8-win32.phpt


Diff:
diff --git a/ext/standard/tests/file/file_put_contents_variation8-win32.phpt 
b/ext/standard/tests/file/file_put_contents_variation8-win32.phpt
index 1609b10..5f2a4c7 100644
--- a/ext/standard/tests/file/file_put_contents_variation8-win32.phpt
+++ b/ext/standard/tests/file/file_put_contents_variation8-win32.phpt
@@ -77,8 +77,6 @@ Warning: file_put_contents( ): failed to open stream: 
Permission denied in %s on
 Failed to write data to: " "
 
 -- Filename: \0 --
-
-Warning: file_put_contents(): Filename cannot be empty in %s on line %d
 Failed to write data to: \0
 
 -- Filename: array() --
@@ -95,4 +93,4 @@ Failed to write data to: /no/such/file/dir
 
 Warning: file_put_contents(php/php): failed to open stream: %s in %s on line %d
 Failed to write data to: php/php
-===Done===
\ No newline at end of file
+===Done===


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

Reply via email to