diff options
author | Jani Taskinen <jani@php.net> | 2008-07-28 11:59:35 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-07-28 11:59:35 +0000 |
commit | 7a70ad4502f7ee8ad885ea6877b759ae64dc08b5 (patch) | |
tree | a61291641142e84543324d9fc4aa3cc5cff3279f | |
parent | f2b67842c71fa15bf2f5c8d2b4bf73e37964a229 (diff) | |
download | php-git-7a70ad4502f7ee8ad885ea6877b759ae64dc08b5.tar.gz |
- Fix EOLs
-rw-r--r-- | ext/sqlite3/php_sqlite3.h | 2 | ||||
-rw-r--r-- | ext/sqlite3/tests/skipif.inc | 3 | ||||
-rw-r--r-- | ext/sqlite3/tests/stream_test.inc | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index ec2a92c698..b3667394a2 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -37,7 +37,7 @@ ZEND_END_MODULE_GLOBALS(sqlite3) #endif #define PHP_SQLITE3_ASSOC 1<<0 -#define PHP_SQLITE3_NUM 1<<1 +#define PHP_SQLITE3_NUM 1<<1 #define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM) #endif diff --git a/ext/sqlite3/tests/skipif.inc b/ext/sqlite3/tests/skipif.inc index c5dd877a88..3427965d1d 100644 --- a/ext/sqlite3/tests/skipif.inc +++ b/ext/sqlite3/tests/skipif.inc @@ -4,5 +4,4 @@ if (!extension_loaded('sqlite3')) { die("skip"); } - -?>
\ No newline at end of file +?> diff --git a/ext/sqlite3/tests/stream_test.inc b/ext/sqlite3/tests/stream_test.inc index 0d07383b80..13fd6f89f9 100644 --- a/ext/sqlite3/tests/stream_test.inc +++ b/ext/sqlite3/tests/stream_test.inc @@ -42,4 +42,4 @@ class SQLite3_Test_Stream stream_wrapper_register('sqliteBlobTest', "SQLite3_Test_Stream") or die("Unable to register sqliteBlobTest stream"); -?>
\ No newline at end of file +?> |