Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2795 invoked by uid 1010); 22 Aug 2003 16:47:03 -0000 Received: (qmail 2708 invoked from network); 22 Aug 2003 16:47:01 -0000 Received: from unknown (HELO mail.a-s-i.com) (208.42.143.194) by pb1.pair.com with SMTP; 22 Aug 2003 16:47:01 -0000 Received: from romulus.a-s-i.com (localhost [127.0.0.1]) by mail.a-s-i.com (8.12.9/8.12.8) with ESMTP id h7MGl1Pt027998 for ; Fri, 22 Aug 2003 11:47:01 -0500 Received: (from glamm@localhost) by romulus.a-s-i.com (8.12.9/8.12.8/Submit) id h7MGl12i027997 for internals@lists.php.net; Fri, 22 Aug 2003 11:47:01 -0500 X-Authentication-Warning: romulus.a-s-i.com: glamm set sender to glamm@a-s-i.com using -f Date: Fri, 22 Aug 2003 11:47:01 -0500 To: internals@lists.php.net Message-ID: <20030822114701.A27952@romulus.a-s-i.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: PHP <-> libical bindings (alpha) From: glamm@a-s-i.com (Bob Glamm) (I'm sending this to the internals list partly in the hope that an experienced Zend/extension developer will take a quick look over my code and point out any obvious mistakes I've made ;) This is a prelimiary release of a PHP interface to libical. Libical is a C library that can read/modify/write iCalendar (RFC 2445) strings/files as generated by groupware software from Microsoft, Novell, and Apple. The release page is at http://www.a-s-i.com/~glamm/ical/ My build platform is php-4.3.2 on Linux, but it should build ok with other UNIX platforms as well (possibly with some hand tweaking of the Makefiles). This is ALPHA-level software, not meant for production environments, but as a bug/feature testing and implementation evaluation. My recommendation is that you create a separate php-4.3.2 build for this extension if you intend to play with it. Please send all bug reports, complaints, comments, requests for assistance building the extension to me so I can continue to improve and update this software. My intention is to contribute this to the PHP developers once the software has stabilized and have it integrated into future PHP 4.x/5.x releases. -Bob