Author: rogerrut
Date: Sun Feb 25 17:17:55 2007
New Revision: 511685
URL: http://svn.apache.org/viewvc?view=rev&rev=511685
Log:
Fixed JIRA: PB-18
http://issues.apache.org/jira/browse/PB-18
Source code available and license is ASF friendly.
Updated getting started doc to include links to source code
Modified:
portals/bridges/trunk/php/xdocs/getting-started.xml
Modified: portals/bridges/trunk/php/xdocs/getting-started.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/php/xdocs/getting-started.xml?view=diff&rev=511685&r1=511684&r2=511685
==============================================================================
--- portals/bridges/trunk/php/xdocs/getting-started.xml (original)
+++ portals/bridges/trunk/php/xdocs/getting-started.xml Sun Feb 25 17:17:55 2007
@@ -40,32 +40,44 @@
</TR>
</THEAD>
<TBODY>
- <TR VALIGN='TOP'>
- <TD COLSPAN='2' WIDTH='63%'>
- <P><U><B>System requirements</B></U></P>
- </TD>
- <TD WIDTH='37%'>
- <P><U><B>Resources</B></U></P>
- </TD>
- </TR>
- <TR VALIGN='TOP'>
- <TD COLSPAN='2' WIDTH='63%'>
- <P><FONT SIZE='2'>The PHP library needs to be in the
path of the
- servlet container so that it can get invoked from the
portlet.
- The library is platform specific. Download the library
from the
- PHP site or from the links on the left.</FONT></P>
- </TD>
- <TD ROWSPAN='4' WIDTH='37%'>
- <UL>
- <LI><P><FONT SIZE='2'>Linux: </FONT><A
HREF="http://www.itgroundwork.com/resources/downloads/libphp4.so"><FONT
SIZE='2'>libphp4.so</FONT></A></P></LI>
- <LI><P><FONT SIZE='2'>Windows: </FONT><A
HREF="http://www.itgroundwork.com/resources/downloads/php4ts.dll"><FONT
SIZE='2'>php4ts.dll</FONT></A>
- <FONT SIZE='2'>& </FONT><A
HREF="http://www.itgroundwork.com/resources/downloads/phpsrvlt.dll"><FONT
SIZE='2'>phpsrvlt.dll</FONT></A></P></LI>
- <LI><P><FONT SIZE='2'>Servlet interface between
PHP libraries and
- portlets. The package is automatically
downloaded to the
- maven/repository/itgroundwork/jars directory
during the build.<A
HREF="http://www.itgroundwork.com/resources/downloads/phpportlet.jar">phportlet.jar</A></FONT></P></LI>
- </UL>
- </TD>
- </TR>
+ <TR VALIGN="TOP">
+ <TD COLSPAN="2" WIDTH="63%">
+ <P><U><B>System requirements</B></U></P>
+ </TD>
+ <TD WIDTH="37%">
+ <P><U><B>Resources</B></U></P>
+
+ </TD>
+ </TR>
+ <TR VALIGN="TOP">
+ <TD COLSPAN="2" WIDTH="63%">
+ <P><FONT SIZE="2">The PHP library needs to be in the
path of the
+ servlet container so that it can get invoked from the
portlet.
+ The library is platform specific. Download the library
from the
+ PHP site or from the links on the left.</FONT></P>
+ </TD>
+ <TD ROWSPAN="4" WIDTH="37%">
+ <UL>
+
+ <LI><P><FONT SIZE="2">Linux: </FONT><A
HREF="http://www.bluesunrise.com/jetspeed-2/bridges/php/dist/libphp4.so"><FONT
SIZE="2">libphp4.so</FONT></A></P></LI>
+ <LI><P><FONT SIZE="2">Windows: </FONT><A
HREF="http://www.bluesunrise.com/jetspeed-2/bridges/php/dist/php4ts.dll"><FONT
SIZE="2">php4ts.dll</FONT></A>
+ <FONT SIZE="2">& </FONT><A
HREF="http://www.bluesunrise.com/jetspeed-2/bridges/php/dist/phpsrvlt.dll"><FONT
SIZE="2">phpsrvlt.dll</FONT></A></P></LI>
+ <LI><P><FONT SIZE="2">Servlet interface between
PHP libraries and
+ portlets. The package is automatically
downloaded to the
+ maven/repository/itgroundwork/jars directory
during the build.<A
HREF="http://www.bluesunrise.com/maven/itgroundwork/jars/phpportlet-1.0.jar">phportlet-1.0.jar</A></FONT></P></LI>
+ <LI/><P><FONT SIZE="2">Entire source tree for PHP 4.3.6
which was used for building the shared libraries used by the portlet. PHP4
included the servlet and java extensions. The java and the servlet
subdirectories were modified to work with the portlet part of the Portals
Bridges Project</P><P>Note: This version was successfully tested on
Linux</P><P>Source: <A
HREF="http://www.bluesunrise.com/jetspeed-2/bridges/php/src/source-php-portlet-4.3.6.tar.gz">PHP
4.3.6 source with modified java & servlet extension</A></P></FONT>
+
+ </LI>
+ <LI>
+ <FONT SIZE="2"><P>In PHP 5 the Java and Servlet
extensions were removed from the core product. They are only available in the
CVS repository. An initial effort went in to upgrade it to PHP5 API's. The
source includes the modified <A
HREF="http://www.bluesunrise.com/jetspeed-2/bridges/php/src/source-php-portlet-5.0.4.tar.gz">Extensions
for PHP 5.0.4 (java & servlet)</A></P>
+ <P>Note: This version was tested with PHP 5 on Linux
but it wasn't as stable as version 4.x. Using any PHP objects crashed tomcat.
Running PHP 4.x style code worked without any problems and was stable.
+ </P>
+ </FONT>
+ </LI>
+ </UL>
+ </TD>
+ </TR>
+
</TBODY>
<TBODY>
<TR>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]