From: Pierre Joye Date: Mon, 9 Jan 2012 13:56:46 +0000 (+0000) Subject: - spl tests are also under examples (sigh) X-Git-Tag: php-5.4.0RC6~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6a7b27198ee26309f6d42266215d0d8d84c53ce;p=php - spl tests are also under examples (sigh) --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index cd329e302c..17f7cd020e 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -382,7 +382,7 @@ function copy_test_dir($directory, $dest) $directory = substr($directory,0,-1); } - if ($directory == 'tests') { + if ($directory == 'tests' || $directory == 'examples') { if (!is_dir($dest . '/tests')) { mkdir($dest . '/tests', 0775, true); }