summaryrefslogtreecommitdiff
path: root/devel/pecl-runkit/files/patch-config.m4
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-16 22:31:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-16 22:31:01 +0000
commitda79b9d376e92a693e18807b96ef8d957c555bbb (patch)
treec8acb42ba8ef422b8a5e51b2e881bce5f2a67916 /devel/pecl-runkit/files/patch-config.m4
parentFix build on FreeBSD 4.x branch (diff)
PHP - Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use. Execute code in restricted environment (sandboxing). PR: ports/84545 Submitted by: Elias Mandouvalos <ocean@mail.gr>
Notes
Notes: svn path=/head/; revision=142972
Diffstat (limited to 'devel/pecl-runkit/files/patch-config.m4')
-rw-r--r--devel/pecl-runkit/files/patch-config.m418
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/pecl-runkit/files/patch-config.m4 b/devel/pecl-runkit/files/patch-config.m4
new file mode 100644
index 000000000000..11c2bedfa271
--- /dev/null
+++ b/devel/pecl-runkit/files/patch-config.m4
@@ -0,0 +1,18 @@
+--- config.m4:1.1 Fri Apr 29 19:54:33 2005
++++ config.m4 Sat Jul 16 12:46:31 2005
+@@ -1,4 +1,4 @@
+-dnl $Id: config.m4,v 1.1 2005/04/29 23:54:33 pollita Exp $
++dnl $Id: config.m4,v 1.2 2005/07/16 16:46:31 pollita Exp $
+ dnl config.m4 for extension runkit
+
+ PHP_ARG_ENABLE(runkit, whether to enable runkit support,
+@@ -8,8 +8,5 @@
+ if test "$PHP_RUNKIT" = "classkit"; then
+ AC_DEFINE(PHP_RUNKIT_CLASSKIT_COMPAT, 1, [Whether to export classkit compatable function aliases])
+ fi
+- PHP_ADD_LIBRARY(dl,,RUNKIT_SHARED_LIBADD)
+- PHP_SUBST(RUNKIT_SHARED_LIBADD)
+-
+ PHP_NEW_EXTENSION(runkit, runkit.c runkit_functions.c runkit_methods.c runkit_constants.c runkit_import.c runkit_classes.c runkit_sandbox.c, $ext_shared)
+ fi
+