cvs commit: ports/textproc/pecl-ctemplate Makefile
Vanilla I. Shu
vanilla at fatpipi.cirx.org
Fri Oct 20 22:52:53 PDT 2006
On Sat, Oct 21, 2006 at 03:06:27AM +0000, Kris Kennaway wrote:
Dear Alex:
Could you help me to check this?
pecl-ctemplate could not compile after php integrate with suhosin
default.
here is some quick hack to make it compileable,
could you check it? thanks.
--- Zend/zend_compile.h.orig Sat Oct 21 13:48:41 2006
+++ Zend/zend_compile.h Sat Oct 21 13:48:56 2006
@@ -562,8 +562,8 @@
int zendlex(znode *zendlval TSRMLS_DC);
#if SUHOSIN_PATCH
-void *suhosin_zend_destroy_property_info_internal;
-void *suhosin_zend_destroy_property_info;
+extern void *suhosin_zend_destroy_property_info_internal;
+extern void *suhosin_zend_destroy_property_info;
#endif
/* BEGIN: OPCODES */
> kris 2006-10-21 03:06:27 UTC
> FreeBSD ports repository
>
> Modified files:
> textproc/pecl-ctemplate Makefile
> Log:
> BROKEN: Does not build
>
> Approved by: portmgr (self)
>
> Revision Changes Path
> 1.10 +2 -0 ports/textproc/pecl-ctemplate/Makefile
More information about the cvs-ports
mailing list