From jackrabbit-dev-return-2608-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Sun Jul 03 12:18:35 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 89931 invoked from network); 3 Jul 2005 12:18:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2005 12:18:35 -0000 Received: (qmail 53397 invoked by uid 500); 3 Jul 2005 12:18:33 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 53377 invoked by uid 99); 3 Jul 2005 12:18:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 05:18:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.185.42.161] (HELO grotti.greywolves.org) (213.185.42.161) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 03 Jul 2005 05:18:34 -0700 Received: (qmail 91911 invoked by uid 103); 3 Jul 2005 12:18:25 -0000 Received: from thymine106.gprs.dnafinland.fi (HELO [62.78.126.106]) (62.78.126.106) by grotti.greywolves.org (qpsmtpd/0.28) with ESMTP; Sun, 03 Jul 2005 15:18:24 +0300 Message-ID: <42C7D7DE.10602@yukatan.fi> Date: Sun, 03 Jul 2005 15:19:42 +0300 From: Jukka Zitting User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fi, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: contrib/phpcr started Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, After clearing the copyright issues related to the PHP port of JSR 170, I have now committed the PHPCR package contributed by Markus Nix. Thanks, Markus, for the great work! The package was committed as contrib/phpcr in SVN revision 208906, and contains the latest 0.2 release sent by Markus with the following changes applied: 1. Added the ValueFactory and {Item,Node,Property}Definition interfaces that were missing from the latest package. 2. Removed the include.php file. 3. Renamed the phpcr package to PHPCR to comply with the PEAR naming conventions. 4. Renamed the php170 subdirectory to PHPCR to match the package name. 5. Updated and cleaned up the package.xml file according to the above changes. 6. Removed the troublesome (in PHP) circular dependency between the Version and Node interfaces. The contrib/phpcr package requires PHP5 and can be built and installed with the following commands: $ cd contrib/phpcr $ pear package package.xml $ pear install PHPCR-0.2.tgz The installed classes and interfaces can be accessed from PHP like this: I'd like to welcome all interested PHP developers to share their ideas and comments about this port and the various ways it could be used. BR, Jukka Zitting