1
0
Fork 0

The constant CURLE_OPERATION_TIMEDOUT isn't defined on older PHP versions

This commit is contained in:
Michael 2017-06-03 19:46:19 +00:00
commit 945d3cc048
4 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,6 @@
-- ------------------------------------------
-- Friendica 3.5.2-rc (Asparagus)
-- DB_UPDATE_VERSION 1226
-- DB_UPDATE_VERSION 1227
-- ------------------------------------------
@ -1115,6 +1115,7 @@ CREATE TABLE IF NOT EXISTS `workerqueue` (
`pid` int(11) NOT NULL DEFAULT 0,
`executed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
PRIMARY KEY(`id`),
INDEX `pid` (`pid`),
INDEX `priority_created` (`priority`,`created`)
) DEFAULT COLLATE utf8mb4_general_ci;