[Bug 251867] [NEW PORT] [PATCH] devel/pecl-runkit7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 15 13:20:14 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251867

            Bug ID: 251867
           Summary: [NEW PORT] [PATCH] devel/pecl-runkit7
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: vikashb at where-ever.za.net

Created attachment 220576
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220576&action=edit
New pecl-runkit7 port shar archive

new port pecl-runkit7 (previous port devel/pecl-runkit)
https://github.com/runkit7/runkit7

Supports PHP7.2, 7.2, 7.3, and 7.4

Replace, rename, and remove user defined functions, methods, and constants.
Define customized superglobal variables for general purpose use.


built against php 7.2

testcode:

<?php
function testme() {
  echo "Original Testme Implementation\n";
}
testme();
runkit7_function_redefine('testme','','echo "New Testme Implementation\n";');
testme();
?>

works

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list