[PHP-CVS] cvs: php4 / run-tests.php /ext/bz2/tests .cvsignore /ext/crack/tests .cvsignore /ext/ctype/tests .cvsignore /ext/cybermut/tests .cvsignore /ext/db/tests .cvsignore /ext/dbx/tests .cvsignore /ext/dio/tests .cvsignore /ext/domxml/tests .cvsignore /ext/exif/tests .cvsignore /ext/gmp/tests .cvsignore /ext/iconv/tests .cvsignore /ext/interbase/tests .cvsignore /ext/mbstring/tests .cvsignore /ext/mcrypt/tests .cvsignore /ext/mcve/tests .cvsignore /ext/ncurses/tests .cvsignore /ext/openssl/tests .cvsignore /ext/pcntl/tests .cvsignore /ext/pgsql/tests .cvsignore /ext/pspell/tests .cvsignore /ext/session/tests .cvsignore /ext/skeleton/tests .cvsignore /ext/standard/tests .cvsignore /ext/standard/tests/aggregation .cvsignore /ext/standard/tests/array .cvsignore /ext/standard/tests/assert .cvsignore /ext/standard/tests/file .cvsignore /ext/standard/tests/general_functions .cvsignore /ext/standard/tests/math .cvsignore /ext/standard/tests/reg .cvsignore /ext/standard/tests/serialize .cvsignore /ext/standard/tests/strings .cvsignore /ext/standard/tests/time .cvsignore /ext/standard/tests/versioning .cvsignore /ext/sysvmsg/tests .cvsignore /ext/xml/tests .cvsignore /ext/xslt/tests .cvsignore /ext/zip/tests .cvsignore /ext/zlib/tests .cvsignore /pear/Console/tests .cvsignore /pear/tests .cvsignore /tests .cvsignore /tests/basic .cvsignore /tests/classes .cvsignore /tests/func .cvsignore /tests/lang .cvsignore /tests/strings .cvsignore

Wed, 02 Oct 2002 15:27:10 -0700

sniper          Wed Oct  2 18:31:38 2002 EDT

  Modified files:              
    /php4       run-tests.php 
    /php4/ext/bz2/tests .cvsignore 
    /php4/ext/crack/tests       .cvsignore 
    /php4/ext/ctype/tests       .cvsignore 
    /php4/ext/cybermut/tests    .cvsignore 
    /php4/ext/db/tests  .cvsignore 
    /php4/ext/dbx/tests .cvsignore 
    /php4/ext/dio/tests .cvsignore 
    /php4/ext/domxml/tests      .cvsignore 
    /php4/ext/exif/tests        .cvsignore 
    /php4/ext/gmp/tests .cvsignore 
    /php4/ext/iconv/tests       .cvsignore 
    /php4/ext/interbase/tests   .cvsignore 
    /php4/ext/mbstring/tests    .cvsignore 
    /php4/ext/mcrypt/tests      .cvsignore 
    /php4/ext/mcve/tests        .cvsignore 
    /php4/ext/ncurses/tests     .cvsignore 
    /php4/ext/openssl/tests     .cvsignore 
    /php4/ext/pcntl/tests       .cvsignore 
    /php4/ext/pgsql/tests       .cvsignore 
    /php4/ext/pspell/tests      .cvsignore 
    /php4/ext/session/tests     .cvsignore 
    /php4/ext/skeleton/tests    .cvsignore 
    /php4/ext/standard/tests    .cvsignore 
    /php4/ext/standard/tests/aggregation        .cvsignore 
    /php4/ext/standard/tests/array      .cvsignore 
    /php4/ext/standard/tests/assert     .cvsignore 
    /php4/ext/standard/tests/file       .cvsignore 
    /php4/ext/standard/tests/general_functions  .cvsignore 
    /php4/ext/standard/tests/math       .cvsignore 
    /php4/ext/standard/tests/reg        .cvsignore 
    /php4/ext/standard/tests/serialize  .cvsignore 
    /php4/ext/standard/tests/strings    .cvsignore 
    /php4/ext/standard/tests/time       .cvsignore 
    /php4/ext/standard/tests/versioning .cvsignore 
    /php4/ext/sysvmsg/tests     .cvsignore 
    /php4/ext/xml/tests .cvsignore 
    /php4/ext/xslt/tests        .cvsignore 
    /php4/ext/zip/tests .cvsignore 
    /php4/ext/zlib/tests        .cvsignore 
    /php4/pear/Console/tests    .cvsignore 
    /php4/pear/tests    .cvsignore 
    /php4/tests .cvsignore 
    /php4/tests/basic   .cvsignore 
    /php4/tests/classes .cvsignore 
    /php4/tests/func    .cvsignore 
    /php4/tests/lang    .cvsignore 
    /php4/tests/strings .cvsignore 
  Log:
  unify these files to conform with the new files created by run-tests.php
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.56 php4/run-tests.php:1.57
--- php4/run-tests.php:1.56     Tue Oct  1 21:52:25 2002
+++ php4/run-tests.php  Wed Oct  2 18:31:26 2002
@@ -333,7 +333,7 @@
        @unlink(ereg_replace('\.phpt$','.exp',$file));
        @unlink(ereg_replace('\.phpt$','.out',$file));
 
-    // Check if test should be skipped.
+       // Check if test should be skipped.
        if (array_key_exists('SKIPIF', $section_text)) {
            if (trim($section_text['SKIPIF'])) {
                        save_text($tmp_skipif, $section_text['SKIPIF']);
Index: php4/ext/bz2/tests/.cvsignore
diff -u php4/ext/bz2/tests/.cvsignore:1.2 php4/ext/bz2/tests/.cvsignore:1.3
--- php4/ext/bz2/tests/.cvsignore:1.2   Sun May 19 09:53:59 2002
+++ php4/ext/bz2/tests/.cvsignore       Wed Oct  2 18:31:27 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/crack/tests/.cvsignore
diff -u php4/ext/crack/tests/.cvsignore:1.2 php4/ext/crack/tests/.cvsignore:1.3
--- php4/ext/crack/tests/.cvsignore:1.2 Sun May 19 09:54:00 2002
+++ php4/ext/crack/tests/.cvsignore     Wed Oct  2 18:31:27 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/ctype/tests/.cvsignore
diff -u php4/ext/ctype/tests/.cvsignore:1.2 php4/ext/ctype/tests/.cvsignore:1.3
--- php4/ext/ctype/tests/.cvsignore:1.2 Sun May 19 09:54:00 2002
+++ php4/ext/ctype/tests/.cvsignore     Wed Oct  2 18:31:27 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/cybermut/tests/.cvsignore
diff -u php4/ext/cybermut/tests/.cvsignore:1.2 php4/ext/cybermut/tests/.cvsignore:1.3
--- php4/ext/cybermut/tests/.cvsignore:1.2      Sun May 19 09:54:00 2002
+++ php4/ext/cybermut/tests/.cvsignore  Wed Oct  2 18:31:27 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/db/tests/.cvsignore
diff -u php4/ext/db/tests/.cvsignore:1.3 php4/ext/db/tests/.cvsignore:1.4
--- php4/ext/db/tests/.cvsignore:1.3    Sun May 19 09:54:01 2002
+++ php4/ext/db/tests/.cvsignore        Wed Oct  2 18:31:27 2002
@@ -1,3 +1,5 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
 test.dbm
Index: php4/ext/dbx/tests/.cvsignore
diff -u php4/ext/dbx/tests/.cvsignore:1.2 php4/ext/dbx/tests/.cvsignore:1.3
--- php4/ext/dbx/tests/.cvsignore:1.2   Sun May 19 09:54:01 2002
+++ php4/ext/dbx/tests/.cvsignore       Wed Oct  2 18:31:28 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/dio/tests/.cvsignore
diff -u php4/ext/dio/tests/.cvsignore:1.2 php4/ext/dio/tests/.cvsignore:1.3
--- php4/ext/dio/tests/.cvsignore:1.2   Sun May 19 09:54:02 2002
+++ php4/ext/dio/tests/.cvsignore       Wed Oct  2 18:31:28 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/domxml/tests/.cvsignore
diff -u php4/ext/domxml/tests/.cvsignore:1.2 php4/ext/domxml/tests/.cvsignore:1.3
--- php4/ext/domxml/tests/.cvsignore:1.2        Sun May 19 09:54:02 2002
+++ php4/ext/domxml/tests/.cvsignore    Wed Oct  2 18:31:28 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/exif/tests/.cvsignore
diff -u php4/ext/exif/tests/.cvsignore:1.2 php4/ext/exif/tests/.cvsignore:1.3
--- php4/ext/exif/tests/.cvsignore:1.2  Sun May 19 09:54:02 2002
+++ php4/ext/exif/tests/.cvsignore      Wed Oct  2 18:31:28 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/gmp/tests/.cvsignore
diff -u php4/ext/gmp/tests/.cvsignore:1.2 php4/ext/gmp/tests/.cvsignore:1.3
--- php4/ext/gmp/tests/.cvsignore:1.2   Sun May 19 09:54:02 2002
+++ php4/ext/gmp/tests/.cvsignore       Wed Oct  2 18:31:28 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/iconv/tests/.cvsignore
diff -u php4/ext/iconv/tests/.cvsignore:1.2 php4/ext/iconv/tests/.cvsignore:1.3
--- php4/ext/iconv/tests/.cvsignore:1.2 Sun May 19 09:54:03 2002
+++ php4/ext/iconv/tests/.cvsignore     Wed Oct  2 18:31:29 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/interbase/tests/.cvsignore
diff -u php4/ext/interbase/tests/.cvsignore:1.2 php4/ext/interbase/tests/.cvsignore:1.3
--- php4/ext/interbase/tests/.cvsignore:1.2     Sun May 19 09:54:03 2002
+++ php4/ext/interbase/tests/.cvsignore Wed Oct  2 18:31:29 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/mbstring/tests/.cvsignore
diff -u php4/ext/mbstring/tests/.cvsignore:1.2 php4/ext/mbstring/tests/.cvsignore:1.3
--- php4/ext/mbstring/tests/.cvsignore:1.2      Sun May 19 09:54:03 2002
+++ php4/ext/mbstring/tests/.cvsignore  Wed Oct  2 18:31:29 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/mcrypt/tests/.cvsignore
diff -u php4/ext/mcrypt/tests/.cvsignore:1.2 php4/ext/mcrypt/tests/.cvsignore:1.3
--- php4/ext/mcrypt/tests/.cvsignore:1.2        Sun May 19 09:54:03 2002
+++ php4/ext/mcrypt/tests/.cvsignore    Wed Oct  2 18:31:29 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/mcve/tests/.cvsignore
diff -u php4/ext/mcve/tests/.cvsignore:1.2 php4/ext/mcve/tests/.cvsignore:1.3
--- php4/ext/mcve/tests/.cvsignore:1.2  Sun May 19 09:54:04 2002
+++ php4/ext/mcve/tests/.cvsignore      Wed Oct  2 18:31:29 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/ncurses/tests/.cvsignore
diff -u php4/ext/ncurses/tests/.cvsignore:1.2 php4/ext/ncurses/tests/.cvsignore:1.3
--- php4/ext/ncurses/tests/.cvsignore:1.2       Sun May 19 09:54:04 2002
+++ php4/ext/ncurses/tests/.cvsignore   Wed Oct  2 18:31:30 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/openssl/tests/.cvsignore
diff -u php4/ext/openssl/tests/.cvsignore:1.2 php4/ext/openssl/tests/.cvsignore:1.3
--- php4/ext/openssl/tests/.cvsignore:1.2       Sun May 19 09:54:04 2002
+++ php4/ext/openssl/tests/.cvsignore   Wed Oct  2 18:31:30 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/pcntl/tests/.cvsignore
diff -u php4/ext/pcntl/tests/.cvsignore:1.2 php4/ext/pcntl/tests/.cvsignore:1.3
--- php4/ext/pcntl/tests/.cvsignore:1.2 Sun May 19 09:54:04 2002
+++ php4/ext/pcntl/tests/.cvsignore     Wed Oct  2 18:31:30 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/pgsql/tests/.cvsignore
diff -u php4/ext/pgsql/tests/.cvsignore:1.2 php4/ext/pgsql/tests/.cvsignore:1.3
--- php4/ext/pgsql/tests/.cvsignore:1.2 Sun May 19 09:54:04 2002
+++ php4/ext/pgsql/tests/.cvsignore     Wed Oct  2 18:31:30 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/pspell/tests/.cvsignore
diff -u php4/ext/pspell/tests/.cvsignore:1.3 php4/ext/pspell/tests/.cvsignore:1.4
--- php4/ext/pspell/tests/.cvsignore:1.3        Sun May 19 09:54:05 2002
+++ php4/ext/pspell/tests/.cvsignore    Wed Oct  2 18:31:31 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/session/tests/.cvsignore
diff -u php4/ext/session/tests/.cvsignore:1.2 php4/ext/session/tests/.cvsignore:1.3
--- php4/ext/session/tests/.cvsignore:1.2       Sun May 19 09:54:05 2002
+++ php4/ext/session/tests/.cvsignore   Wed Oct  2 18:31:31 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/skeleton/tests/.cvsignore
diff -u php4/ext/skeleton/tests/.cvsignore:1.2 php4/ext/skeleton/tests/.cvsignore:1.3
--- php4/ext/skeleton/tests/.cvsignore:1.2      Sun May 19 09:54:05 2002
+++ php4/ext/skeleton/tests/.cvsignore  Wed Oct  2 18:31:31 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/.cvsignore
diff -u php4/ext/standard/tests/.cvsignore:1.2 php4/ext/standard/tests/.cvsignore:1.3
--- php4/ext/standard/tests/.cvsignore:1.2      Sun May 19 09:54:06 2002
+++ php4/ext/standard/tests/.cvsignore  Wed Oct  2 18:31:32 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/aggregation/.cvsignore
diff -u php4/ext/standard/tests/aggregation/.cvsignore:1.2 
php4/ext/standard/tests/aggregation/.cvsignore:1.3
--- php4/ext/standard/tests/aggregation/.cvsignore:1.2  Sun May 19 09:54:06 2002
+++ php4/ext/standard/tests/aggregation/.cvsignore      Wed Oct  2 18:31:32 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/array/.cvsignore
diff -u php4/ext/standard/tests/array/.cvsignore:1.2 
php4/ext/standard/tests/array/.cvsignore:1.3
--- php4/ext/standard/tests/array/.cvsignore:1.2        Sun May 19 09:54:06 2002
+++ php4/ext/standard/tests/array/.cvsignore    Wed Oct  2 18:31:32 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/assert/.cvsignore
diff -u php4/ext/standard/tests/assert/.cvsignore:1.2 
php4/ext/standard/tests/assert/.cvsignore:1.3
--- php4/ext/standard/tests/assert/.cvsignore:1.2       Sun May 19 09:54:06 2002
+++ php4/ext/standard/tests/assert/.cvsignore   Wed Oct  2 18:31:32 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/file/.cvsignore
diff -u php4/ext/standard/tests/file/.cvsignore:1.4 
php4/ext/standard/tests/file/.cvsignore:1.5
--- php4/ext/standard/tests/file/.cvsignore:1.4 Sun May 19 09:54:06 2002
+++ php4/ext/standard/tests/file/.cvsignore     Wed Oct  2 18:31:32 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/general_functions/.cvsignore
diff -u php4/ext/standard/tests/general_functions/.cvsignore:1.2 
php4/ext/standard/tests/general_functions/.cvsignore:1.3
--- php4/ext/standard/tests/general_functions/.cvsignore:1.2    Sun May 19 09:54:07 
2002
+++ php4/ext/standard/tests/general_functions/.cvsignore        Wed Oct  2 18:31:33 
+2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/math/.cvsignore
diff -u php4/ext/standard/tests/math/.cvsignore:1.2 
php4/ext/standard/tests/math/.cvsignore:1.3
--- php4/ext/standard/tests/math/.cvsignore:1.2 Sun May 19 09:54:07 2002
+++ php4/ext/standard/tests/math/.cvsignore     Wed Oct  2 18:31:33 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/reg/.cvsignore
diff -u php4/ext/standard/tests/reg/.cvsignore:1.2 
php4/ext/standard/tests/reg/.cvsignore:1.3
--- php4/ext/standard/tests/reg/.cvsignore:1.2  Sun May 19 09:54:07 2002
+++ php4/ext/standard/tests/reg/.cvsignore      Wed Oct  2 18:31:33 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/serialize/.cvsignore
diff -u php4/ext/standard/tests/serialize/.cvsignore:1.2 
php4/ext/standard/tests/serialize/.cvsignore:1.3
--- php4/ext/standard/tests/serialize/.cvsignore:1.2    Sun May 19 09:54:07 2002
+++ php4/ext/standard/tests/serialize/.cvsignore        Wed Oct  2 18:31:33 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/strings/.cvsignore
diff -u php4/ext/standard/tests/strings/.cvsignore:1.2 
php4/ext/standard/tests/strings/.cvsignore:1.3
--- php4/ext/standard/tests/strings/.cvsignore:1.2      Sun May 19 09:54:08 2002
+++ php4/ext/standard/tests/strings/.cvsignore  Wed Oct  2 18:31:34 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/time/.cvsignore
diff -u php4/ext/standard/tests/time/.cvsignore:1.2 
php4/ext/standard/tests/time/.cvsignore:1.3
--- php4/ext/standard/tests/time/.cvsignore:1.2 Sun May 19 09:54:08 2002
+++ php4/ext/standard/tests/time/.cvsignore     Wed Oct  2 18:31:34 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/standard/tests/versioning/.cvsignore
diff -u php4/ext/standard/tests/versioning/.cvsignore:1.2 
php4/ext/standard/tests/versioning/.cvsignore:1.3
--- php4/ext/standard/tests/versioning/.cvsignore:1.2   Sun May 19 09:54:08 2002
+++ php4/ext/standard/tests/versioning/.cvsignore       Wed Oct  2 18:31:34 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/sysvmsg/tests/.cvsignore
diff -u php4/ext/sysvmsg/tests/.cvsignore:1.2 php4/ext/sysvmsg/tests/.cvsignore:1.3
--- php4/ext/sysvmsg/tests/.cvsignore:1.2       Sun May 19 09:54:08 2002
+++ php4/ext/sysvmsg/tests/.cvsignore   Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/xml/tests/.cvsignore
diff -u php4/ext/xml/tests/.cvsignore:1.2 php4/ext/xml/tests/.cvsignore:1.3
--- php4/ext/xml/tests/.cvsignore:1.2   Sun May 19 09:54:08 2002
+++ php4/ext/xml/tests/.cvsignore       Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/xslt/tests/.cvsignore
diff -u php4/ext/xslt/tests/.cvsignore:1.2 php4/ext/xslt/tests/.cvsignore:1.3
--- php4/ext/xslt/tests/.cvsignore:1.2  Sun May 19 09:54:08 2002
+++ php4/ext/xslt/tests/.cvsignore      Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/zip/tests/.cvsignore
diff -u php4/ext/zip/tests/.cvsignore:1.2 php4/ext/zip/tests/.cvsignore:1.3
--- php4/ext/zip/tests/.cvsignore:1.2   Sun May 19 09:54:09 2002
+++ php4/ext/zip/tests/.cvsignore       Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/ext/zlib/tests/.cvsignore
diff -u php4/ext/zlib/tests/.cvsignore:1.2 php4/ext/zlib/tests/.cvsignore:1.3
--- php4/ext/zlib/tests/.cvsignore:1.2  Sun May 19 09:54:09 2002
+++ php4/ext/zlib/tests/.cvsignore      Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/pear/Console/tests/.cvsignore
diff -u php4/pear/Console/tests/.cvsignore:1.1 php4/pear/Console/tests/.cvsignore:1.2
--- php4/pear/Console/tests/.cvsignore:1.1      Thu May 30 10:47:00 2002
+++ php4/pear/Console/tests/.cvsignore  Wed Oct  2 18:31:35 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/pear/tests/.cvsignore
diff -u php4/pear/tests/.cvsignore:1.3 php4/pear/tests/.cvsignore:1.4
--- php4/pear/tests/.cvsignore:1.3      Sun May 19 09:54:10 2002
+++ php4/pear/tests/.cvsignore  Wed Oct  2 18:31:36 2002
@@ -1,3 +1,4 @@
+*.diff
 *.log
-phpt.*
-*.reg
+*.exp
+*.out
Index: php4/tests/.cvsignore
diff -u php4/tests/.cvsignore:1.4 php4/tests/.cvsignore:1.5
--- php4/tests/.cvsignore:1.4   Sun May 19 09:54:10 2002
+++ php4/tests/.cvsignore       Wed Oct  2 18:31:36 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/tests/basic/.cvsignore
diff -u php4/tests/basic/.cvsignore:1.2 php4/tests/basic/.cvsignore:1.3
--- php4/tests/basic/.cvsignore:1.2     Sun May 19 09:54:11 2002
+++ php4/tests/basic/.cvsignore Wed Oct  2 18:31:36 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/tests/classes/.cvsignore
diff -u php4/tests/classes/.cvsignore:1.2 php4/tests/classes/.cvsignore:1.3
--- php4/tests/classes/.cvsignore:1.2   Sun May 19 09:54:11 2002
+++ php4/tests/classes/.cvsignore       Wed Oct  2 18:31:36 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/tests/func/.cvsignore
diff -u php4/tests/func/.cvsignore:1.2 php4/tests/func/.cvsignore:1.3
--- php4/tests/func/.cvsignore:1.2      Sun May 19 09:54:11 2002
+++ php4/tests/func/.cvsignore  Wed Oct  2 18:31:36 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/tests/lang/.cvsignore
diff -u php4/tests/lang/.cvsignore:1.2 php4/tests/lang/.cvsignore:1.3
--- php4/tests/lang/.cvsignore:1.2      Sun May 19 09:54:11 2002
+++ php4/tests/lang/.cvsignore  Wed Oct  2 18:31:37 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out
Index: php4/tests/strings/.cvsignore
diff -u php4/tests/strings/.cvsignore:1.2 php4/tests/strings/.cvsignore:1.3
--- php4/tests/strings/.cvsignore:1.2   Sun May 19 09:54:11 2002
+++ php4/tests/strings/.cvsignore       Wed Oct  2 18:31:37 2002
@@ -1,2 +1,4 @@
+*.diff
 *.log
-phpt.*
+*.exp
+*.out

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

Reply via email to