Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65052 invoked by uid 1010); 11 Oct 2005 10:47:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65036 invoked from network); 11 Oct 2005 10:47:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2005 10:47:23 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:58722] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 54/66-54476-A389B434 for ; Tue, 11 Oct 2005 06:47:22 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j9B9aqtI028124 for ; Tue, 11 Oct 2005 05:36:55 -0400 Message-ID: <434B99C3.4000605@ctindustries.net> Date: Tue, 11 Oct 2005 06:53:55 -0400 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "internals@lists.php.net" Content-Type: multipart/mixed; boundary="------------000406000907090104050808" X-Virus-Scanned: ClamAV 0.87/1128/Mon Oct 10 21:30:06 2005 on ctindustries.net X-Virus-Status: Clean Subject: soap not building in HEAD under Windows From: rrichards@ctindustries.net (Rob Richards) --------------000406000907090104050808 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Win build in HEAD wont build soap as shared, as zend_vspprintf is not exported. attached is patch. Rob --------------000406000907090104050808 Content-Type: text/plain; name="zend.h.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="zend.h.diff.txt" Index: zend.h =================================================================== RCS file: /repository/ZendEngine2/zend.h,v retrieving revision 1.300 diff -r1.300 zend.h 547c547 < extern int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); --- > extern ZEND_API int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); --------------000406000907090104050808--