summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_odbc.c
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2001-03-23 10:23:58 +0000
committerMarc Boeren <mboeren@php.net>2001-03-23 10:23:58 +0000
commit10bb608e4ee8ecb0b69b91ce1a297dd6ca53415a (patch)
tree9bf4daaf93ca8665295d565906f9460ee605f7ec /ext/dbx/dbx_odbc.c
parent01ac20050e7f61e533d9cade8f26be2c7f139bf4 (diff)
downloadphp-git-10bb608e4ee8ecb0b69b91ce1a297dd6ca53415a.tar.gz
Changed header for source files, now point to PHP license (Mc)
Found another // comment and replaced with /**/ (Mc) Removed proprietary license (in favor of php license) (Mc) Added .cvsignore file, I hope it works correctly (Mc)
Diffstat (limited to 'ext/dbx/dbx_odbc.c')
-rw-r--r--ext/dbx/dbx_odbc.c22
1 files changed, 13 insertions, 9 deletions
diff --git a/ext/dbx/dbx_odbc.c b/ext/dbx/dbx_odbc.c
index b80cce08ca..dd39b54b12 100644
--- a/ext/dbx/dbx_odbc.c
+++ b/ext/dbx/dbx_odbc.c
@@ -1,20 +1,24 @@
/*
+----------------------------------------------------------------------+
- | stentor module version 1.0 |
+ | PHP version 4.0 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2001 The PHP Group |
+ +----------------------------------------------------------------------+
+ | dbx module version 1.0 |
+----------------------------------------------------------------------+
| Copyright (c) 2001 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
- | This source file is subject to version 1.0 of the STENTOR license, |
+ | This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
- | available through the world-wide-web at |
- | http://www.guidance.nl/php/dbx/license/1_00.txt. |
- | If you did not receive a copy of the STENTOR license and are unable |
- | to obtain it through the world-wide-web, please send a note to |
- | license@guidance.nl so we can mail you a copy immediately. |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_02.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author : Marc Boeren <marc@guidance.nl> |
+----------------------------------------------------------------------+
- */
+*/
#include "dbx.h"
#include "dbx_odbc.h"
@@ -226,7 +230,7 @@ int dbx_odbc_getrow(zval ** rv, zval ** result_handle, INTERNAL_FUNCTION_PARAMET
}
int dbx_odbc_error(zval ** rv, zval ** dbx_handle, INTERNAL_FUNCTION_PARAMETERS) {
- /*/ returns empty string // no equivalent in odbc module (yet???) /*/
+ /*/ returns empty string, no equivalent in odbc module (yet???) /*/
ZVAL_EMPTY_STRING((*rv));
return 1;
}