Commit:    9aa5df4ddd7a0742e46ca88acdac1a0349e4e4ca
Author:    Anatol Belski <a...@php.net>         Wed, 4 Apr 2018 17:48:03 +0200
Parents:   bb07d6c2f4b9530833c9ce8d59c86e7994d5565b
Branches:  master

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

Log:
Revert "Don't delete the lock file"

This reverts commit bb07d6c2f4b9530833c9ce8d59c86e7994d5565b.

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index 4138c0c..ad829f2 100644
--- a/include/BuildVC.php
+++ b/include/BuildVC.php
@@ -136,6 +136,7 @@ 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