From ddbf4a630c69ac8b735132d5a9fca8e0407c9abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E4=BC=9F=28jw=29?= Date: Sun, 22 Nov 2015 22:38:00 +0800 Subject: [PATCH 1/2] Update resque.php In order to facilitate the test --- demo/resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/resque.php b/demo/resque.php index 3dfa5a9d..6013770f 100644 --- a/demo/resque.php +++ b/demo/resque.php @@ -4,4 +4,4 @@ require 'job.php'; require 'php_error_job.php'; -require '../bin/resque.php'; \ No newline at end of file +require __DIR__ . '../bin/resque.php'; From 1a2f806f32f4ac9262da9e2d9166f908807b066e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E4=BC=9F=28jw=29?= Date: Sun, 22 Nov 2015 22:44:29 +0800 Subject: [PATCH 2/2] Update resque.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为了方便测试 --- demo/resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/resque.php b/demo/resque.php index 6013770f..d864fc39 100644 --- a/demo/resque.php +++ b/demo/resque.php @@ -4,4 +4,4 @@ require 'job.php'; require 'php_error_job.php'; -require __DIR__ . '../bin/resque.php'; +require __DIR__ . '/../bin/resque.php';