Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 21:13:52 GMT
From:      Morton Jonuschat <mjonuschat@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140681: Modify port devel/php5-ice to allow compiling with PHP 5.3.0
Message-ID:  <200911182113.nAILDqbF042246@www.freebsd.org>
Resent-Message-ID: <200911182120.nAILK1CB000142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140681
>Category:       ports
>Synopsis:       Modify port devel/php5-ice to allow compiling with PHP 5.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 18 21:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Morton Jonuschat
>Release:        8.0-PRERELEASE
>Organization:
>Environment:
FreeBSD localhorst.local 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #0: Tue Nov 17 07:52:33 CET 2009 root@localhorst.local:/usr/obj/usr/src/sys/HOMESERVER amd64
>Description:
This patch allows php5-ice to build with PHP 5.3.0

Related to port update request for lang/php5
http://www.freebsd.org/cgi/query-pr.cgi?pr=140678


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN FreeBSD/ports/devel/php5-ice/files/patch-php_src_IcePHP_Marshal_cpp PHP-5.3.0/ports/devel/php5-ice/files/patch-php_src_IcePHP_Marshal_cpp
--- devel/php5-ice/files/patch-php_src_IcePHP_Marshal_cpp	1970-01-01 01:00:00.000000000 +0100
+++ devel/php5-ice/files/patch-php_src_IcePHP_Marshal_cpp	2009-11-18 17:54:58.062959117 +0100
@@ -0,0 +1,11 @@
+--- php/src/IcePHP/Marshal.cpp~	2009-03-20 18:52:15.000000000 +0100
++++ php/src/IcePHP/Marshal.cpp	2009-11-18 17:54:12.844869108 +0100
+@@ -1929,7 +1929,7 @@
+     this->TSRMLS_C = TSRMLS_C;
+ #endif
+ 
+-    ZVAL_ADDREF(_value);
++    Z_ADDREF_P(_value);
+ 
+     _class = Z_OBJCE_P(_value);
+ }


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911182113.nAILDqbF042246>