Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14908 invoked from network); 3 Jun 2012 07:51:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2012 07:51:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:58467] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/1B-45755-6771BCF4 for ; Sun, 03 Jun 2012 03:51:19 -0400 Received: by ghbg2 with SMTP id g2so3750460ghb.29 for ; Sun, 03 Jun 2012 00:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=J1a3S9nyy/x6HWn1vYX9gpZrKZdd9UJkvoyUVZn2py4=; b=LsolRUq0fdJ72CyIHW9RHgTE9BOcOjdY7jyBUAcRAn0AiQW/hb5bwwFSuFQQFtBU+1 1D5fX6Mnx25OYYBvr0uB+DMIn4uqLkKhoAYZ0sp7VaVVHrbw1yQr1BIkUuFjHx360DQg C5uX6kmEXmQKRqzCMyhKdF4+/yV7lnu0hxqttYo/iE/swJre5iacRPYgTEJAx/rg6jHb gJAcFEsxeo4yqSKexjKR6G0WM/1hfX+Fi1HX6jNQWYwEx4yS4AXyAv3ZJdB5Xzuaxh2r KH7AZeAypsuKygv8GrX3Klry8RHplDDvQ27jLXftp/Bf7jRrZnrxPgu7gdqN81yjt6sG 55iw== Received: by 10.236.115.136 with SMTP id e8mr3399922yhh.63.1338709876247; Sun, 03 Jun 2012 00:51:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.153.6 with HTTP; Sun, 3 Jun 2012 00:50:35 -0700 (PDT) Date: Sun, 3 Jun 2012 16:50:35 +0900 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Git misses to archive old Zend code From: yohgaki@gmail.com (Yasuo Ohgaki) Hi, I noticed that old PHP source in git lacks Zend directory. Perhaps, all Zend Engine 1? php-4.4.9 tag http://git.php.net/?p=php-src.git;a=tree;h=43c2df47e3782bcc0975f165b77fde40daa96b14;hb=a4d3a4d2ca89c80f37dca11a4e0eee1ef187ba18 php-4.3.11 tag http://git.php.net/?p=php-src.git;a=tree;h=c4501016befc8bb37e12300b9c1e0472555a84ab;hb=969b51472110145554ee84c663cacf02344d8173 It does not affect current development, but it seems it missed to archive old sources. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net