summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sybase_ct')
-rw-r--r--ext/sybase_ct/config.m42
-rw-r--r--ext/sybase_ct/config.w322
-rw-r--r--ext/sybase_ct/php_sybase_ct.c2
-rw-r--r--ext/sybase_ct/php_sybase_ct.h2
-rw-r--r--ext/sybase_ct/tests/bug22403.phpt2
-rw-r--r--ext/sybase_ct/tests/bug26407.phpt2
-rw-r--r--ext/sybase_ct/tests/bug27843.phpt2
-rw-r--r--ext/sybase_ct/tests/bug28354.phpt2
-rw-r--r--ext/sybase_ct/tests/bug29064.phpt2
-rw-r--r--ext/sybase_ct/tests/bug30312-withfree.phpt2
-rw-r--r--ext/sybase_ct/tests/bug30312.phpt2
-rw-r--r--ext/sybase_ct/tests/bug43578.phpt2
-rw-r--r--ext/sybase_ct/tests/bug6339.phpt2
-rw-r--r--ext/sybase_ct/tests/index.php216
-rw-r--r--ext/sybase_ct/tests/skipif.inc2
-rw-r--r--ext/sybase_ct/tests/test.inc2
-rw-r--r--ext/sybase_ct/tests/test_appname.phpt2
-rw-r--r--ext/sybase_ct/tests/test_close.phpt2
-rw-r--r--ext/sybase_ct/tests/test_close_default.phpt2
-rw-r--r--ext/sybase_ct/tests/test_close_notopen.phpt2
-rw-r--r--ext/sybase_ct/tests/test_connect.phpt2
-rw-r--r--ext/sybase_ct/tests/test_connection_caching.phpt2
-rw-r--r--ext/sybase_ct/tests/test_connectionbased_msghandler.phpt2
-rw-r--r--ext/sybase_ct/tests/test_fetch_object.phpt2
-rw-r--r--ext/sybase_ct/tests/test_fields.phpt2
-rw-r--r--ext/sybase_ct/tests/test_long.phpt2
-rw-r--r--ext/sybase_ct/tests/test_msghandler.phpt2
-rw-r--r--ext/sybase_ct/tests/test_msghandler_handled.phpt2
-rw-r--r--ext/sybase_ct/tests/test_query_nostore.phpt2
-rw-r--r--ext/sybase_ct/tests/test_types.phpt2
-rw-r--r--ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt2
-rw-r--r--ext/sybase_ct/tests/test_unbuffered_query.phpt2
32 files changed, 31 insertions, 247 deletions
diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4
index b4907db36..4b64dc23d 100644
--- a/ext/sybase_ct/config.m4
+++ b/ext/sybase_ct/config.m4
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.15.4.1.2.1 2008/07/01 17:03:46 felipe Exp $
+dnl $Id: config.m4 261867 2008-07-01 17:03:46Z felipe $
dnl
PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
diff --git a/ext/sybase_ct/config.w32 b/ext/sybase_ct/config.w32
index 1fe52c38a..603df21ae 100644
--- a/ext/sybase_ct/config.w32
+++ b/ext/sybase_ct/config.w32
@@ -1,5 +1,5 @@
-// $Id: config.w32,v 1.1 2003/12/19 17:00:13 wez Exp $
+// $Id: config.w32 242949 2007-09-26 15:44:16Z cvs2svn $
// vim:ft=javascript
ARG_WITH("sybase-ct", "SYBASE_CT support", "no");
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c
index 22b198c3e..b1774aea6 100644
--- a/ext/sybase_ct/php_sybase_ct.c
+++ b/ext/sybase_ct/php_sybase_ct.c
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_sybase_ct.c,v 1.103.2.5.2.13.2.15 2008/12/31 11:15:46 sebastian Exp $ */
+/* $Id: php_sybase_ct.c 272370 2008-12-31 11:15:49Z sebastian $ */
#ifdef HAVE_CONFIG_H
diff --git a/ext/sybase_ct/php_sybase_ct.h b/ext/sybase_ct/php_sybase_ct.h
index 81205c3da..d0da053f6 100644
--- a/ext/sybase_ct/php_sybase_ct.h
+++ b/ext/sybase_ct/php_sybase_ct.h
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_sybase_ct.h,v 1.19.2.2.2.1.2.2 2008/12/31 11:15:46 sebastian Exp $ */
+/* $Id: php_sybase_ct.h 272370 2008-12-31 11:15:49Z sebastian $ */
#ifndef PHP_SYBASE_CT_H
#define PHP_SYBASE_CT_H
diff --git a/ext/sybase_ct/tests/bug22403.phpt b/ext/sybase_ct/tests/bug22403.phpt
index 5e0669e63..5b4b5f32d 100644
--- a/ext/sybase_ct/tests/bug22403.phpt
+++ b/ext/sybase_ct/tests/bug22403.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #22403 (crash when executing a stored procedure without parameters
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug22403.phpt,v 1.2.4.1 2007/05/22 11:35:47 thekid Exp $
+ * $Id: bug22403.phpt 236101 2007-05-22 11:35:47Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug26407.phpt b/ext/sybase_ct/tests/bug26407.phpt
index f5ea2e591..b1cb176db 100644
--- a/ext/sybase_ct/tests/bug26407.phpt
+++ b/ext/sybase_ct/tests/bug26407.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #26407 (Result set fetching broken around transactions)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug26407.phpt,v 1.2.4.1 2007/05/22 11:33:36 thekid Exp $
+ * $Id: bug26407.phpt 236100 2007-05-22 11:33:36Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug27843.phpt b/ext/sybase_ct/tests/bug27843.phpt
index 4705c5f01..241d4cebc 100644
--- a/ext/sybase_ct/tests/bug27843.phpt
+++ b/ext/sybase_ct/tests/bug27843.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #27843 (notices when query is a stored procedure)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug27843.phpt,v 1.3.4.1 2007/05/22 11:35:47 thekid Exp $
+ * $Id: bug27843.phpt 236101 2007-05-22 11:35:47Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug28354.phpt b/ext/sybase_ct/tests/bug28354.phpt
index 08f3a53c7..5dfed79c6 100644
--- a/ext/sybase_ct/tests/bug28354.phpt
+++ b/ext/sybase_ct/tests/bug28354.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #28354 (sybase_free_result crash)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug28354.phpt,v 1.3.4.1 2007/05/22 11:35:47 thekid Exp $
+ * $Id: bug28354.phpt 236101 2007-05-22 11:35:47Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug29064.phpt b/ext/sybase_ct/tests/bug29064.phpt
index e84df4440..3bae3d174 100644
--- a/ext/sybase_ct/tests/bug29064.phpt
+++ b/ext/sybase_ct/tests/bug29064.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #29064 (Exact numeric/decimal/money datatypes lose precision)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug29064.phpt,v 1.1.8.1 2008/11/08 13:32:29 thekid Exp $
+ * $Id: bug29064.phpt 268583 2008-11-08 13:32:29Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug30312-withfree.phpt b/ext/sybase_ct/tests/bug30312-withfree.phpt
index b040efaa5..f47e6c43c 100644
--- a/ext/sybase_ct/tests/bug30312-withfree.phpt
+++ b/ext/sybase_ct/tests/bug30312-withfree.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #30312 (sybase_unbuffered_query calls, with free)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug30312-withfree.phpt,v 1.1.2.1 2008/11/09 10:26:31 thekid Exp $
+ * $Id: bug30312-withfree.phpt 268625 2008-11-09 10:26:31Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug30312.phpt b/ext/sybase_ct/tests/bug30312.phpt
index 48c1a6d9c..534223645 100644
--- a/ext/sybase_ct/tests/bug30312.phpt
+++ b/ext/sybase_ct/tests/bug30312.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #30312 (sybase_unbuffered_query calls)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug30312.phpt,v 1.1.4.1.2.1 2008/11/08 13:21:30 thekid Exp $
+ * $Id: bug30312.phpt 268581 2008-11-08 13:21:30Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug43578.phpt b/ext/sybase_ct/tests/bug43578.phpt
index a625139c7..57c1f3db5 100644
--- a/ext/sybase_ct/tests/bug43578.phpt
+++ b/ext/sybase_ct/tests/bug43578.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #43578 (Incurred fault #6 - if returned textfield ist empty)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug43578.phpt,v 1.1.2.1 2008/11/09 10:44:03 thekid Exp $
+ * $Id: bug43578.phpt 268629 2008-11-09 10:44:03Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/bug6339.phpt b/ext/sybase_ct/tests/bug6339.phpt
index 0ebfab4a3..32130c40b 100644
--- a/ext/sybase_ct/tests/bug6339.phpt
+++ b/ext/sybase_ct/tests/bug6339.phpt
@@ -6,7 +6,7 @@ Sybase-CT bug #6339 (invalid Sybase-link resource)
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: bug6339.phpt,v 1.1 2004/01/24 02:18:13 thekid Exp $
+ * $Id: bug6339.phpt 242949 2007-09-26 15:44:16Z cvs2svn $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/index.php b/ext/sybase_ct/tests/index.php
deleted file mode 100644
index 8905ac77c..000000000
--- a/ext/sybase_ct/tests/index.php
+++ /dev/null
@@ -1,216 +0,0 @@
-<?php
-/* This file is part of PHP test framework for ext/sybase_ct
- *
- * $Id: index.php,v 1.3 2005/02/06 14:08:11 thekid Exp $
- */
-
- // {{{ class PHPTExpectancy
- // Abstract base class for expectancies
- class PHPTExpectancy {
- var
- $expected = '';
-
- function PHPTExpectancy($expected) {
- $this->expected= $expected;
- }
-
- function matches($output) { }
- }
- // }}}
-
- // {{{ class PHPTRegexExpectancy
- // Expectancy class for regular expressions
- class PHPTRegexExpectancy extends PHPTExpectancy {
-
- function matches($output) {
- return preg_match('°^'.strtr(preg_quote(rtrim($this->expected), '°'), array(
- '%s' => '(.+)',
- '%d' => '([0-9]+)'
- )).'°', $output);
- }
- }
- // }}}
-
- // {{{ class PHPTTest
- // Represents a single .phpt-style test
- class PHPTTest {
- var
- $name = '',
- $description = '',
- $skipif = '',
- $code = '',
- $expectancy = NULL,
- $output = '';
-
- function &fromFile($filename) {
- $fd= fopen($filename, 'r');
-
- $sections= array();
- $current= NULL;
- while (!feof($fd)) {
- $line= fgets($fd, 0xFFFF);
- if (1 == sscanf($line, '--%[^-]--', $section)) {
- $sections[$section]= '';
- $current= $section;
- continue;
- }
- $sections[$current].= $line;
- }
- fclose($fd);
-
- // Create instance from read data and return it
- $t= &new PHPTTest(); {
- $t->name= substr(realpath($filename), 0, -1);
- $t->description= rtrim($sections['TEST']);
- $t->skipif= $sections['SKIPIF'];
- $t->code= $sections['FILE'];
-
- if (isset($sections['EXPECTF'])) {
- $t->expectancy= &new PHPTRegexExpectancy($sections['EXPECTF']);
- } else {
- // XXX TBI XXX
- }
- }
- return $t;
- }
-
- function onError($errno, $errstr, $errfile, $errline) {
- static $names= array(
- E_NOTICE => 'Notice',
- E_WARNING => 'Warning'
- );
-
- if (!(error_reporting() & $errno)) return;
- printf(
- "\n%s: %s in %s on line %d\n",
- $names[$errno],
- $errstr,
- strstr($errfile, 'eval()\'d code') ? $this->name : $errfile,
- $errline
- );
- }
-
- function run() {
-
- // Precondition check - will die if test needs to be skipped
- eval('?>'.$this->skipif);
-
- set_error_handler(array(&$this, 'onError')); {
- error_reporting(E_ALL);
-
- ob_start();
- eval('?>'.$this->code);
- $this->output= rtrim(ob_get_contents());
- ob_end_clean();
- } restore_error_handler();
-
- return $this->expectancy->matches($this->output);
- }
- }
- // }}}
-
- // {{{ main
- if (isset($_GET['phpinfo'])) {
- phpinfo((int)$_GET['phpinfo']);
-
- echo '<a href="?">Home</a>';
- exit();
- }
-
- echo <<<__
- <html>
- <head>
- <title>PHPT Test</title>
- <style type="text/css">
- body {
- background-color: #ffffff;
- color: #000000;
- font-size: 75%;
- }
- body, td, th, h1, h2 {
- font-family: sans-serif;
- }
- h1 {
- font-size: 150%;
- }
- h2 {
- font-size: 125%;
- }
- .header {
- background: url(?=PHPE9568F34-D428-11d2-A769-00AA001ACF42);
- background-position: right center;
- background-repeat: no-repeat;
- min-height: 70px;
- background-color: #9999cc;
- padding: 4px;
- padding-right: 120px;
- border: 1px solid #000000;
- }
- hr {
- width: 600px;
- background-color: #cccccc;
- border: 0px;
- height: 1px;
- color: #000000;
- }
- </style>
- </head>
- <body>
-__;
-
- $test= basename($_SERVER['QUERY_STRING']);
- if ($test && file_exists($test)) {
- $t= &PHPTTest::fromFile($test);
- echo '<div class="header"><h1>'.basename($t->name), ': ', $t->description.'</h1></div>';
- echo '<a href="?">Back to test suite</a>';
- flush();
-
- // Run the test
- $result= $t->run();
-
- // Evaluate results
- if ($result) {
- echo '<h2>Passed</h2>';
- } else {
- echo '<h2>Failed</h2><hr/>';
-
- echo '<h3>Actual output</h3>';
- echo '<xmp>', $t->output, '</xmp><hr/>';
-
- echo '<h3>Expectancy</h3>';
- echo '<xmp>', $t->expectancy->expected, '</xmp>';
- }
-
- echo '<hr/>';
- exit();
- }
-
- echo '<div class="header"><h1>Test suite</h1></div>';
-
- // phpinfo() links
- echo 'phpinfo(): ';
- foreach (array(
- 1 => 'General',
- 4 => 'Configuration',
- 8 => 'Modules'
- ) as $const => $name) {
- printf('<a href="?phpinfo=%d">%s</a> | ', $const, $name);
- }
- echo '<a href="?phpinfo=-1">(All)</a>';
-
- echo '<h2>Select one to run</h2>';
- echo '<ul>';
- $d= dir(dirname(__FILE__));
- while ($entry= $d->read()) {
- if ('.phpt' != substr($entry, -5)) continue;
- echo '<li><a href="?'.$entry.'">'.$entry.'</a></li>';
- }
- $d->close();
- echo '</ul><hr/>';
-
- echo <<<__
- </body>
- </html>
-__;
- // }}}
-?>
diff --git a/ext/sybase_ct/tests/skipif.inc b/ext/sybase_ct/tests/skipif.inc
index 87fcddb81..5f2267cab 100644
--- a/ext/sybase_ct/tests/skipif.inc
+++ b/ext/sybase_ct/tests/skipif.inc
@@ -1,7 +1,7 @@
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: skipif.inc,v 1.2.6.1 2008/11/08 15:39:01 felipe Exp $
+ * $Id: skipif.inc 268592 2008-11-08 15:39:01Z felipe $
*/
require 'test.inc';
diff --git a/ext/sybase_ct/tests/test.inc b/ext/sybase_ct/tests/test.inc
index c0bf63f85..15f8f693f 100644
--- a/ext/sybase_ct/tests/test.inc
+++ b/ext/sybase_ct/tests/test.inc
@@ -1,7 +1,7 @@
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test.inc,v 1.4.6.3.2.2 2008/11/10 11:00:48 thekid Exp $
+ * $Id: test.inc 268732 2008-11-10 11:00:48Z thekid $
*/
// Change if needed
diff --git a/ext/sybase_ct/tests/test_appname.phpt b/ext/sybase_ct/tests/test_appname.phpt
index 8376c96ef..f52cf1ab5 100644
--- a/ext/sybase_ct/tests/test_appname.phpt
+++ b/ext/sybase_ct/tests/test_appname.phpt
@@ -6,7 +6,7 @@ Sybase-CT application name
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_appname.phpt,v 1.2.6.1 2008/11/08 11:46:06 thekid Exp $
+ * $Id: test_appname.phpt 268571 2008-11-08 11:46:06Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_close.phpt b/ext/sybase_ct/tests/test_close.phpt
index a8bc9a6b4..d7436a938 100644
--- a/ext/sybase_ct/tests/test_close.phpt
+++ b/ext/sybase_ct/tests/test_close.phpt
@@ -6,7 +6,7 @@ Sybase-CT close
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_close.phpt,v 1.1.2.1 2008/11/09 11:38:17 thekid Exp $
+ * $Id: test_close.phpt 268631 2008-11-09 11:38:17Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_close_default.phpt b/ext/sybase_ct/tests/test_close_default.phpt
index 239b63f80..1e6133422 100644
--- a/ext/sybase_ct/tests/test_close_default.phpt
+++ b/ext/sybase_ct/tests/test_close_default.phpt
@@ -6,7 +6,7 @@ Sybase-CT close default connection
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_close_default.phpt,v 1.1.2.1 2008/11/09 11:38:17 thekid Exp $
+ * $Id: test_close_default.phpt 268631 2008-11-09 11:38:17Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_close_notopen.phpt b/ext/sybase_ct/tests/test_close_notopen.phpt
index b63e8918b..fdded26e3 100644
--- a/ext/sybase_ct/tests/test_close_notopen.phpt
+++ b/ext/sybase_ct/tests/test_close_notopen.phpt
@@ -6,7 +6,7 @@ Sybase-CT close not open
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_close_notopen.phpt,v 1.1.2.1 2008/11/09 11:38:17 thekid Exp $
+ * $Id: test_close_notopen.phpt 268631 2008-11-09 11:38:17Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_connect.phpt b/ext/sybase_ct/tests/test_connect.phpt
index 90db5857e..9b70d9a78 100644
--- a/ext/sybase_ct/tests/test_connect.phpt
+++ b/ext/sybase_ct/tests/test_connect.phpt
@@ -6,7 +6,7 @@ Sybase-CT connectivity
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_connect.phpt,v 1.1 2004/01/24 02:18:13 thekid Exp $
+ * $Id: test_connect.phpt 242949 2007-09-26 15:44:16Z cvs2svn $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_connection_caching.phpt b/ext/sybase_ct/tests/test_connection_caching.phpt
index dade1c23a..b8bf1636e 100644
--- a/ext/sybase_ct/tests/test_connection_caching.phpt
+++ b/ext/sybase_ct/tests/test_connection_caching.phpt
@@ -6,7 +6,7 @@ Sybase-CT connection caching
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_connection_caching.phpt,v 1.1.2.2 2008/11/10 11:00:48 thekid Exp $
+ * $Id: test_connection_caching.phpt 268732 2008-11-10 11:00:48Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_connectionbased_msghandler.phpt b/ext/sybase_ct/tests/test_connectionbased_msghandler.phpt
index 548e7b5b1..b996b811a 100644
--- a/ext/sybase_ct/tests/test_connectionbased_msghandler.phpt
+++ b/ext/sybase_ct/tests/test_connectionbased_msghandler.phpt
@@ -6,7 +6,7 @@ Sybase-CT connection-based server message handler
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_connectionbased_msghandler.phpt,v 1.1 2004/01/25 20:04:24 thekid Exp $
+ * $Id: test_connectionbased_msghandler.phpt 242949 2007-09-26 15:44:16Z cvs2svn $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_fetch_object.phpt b/ext/sybase_ct/tests/test_fetch_object.phpt
index cd7c2c2e3..e5272053f 100644
--- a/ext/sybase_ct/tests/test_fetch_object.phpt
+++ b/ext/sybase_ct/tests/test_fetch_object.phpt
@@ -8,7 +8,7 @@ Sybase-CT sybase_fetch_object
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_fetch_object.phpt,v 1.1.6.2 2007/05/22 11:33:36 thekid Exp $
+ * $Id: test_fetch_object.phpt 236100 2007-05-22 11:33:36Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_fields.phpt b/ext/sybase_ct/tests/test_fields.phpt
index eef941148..0e6e6dc99 100644
--- a/ext/sybase_ct/tests/test_fields.phpt
+++ b/ext/sybase_ct/tests/test_fields.phpt
@@ -6,7 +6,7 @@ Sybase-CT sybase_field_* functions
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_fields.phpt,v 1.1.6.1 2007/03/14 11:44:24 thekid Exp $
+ * $Id: test_fields.phpt 231839 2007-03-14 11:44:24Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_long.phpt b/ext/sybase_ct/tests/test_long.phpt
index 512202cd1..a2071e305 100644
--- a/ext/sybase_ct/tests/test_long.phpt
+++ b/ext/sybase_ct/tests/test_long.phpt
@@ -6,7 +6,7 @@ Sybase-CT select LONG_MAX / LONG_MIN
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_long.phpt,v 1.1.6.1 2007/05/22 12:16:32 thekid Exp $
+ * $Id: test_long.phpt 236104 2007-05-22 12:16:32Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_msghandler.phpt b/ext/sybase_ct/tests/test_msghandler.phpt
index c90825fb9..2d35306c6 100644
--- a/ext/sybase_ct/tests/test_msghandler.phpt
+++ b/ext/sybase_ct/tests/test_msghandler.phpt
@@ -6,7 +6,7 @@ Sybase-CT server message handler
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_msghandler.phpt,v 1.2.6.1.2.1 2008/11/08 11:45:03 thekid Exp $
+ * $Id: test_msghandler.phpt 268570 2008-11-08 11:45:03Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_msghandler_handled.phpt b/ext/sybase_ct/tests/test_msghandler_handled.phpt
index 67eced430..4aba4e972 100644
--- a/ext/sybase_ct/tests/test_msghandler_handled.phpt
+++ b/ext/sybase_ct/tests/test_msghandler_handled.phpt
@@ -6,7 +6,7 @@ Sybase-CT server message handler
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_msghandler_handled.phpt,v 1.1.6.2 2007/05/22 11:38:57 thekid Exp $
+ * $Id: test_msghandler_handled.phpt 236103 2007-05-22 11:38:57Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_query_nostore.phpt b/ext/sybase_ct/tests/test_query_nostore.phpt
index 690dc5e25..7a589e8e9 100644
--- a/ext/sybase_ct/tests/test_query_nostore.phpt
+++ b/ext/sybase_ct/tests/test_query_nostore.phpt
@@ -6,7 +6,7 @@ Sybase-CT query without storing
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_query_nostore.phpt,v 1.1 2004/07/11 16:57:38 thekid Exp $
+ * $Id: test_query_nostore.phpt 242949 2007-09-26 15:44:16Z cvs2svn $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_types.phpt b/ext/sybase_ct/tests/test_types.phpt
index 27a843a9c..4cd6d346d 100644
--- a/ext/sybase_ct/tests/test_types.phpt
+++ b/ext/sybase_ct/tests/test_types.phpt
@@ -6,7 +6,7 @@ Sybase-CT select and types
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_types.phpt,v 1.4 2004/07/11 16:57:12 thekid Exp $
+ * $Id: test_types.phpt 242949 2007-09-26 15:44:16Z cvs2svn $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt b/ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt
index c27817f36..aa2cb8cd6 100644
--- a/ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt
+++ b/ext/sybase_ct/tests/test_unbuffered_no_full_fetch.phpt
@@ -6,7 +6,7 @@ Sybase-CT unbuffered query without full fetching
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_unbuffered_no_full_fetch.phpt,v 1.1.2.2 2008/11/09 10:29:52 thekid Exp $
+ * $Id: test_unbuffered_no_full_fetch.phpt 268626 2008-11-09 10:29:52Z thekid $
*/
require('test.inc');
diff --git a/ext/sybase_ct/tests/test_unbuffered_query.phpt b/ext/sybase_ct/tests/test_unbuffered_query.phpt
index 1270081e0..7b09518d8 100644
--- a/ext/sybase_ct/tests/test_unbuffered_query.phpt
+++ b/ext/sybase_ct/tests/test_unbuffered_query.phpt
@@ -6,7 +6,7 @@ Sybase-CT unbuffered query
<?php
/* This file is part of PHP test framework for ext/sybase_ct
*
- * $Id: test_unbuffered_query.phpt,v 1.3.6.1 2007/05/22 11:33:36 thekid Exp $
+ * $Id: test_unbuffered_query.phpt 236100 2007-05-22 11:33:36Z thekid $
*/
require('test.inc');