diff options
author | Thies C. Arntzen <thies@php.net> | 1999-10-07 12:49:25 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-10-07 12:49:25 +0000 |
commit | 2148fe61a00426a66c552a1c6d757bd93db21e21 (patch) | |
tree | a98a681214f904de8b8490937b6119e071c6fdb4 /ext/db | |
parent | b311342faf24c72508b5b7f76703e8c5136e61af (diff) | |
download | php-git-2148fe61a00426a66c552a1c6d757bd93db21e21.tar.gz |
fix ZTS compile
Diffstat (limited to 'ext/db')
-rw-r--r-- | ext/db/db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/db/db.c b/ext/db/db.c index 4daa954497..e5342d44fa 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -273,6 +273,7 @@ dbm_info *_php3_dbmopen(char *filename, char *mode) { int ret, lock=0; char *lockfn = NULL; int lockfd = 0; + PLS_FETCH(); #if NFS_HACK int last_try = 0; |