pajoye Sat Aug 16 13:23:50 2008 UTC
Modified files:
/php-src/ext/standard/tests/file
popen_pclose_error-win32-debug.phpt
Log:
- remove confusion for non windows/linux users
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt
diff -u php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt:1.2
php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt:1.3
--- php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt:1.2
Sat Aug 16 10:54:34 2008
+++ php-src/ext/standard/tests/file/popen_pclose_error-win32-debug.phpt Sat Aug
16 13:23:49 2008
@@ -3,7 +3,7 @@
--SKIPIF--
<?php
-if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Not Valid for Linux");
+if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Valid only on
Windows");
if(!PHP_DEBUG) die("skip Not Valid for release builds");
ob_start();phpinfo(INFO_GENERAL);$inf=ob_get_contents(); ob_end_clean();
if (!(strpos($inf, 'MSVC9') || strpos($inf, 'MSVC8'))) die("skip Not Valid for
build done with VC < 8");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php