]> granicus.if.org Git - php/commitdiff
fix ZTS compile
authorThies C. Arntzen <thies@php.net>
Thu, 7 Oct 1999 12:49:25 +0000 (12:49 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 7 Oct 1999 12:49:25 +0000 (12:49 +0000)
ext/db/db.c

index 4daa9544979a10d9641a2cb06d32c6a34e59e8a7..e5342d44fa3c35dd8b159c3f857ea6f9189afb64 100644 (file)
@@ -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;