From 63f1f7581ff90f3a0fc3cda277ed5e900525fcaf Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 18 Mar 2014 01:00:35 +0100 Subject: [PATCH] Renamed Stackable to Threaded --- src/pthreads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pthreads.php b/src/pthreads.php index 50756813c..4dccfd245 100644 --- a/src/pthreads.php +++ b/src/pthreads.php @@ -23,7 +23,7 @@ define("ASYNC_CURL_GET", 1); define("ASYNC_CURL_POST", 2); define("ASYNC_FUNCTION", 3); -class StackableArray extends \Stackable{ +class StackableArray extends \Threaded{ public function __construct(){ foreach(func_get_args() as $n => $value){ if(is_array($value)){