Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67854 invoked by uid 1010); 3 Jan 2006 18:12:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67839 invoked from network); 3 Jan 2006 18:12:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2006 18:12:23 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:5917] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D4/52-34518-68EBAB34 for ; Tue, 03 Jan 2006 13:12:22 -0500 Received: from foxbox (IGLD-84-228-50-112.inter.net.il [84.228.50.112]) by gw2.emini.dk (Postfix) with ESMTP id 3CFB59BCA0 for ; Tue, 3 Jan 2006 19:12:19 +0100 (CET) Message-ID: <031501c61091$3c8aceb0$6402a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Tue, 3 Jan 2006 20:12:17 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0312_01C610A1.FF4CF350" 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] Bring the Zend Engine copyright notice up to date From: steph@zend.com ("Steph Fox") ------=_NextPart_000_0312_01C610A1.FF4CF350 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit ------=_NextPart_000_0312_01C610A1.FF4CF350 Content-Type: text/plain; format=flowed; name="version.txt"; reply-type=original Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="version.txt" Index: ZendEngine2/zend.c=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.c,v=0A= retrieving revision 1.330=0A= diff -u -r1.330 zend.c=0A= --- ZendEngine2/zend.c 1 Dec 2005 11:49:15 -0000 1.330=0A= +++ ZendEngine2/zend.c 3 Jan 2006 18:07:22 -0000=0A= @@ -229,7 +229,7 @@=0A= /* version information */=0A= static char *zend_version_info;=0A= static uint zend_version_info_length;=0A= -#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", = Copyright (c) 1998-2005 Zend Technologies\n"=0A= +#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", = Copyright (c) 1998-2006 Zend Technologies\n"=0A= =0A= =0A= #define PRINT_ZVAL_INDENT 4=0A= ------=_NextPart_000_0312_01C610A1.FF4CF350--