diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2017-07-19 10:19:32 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2017-07-19 10:19:32 +0200 |
commit | a398df3e364e97196b4c7115fdd687f3f81b7db0 (patch) | |
tree | 6549e0cb4fb6aac0c511c59786272caf4836e238 /php.ini-production | |
parent | bfdd22a3de252e81a70859a6ca28e2ba1533ef70 (diff) | |
download | php-git-a398df3e364e97196b4c7115fdd687f3f81b7db0.tar.gz |
Removed Bird(broken)step support from ODBC
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production index fb08287fa6..2b546ddb08 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1098,8 +1098,6 @@ odbc.defaultlrl = 4096 ; http://php.net/odbc.defaultbinmode odbc.defaultbinmode = 1 -;birdstep.max_links = -1 - [Interbase] ; Allow or prevent persistent links. ibase.allow_persistent = 1 |