iliaa Thu Oct 12 00:23:48 2006 UTC
Modified files:
/pecl/pop3 pop3.c
Log:
Build fixes
http://cvs.php.net/viewvc.cgi/pecl/pop3/pop3.c?r1=1.20&r2=1.21&diff_format=u
Index: pecl/pop3/pop3.c
diff -u pecl/pop3/pop3.c:1.20 pecl/pop3/pop3.c:1.21
--- pecl/pop3/pop3.c:1.20 Tue Nov 15 14:57:40 2005
+++ pecl/pop3/pop3.c Thu Oct 12 00:23:48 2006
@@ -16,7 +16,7 @@
| Ilia Alshanetsky <ilia@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: pop3.c,v 1.20 2005/11/15 14:57:40 iliaa Exp $
+ $Id: pop3.c,v 1.21 2006/10/12 00:23:48 iliaa Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -172,7 +172,12 @@
intern = emalloc(sizeof(pop3_object));
intern->zo.ce = class_type;
+#if ZEND_MODULE_API_NO >= 20050922
intern->zo.guards = NULL;
+#else
+ intern->zo.in_get = 0;
+ intern->zo.in_set = 0;
+#endif
intern->zo.properties = NULL;
intern->ptr = NULL;
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|