Commit:    bb07d6c2f4b9530833c9ce8d59c86e7994d5565b
Author:    Anatol Belski <a...@php.net>         Wed, 4 Apr 2018 17:39:40 +0200
Parents:   7d3105f56eec32a53c0c5cc8ef8214cfcbac6b85
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=bb07d6c2f4b9530833c9ce8d59c86e7994d5565b

Log:
Don't delete the lock file

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index ad829f2..4138c0c 100644
--- a/include/BuildVC.php
+++ b/include/BuildVC.php
@@ -136,7 +136,6 @@ class BuildVC {
        {
                if (!is_null($this->pgo_init_lock_fd)) {
                        flock($this->pgo_init_lock_fd, LOCK_UN);
-                       @unlink(TMP_DIR . DIRECTORY_SEPARATOR . 
"sdk_pgo_init.lock");
                        $this->pgo_init_lock_fd = NULL;
                }
        }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to