Author: jfrederic.clere(a)jboss.com
Date: 2007-08-29 07:29:41 -0400 (Wed, 29 Aug 2007)
New Revision: 61
Added:
trunk/php/README
trunk/php/jbossweb-extras.jar
Modified:
trunk/php/CHANGELOG
trunk/php/buildphp.sh
Log:
Add README and jbossweb-extras.jar (to buildphp.sh too).
Modified: trunk/php/CHANGELOG
===================================================================
--- trunk/php/CHANGELOG 2007-08-16 15:08:46 UTC (rev 60)
+++ trunk/php/CHANGELOG 2007-08-29 11:29:41 UTC (rev 61)
@@ -6,3 +6,5 @@
070720:
- upgrade php to 5.2.3
- upgrade php to 0.9.8e
+070829:
+ - add jbossweb-extras.jar from JBOSSWEB_2_0_1_CR7 and README
Added: trunk/php/README
===================================================================
--- trunk/php/README (rev 0)
+++ trunk/php/README 2007-08-29 11:29:41 UTC (rev 61)
@@ -0,0 +1,9 @@
+To use the php servlet with jbossas-4.2.x and jbossas-5.0.x you need to
+replace jbossas jbossweb-extras.jar by the one of provided by the php
+package.
+This is fixed in jbossweb 2.0.1.CR7 (so in jbossas since 4.2.2.GA and 5.0.0.Beta3).
+
+jbossweb-extras.jar also contains the RewriteValve.
+
+It is also possible to use it with jbossas-4.0.x just copy jbossweb-extras.jar
+to jbossweb-tomcat55.sar.
Modified: trunk/php/buildphp.sh
===================================================================
--- trunk/php/buildphp.sh 2007-08-16 15:08:46 UTC (rev 60)
+++ trunk/php/buildphp.sh 2007-08-29 11:29:41 UTC (rev 61)
@@ -965,6 +965,10 @@
cp -p php-examples.war $TOOLS/server/default/deploy/jbossweb.sar
#
+# Copy the CHANGELOG, README and lastest jbossweb-extras.jar
+cp -p CHANGELOG README jbossweb-extras.jar $TOOLS
+
+#
# Build a tarball with the all stuff
(cd $TOOLS/
rm -f php5servlet.tar.gz
Added: trunk/php/jbossweb-extras.jar
===================================================================
(Binary files differ)
Property changes on: trunk/php/jbossweb-extras.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date