cellog          Sun Oct 12 06:40:36 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar/tests/files       include_path.phar 
                                        include_path.phar.inc 
  Log:
  fix files for advanced include_path test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/files/include_path.phar?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/phar/tests/files/include_path.phar
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/files/include_path.phar.inc?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/phar/tests/files/include_path.phar.inc
diff -u php-src/ext/phar/tests/files/include_path.phar.inc:1.1.2.1 
php-src/ext/phar/tests/files/include_path.phar.inc:1.1.2.2
--- php-src/ext/phar/tests/files/include_path.phar.inc:1.1.2.1  Sun Oct 12 
05:41:22 2008
+++ php-src/ext/phar/tests/files/include_path.phar.inc  Sun Oct 12 06:40:36 2008
@@ -10,9 +10,9 @@
 include "file1.php";';
 
 $phar->setStub("<?php
-set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . 
'/include_path2.phar' );
+set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . 
'/files/include_path2.phar' );
 include 'phar://' . __FILE__ . '/hello/test.php';
-set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . 
'/include_path2.phar/test');
+set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . 
'/files/include_path2.phar/test');
 include 'phar://' . __FILE__ . '/hello/test.php';
 echo \"ok\\n\";
 __HALT_COMPILER();



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

Reply via email to