Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24146 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12836 invoked by uid 1010); 16 Jun 2006 19:27:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12820 invoked from network); 16 Jun 2006 19:27:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2006 19:27:27 -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:1953] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 13/52-25433-D1603944 for ; Fri, 16 Jun 2006 15:27:26 -0400 Received: from foxbox (IGLD-84-229-192-204.inter.net.il [84.229.192.204]) by gw2.emini.dk (Postfix) with ESMTP id 892EFB6DDC; Fri, 16 Jun 2006 21:27:24 +0200 (CEST) Message-ID: <030201c6917a$89f59ad0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Dmitry Stogov" Cc: "internals" Date: Fri, 16 Jun 2006 21:24:49 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_02FF_01C6918B.4C8564D0" 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] typo fix From: steph@zend.com ("Steph Fox") ------=_NextPart_000_02FF_01C6918B.4C8564D0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit It doesn't affect anything, just makes it look prettier :) - Steph ------=_NextPart_000_02FF_01C6918B.4C8564D0 Content-Type: text/plain; format=flowed; name="typo.txt"; reply-type=original Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="typo.txt" Index: Zend/zend_modules.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/ZendEngine2/zend_modules.h,v=0A= retrieving revision 1.67.2.3.2.2=0A= diff -u -r1.67.2.3.2.2 zend_modules.h=0A= --- Zend/zend_modules.h 15 Jun 2006 14:03:21 -0000 1.67.2.3.2.2=0A= +++ Zend/zend_modules.h 16 Jun 2006 19:22:28 -0000=0A= @@ -54,7 +54,7 @@=0A= =0A= #define STANDARD_MODULE_PROPERTIES_EX 0, 0, NULL, 0=0A= =0A= -#define NO_MODULE_GLOBASLS 0, NULL, NULL, NULL=0A= +#define NO_MODULE_GLOBALS 0, NULL, NULL, NULL=0A= =0A= #ifdef ZTS=0A= # define ZEND_MODULE_GLOBALS(module_name) = sizeof(zend_##module_name##_globals), &module_name##_globals_id=0A= @@ -63,7 +63,7 @@=0A= #endif=0A= =0A= #define STANDARD_MODULE_PROPERTIES \=0A= - NO_MODULE_GLOBASLS, NULL, STANDARD_MODULE_PROPERTIES_EX=0A= + NO_MODULE_GLOBALS, NULL, STANDARD_MODULE_PROPERTIES_EX=0A= =0A= #define NO_VERSION_YET NULL=0A= =0A= ------=_NextPart_000_02FF_01C6918B.4C8564D0--