From a27df15eff8b9d971e0c2c7730125b5cf99dc683 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 24 May 2016 07:01:21 +0100 Subject: adding pledge's call wrapper, allowing most of the promises. this promises list might need to be adjusted over time. --- pledge.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pledge.h (limited to 'pledge.h') diff --git a/pledge.h b/pledge.h new file mode 100644 index 0000000..2666e41 --- /dev/null +++ b/pledge.h @@ -0,0 +1,29 @@ +/* + +----------------------------------------------------------------------+ + | Suhosin Version 1 | + +----------------------------------------------------------------------+ + | Copyright (c) 2006-2007 The Hardened-PHP Project | + | Copyright (c) 2007-2015 SektionEins GmbH | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Stefan Esser | + +----------------------------------------------------------------------+ +*/ + +/* $Id: pledge.h $ */ + +#ifndef PLEDGE_H +#define PLEDGE_H + +#include "ext/standard/basic_functions.h" +#ifdef __OpenBSD__ + +#endif +#endif -- cgit v1.3