Suhosin for php5.4

I tried to use Suhosin with php 5.4, but received notice
Code:
# cd /usr/ports/security/php-suhosin
# make
===>  php-suhosin-0.9.33 cannot be installed: doesn't work with lang/php5 port (doesn't support PHP 5.4).
*** Error code 1

Stop in /usr/ports/security/php-suhosin.
my actual php version
Code:
# php -v
PHP 5.4.10 (cli) (built: Dec 30 2012 05:58:03) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

Is a way to install it ?
 
From /usr/ports/UPDATING

20120516:
AFFECTS: users of lang/php5
AUTHOR: ale@FreeBSD.org

PHP has been updated to 5.4. Suhosin patch has been disabled until the
new version will be released (soon). Suhosing extension will take more
time. LINKTHR option is now enabled by default, be sure to flag it if
you are updating using an old saved configuration. sqlite2 extension
has been permanently removed.
If you want to remain at PHP 5.3, a new port (lang/php53) has been
created for such purpose.

I believe you can following development here https://github.com/stefanesser/suhosin
 
Discussion on github in general says that Suhosin support for php 5.4 still in development.
So no way, i downgraded to 5.3 to use Suhosin.
 
Back
Top