Bug 195425 - [NEW PORT] devel/pecl-strict - Strict scalar parameter type hint support for PHP 5.4+
Summary: [NEW PORT] devel/pecl-strict - Strict scalar parameter type hint support for ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-26 19:32 UTC by Gasol Wu
Modified: 2014-12-13 18:38 UTC (History)
1 user (show)

See Also:


Attachments
shell archive (1.65 KB, text/plain)
2014-11-26 19:32 UTC, Gasol Wu
no flags Details
testport log (19.26 KB, text/plain)
2014-11-26 19:32 UTC, Gasol Wu
no flags Details
shell archive (1.65 KB, text/plain)
2014-12-02 08:25 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2014-11-26 19:32:10 UTC
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
Comment 1 Gasol Wu 2014-11-26 19:32:32 UTC
Created attachment 149911 [details]
testport log
Comment 2 Gasol Wu 2014-12-02 08:25:46 UTC
Created attachment 150095 [details]
shell archive

Update to 0.4.0
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-12-13 18:38:13 UTC
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