Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41109 invoked by uid 1010); 25 May 2006 17:24:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41094 invoked from network); 25 May 2006 17:24:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2006 17:24:55 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:7034] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D6/7B-17316-668E5744 for ; Thu, 25 May 2006 13:24:54 -0400 Received: from foxbox (IGLD-84-228-79-24.inter.net.il [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id D5FABB3795 for ; Thu, 25 May 2006 19:24:49 +0200 (CEST) Message-ID: <083001c6801f$bfc491f0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Thu, 25 May 2006 19:22:06 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_082D_01C68030.827A8190" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: [PATCH] Make PHP_METHOD work From: steph@zend.com ("Steph Fox") ------=_NextPart_000_082D_01C68030.827A8190 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit - missing definition. I'll post any others I find as I come across them (trying to make PHP-GTK 2 build against PHP_5_2 branch). - Steph ------=_NextPart_000_082D_01C68030.827A8190 Content-Type: text/plain; format=flowed; name="add_mn.txt"; reply-type=original Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="add_mn.txt" Index: main/php.h=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /repository/php-src/main/php.h,v=0A= retrieving revision 1.221.2.4=0A= diff -u -r1.221.2.4 php.h=0A= --- main/php.h 7 Mar 2006 22:37:53 -0000 1.221.2.4=0A= +++ main/php.h 25 May 2006 17:07:35 -0000=0A= @@ -334,6 +334,7 @@=0A= =0A= /* PHP-named Zend macro wrappers */=0A= #define PHP_FN ZEND_FN=0A= +#define PHP_MN ZEND_MN=0A= #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION=0A= #define PHP_FUNCTION ZEND_FUNCTION=0A= #define PHP_METHOD ZEND_METHOD=0A= ------=_NextPart_000_082D_01C68030.827A8190--