mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
CS fix
This commit is contained in:
parent
5fbbd31ca4
commit
17892a4386
1 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
| obtain it through the world-wide-web, please send a note to |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| license@php.net so we can mail you a copy immediately. |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@php.net> |
|
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
||||||
| Thies C. Arntzen <thies@thieso.net> |
|
| Thies C. Arntzen <thies@thieso.net> |
|
||||||
| Maxim Maletsky <maxim@maxim.cx> |
|
| Maxim Maletsky <maxim@maxim.cx> |
|
||||||
| |
|
| |
|
||||||
|
@ -2349,7 +2349,7 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa
|
||||||
|
|
||||||
return psession;
|
return psession;
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
oci_debug("_oci_open_session: FAILURE -> CLEANUP called");
|
oci_debug("_oci_open_session: FAILURE -> CLEANUP called");
|
||||||
|
|
||||||
_oci_close_session(session);
|
_oci_close_session(session);
|
||||||
|
@ -2526,7 +2526,7 @@ static oci_server *_oci_open_server(char *dbname,int persistent)
|
||||||
|
|
||||||
return pserver;
|
return pserver;
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
oci_debug("_oci_open_server: FAILURE -> CLEANUP called");
|
oci_debug("_oci_open_server: FAILURE -> CLEANUP called");
|
||||||
|
|
||||||
_oci_close_server(server);
|
_oci_close_server(server);
|
||||||
|
@ -2769,7 +2769,7 @@ static void oci_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent,int exclu
|
||||||
|
|
||||||
RETURN_RESOURCE(connection->id);
|
RETURN_RESOURCE(connection->id);
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
oci_debug("oci_do_connect: FAILURE -> CLEANUP called");
|
oci_debug("oci_do_connect: FAILURE -> CLEANUP called");
|
||||||
|
|
||||||
if (connection->id) {
|
if (connection->id) {
|
||||||
|
@ -3415,7 +3415,7 @@ PHP_FUNCTION(ociwritelobtofile)
|
||||||
RETURN_TRUE;
|
RETURN_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
bail:
|
bail:
|
||||||
if (fp != -1) {
|
if (fp != -1) {
|
||||||
close(fp);
|
close(fp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue