Skip to content

Commit

Permalink
reformat sources according to C++SDK style
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Jul 23, 2024
1 parent cb819a8 commit ebe66a8
Show file tree
Hide file tree
Showing 21 changed files with 10,981 additions and 10,100 deletions.
5,483 changes: 2,799 additions & 2,684 deletions src/php_couchbase.cxx

Large diffs are not rendered by default.

1,047 changes: 560 additions & 487 deletions src/wrapper/common.cxx

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/wrapper/common.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ char* log_level{ nullptr };
char* log_path{ nullptr };
bool log_php_log_err{ 1 };
bool log_stderr{ 0 };
zend_long max_persistent{ -1 }; /* maximum number of persistent connections per process */
zend_long persistent_timeout{ -1 }; /* time period after which idle persistent connection is considered expired */
zend_long max_persistent{ -1 }; /* maximum number of persistent connections per process */
zend_long persistent_timeout{
-1
}; /* time period after which idle persistent connection is considered expired */
/* module variables */
bool initialized{ 0 };
zend_long num_persistent{ 0 }; /* number of existing persistent connections */
Expand Down
8,139 changes: 4,221 additions & 3,918 deletions src/wrapper/connection_handle.cxx

Large diffs are not rendered by default.

907 changes: 502 additions & 405 deletions src/wrapper/connection_handle.hxx

Large diffs are not rendered by default.

Loading

0 comments on commit ebe66a8

Please sign in to comment.