FreeBSD Bugzilla – Attachment 80429 Details for
Bug 115366
[New Port] mail/pecl-pop3: POP3 Client Library for PHP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.25 KB, created by
buganini
on 2007-08-09 21:30:02 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
buganini
Created:
2007-08-09 21:30:02 UTC
Size:
2.25 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pecl-pop3/ ># pecl-pop3/Makefile ># pecl-pop3/distinfo ># pecl-pop3/pkg-descr ># pecl-pop3/files ># pecl-pop3/files/patch-pop3.c ># >echo c - pecl-pop3/ >mkdir -p pecl-pop3/ > /dev/null 2>&1 >echo x - pecl-pop3/Makefile >sed 's/^X//' >pecl-pop3/Makefile << 'END-of-pecl-pop3/Makefile' >X# Ports collection makefile for: pecl-pop3 >X# Date created: 10 August 2007 >X# Whom: buganini@gmail.com >X# >X# $FreeBSD$ >X# >X >XPORTNAME= pop3 >XPORTVERSION= 1.0.2 >XCATEGORIES= mail >XMASTER_SITES= http://pecl.php.net/get/ >XPKGNAMEPREFIX= pecl- >XEXTRACT_SUFX= .tgz >XDIST_SUBDIR= PECL >X >XMAINTAINER= buganini@gmail.com >XCOMMENT= POP3 Client Library for PHP >X >XUSE_PHP= yes >XUSE_PHPIZE= yes >XUSE_PHP_BUILD= yes >XUSE_PHPEXT= yes >XPHP_MODNAME= pop3 >X >X.include <bsd.port.mk> >END-of-pecl-pop3/Makefile >echo x - pecl-pop3/distinfo >sed 's/^X//' >pecl-pop3/distinfo << 'END-of-pecl-pop3/distinfo' >XMD5 (PECL/pop3-1.0.2.tgz) = cdbe4f41aa37bcf45e651d5568f3a8d2 >XSHA256 (PECL/pop3-1.0.2.tgz) = da74aa68832b4158dc834c6809b2c5315769c97a9a898b84471d6b077e83506c >XSIZE (PECL/pop3-1.0.2.tgz) = 9185 >END-of-pecl-pop3/distinfo >echo x - pecl-pop3/pkg-descr >sed 's/^X//' >pecl-pop3/pkg-descr << 'END-of-pecl-pop3/pkg-descr' >XThe POP3 extension makes it possible for a PHP >Xscript to connect to and interact with a POP3 mail server. >XIt is based on the PHP streams interface and requires no >Xexternal library. >X >XWWW: http://pecl.php.net/package/POP3 >END-of-pecl-pop3/pkg-descr >echo c - pecl-pop3/files >mkdir -p pecl-pop3/files > /dev/null 2>&1 >echo x - pecl-pop3/files/patch-pop3.c >sed 's/^X//' >pecl-pop3/files/patch-pop3.c << 'END-of-pecl-pop3/files/patch-pop3.c' >X--- pop3.c Fri Aug 10 04:11:56 2007 >X+++ pop3.c Fri Aug 10 04:12:25 2007 >X@@ -172,8 +172,12 @@ >X >X intern = emalloc(sizeof(pop3_object)); >X intern->zo.ce = class_type; >X+#if ZEND_MODULE_API_NO >= 20050922 >X+ intern->zo.guards = NULL; >X+#else >X intern->zo.in_get = 0; >X intern->zo.in_set = 0; >X+#endif >X intern->zo.properties = NULL; >X intern->ptr = NULL; >X >END-of-pecl-pop3/files/patch-pop3.c >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 115366
: 80429