pajoye Mon, 09 Jan 2012 13:56:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=321952
Log:
- spl tests are also under examples (sigh)
Changed paths:
U php/php-src/branches/PHP_5_3/win32/build/mkdist.php
U php/php-src/branches/PHP_5_4/win32/build/mkdist.php
U php/php-src/trunk/win32/build/mkdist.php
Modified: php/php-src/branches/PHP_5_3/win32/build/mkdist.php
===================================================================
--- php/php-src/branches/PHP_5_3/win32/build/mkdist.php 2012-01-09 13:16:02 UTC
(rev 321951)
+++ php/php-src/branches/PHP_5_3/win32/build/mkdist.php 2012-01-09 13:56:46 UTC
(rev 321952)
@@ -382,7 +382,7 @@
$directory = substr($directory,0,-1);
}
- if ($directory == 'tests') {
+ if ($directory == 'tests' || $directory == 'examples') {
if (!is_dir($dest . '/tests')) {
mkdir($dest . '/tests', 0775, true);
}
Modified: php/php-src/branches/PHP_5_4/win32/build/mkdist.php
===================================================================
--- php/php-src/branches/PHP_5_4/win32/build/mkdist.php 2012-01-09 13:16:02 UTC
(rev 321951)
+++ php/php-src/branches/PHP_5_4/win32/build/mkdist.php 2012-01-09 13:56:46 UTC
(rev 321952)
@@ -382,7 +382,7 @@
$directory = substr($directory,0,-1);
}
- if ($directory == 'tests') {
+ if ($directory == 'tests' || $directory == 'examples') {
if (!is_dir($dest . '/tests')) {
mkdir($dest . '/tests', 0775, true);
}
Modified: php/php-src/trunk/win32/build/mkdist.php
===================================================================
--- php/php-src/trunk/win32/build/mkdist.php 2012-01-09 13:16:02 UTC (rev
321951)
+++ php/php-src/trunk/win32/build/mkdist.php 2012-01-09 13:56:46 UTC (rev
321952)
@@ -382,7 +382,7 @@
$directory = substr($directory,0,-1);
}
- if ($directory == 'tests') {
+ if ($directory == 'tests' || $directory == 'examples') {
if (!is_dir($dest . '/tests')) {
mkdir($dest . '/tests', 0775, true);
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php