]> granicus.if.org Git - php/commit
- Added optional parameter "new" to sybase_connect
authorTimm Friebe <thekid@php.net>
Mon, 10 Nov 2008 10:59:44 +0000 (10:59 +0000)
committerTimm Friebe <thekid@php.net>
Mon, 10 Nov 2008 10:59:44 +0000 (10:59 +0000)
commit12abaadf8455a562cdf31f54aab3883261422961
tree860a529ec1c504aa22a7abc23c04582f794db754
parenteb2e561bfe5579e561b90ecec037a3fd2e962c71
- Added optional parameter "new" to sybase_connect
# [DOC] If a second call is made to sybase_connect() with the same arguments
# no new link will be established, but instead, the link identifier of the
# already opened link will be returned. The new parameter modifies this
# behavior and makes sybase_connect() always open a new link, even if
# sybase_connect() was called before with the same parameters.
ext/sybase_ct/php_sybase_ct.c