mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak after recent PHP 5.3.2 update
Reported by: pointyhat Approved by: portmgr (itetcu, erwin - blanket)
This commit is contained in:
parent
3edd2f55b5
commit
0805812cf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252649
11
devel/php5-ice/files/patch-php__src__IcePHP__Marshal.cpp
Normal file
11
devel/php5-ice/files/patch-php__src__IcePHP__Marshal.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./php/src/IcePHP/Marshal.cpp.orig 2010-04-13 11:43:37.000000000 -0400
|
||||
+++ ./php/src/IcePHP/Marshal.cpp 2010-04-13 11:43:44.000000000 -0400
|
||||
@@ -1929,7 +1929,7 @@
|
||||
this->TSRMLS_C = TSRMLS_C;
|
||||
#endif
|
||||
|
||||
- ZVAL_ADDREF(_value);
|
||||
+ Z_ADDREF_P(_value);
|
||||
|
||||
_class = Z_OBJCE_P(_value);
|
||||
}
|
Loading…
Reference in New Issue
Block a user