Created attachment 149910 [details] shell archive The strict extension introduces support for strict scalar parameter type hints without changing Zend. Support for the following types is introduced: * string * integer, int * float, double * boolean, bool * resource Variadic support for all of the above types is also included. WWW: http://pecl.php.net/package/strict
Created attachment 149911 [details] testport log
Created attachment 150095 [details] shell archive Update to 0.4.0
A commit references this bug: Author: pawel Date: Sat Dec 13 18:37:35 UTC 2014 New revision: 374671 URL: https://svnweb.freebsd.org/changeset/ports/374671 Log: The strict extension introduces support for strict scalar parameter type hints without changing Zend. Support for the following types is introduced: * string * integer, int * float, double * boolean, bool * resource Variadic support for all of the above types is also included. WWW: http://pecl.php.net/package/strict PR: 195425 Submitted by: Gasol Wu <gasol.wu@gmail.com> Changes: head/devel/Makefile head/devel/pecl-strict/ head/devel/pecl-strict/Makefile head/devel/pecl-strict/distinfo head/devel/pecl-strict/pkg-descr