ID:               16912
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Servlet related
 Operating System: SuSe Linux 7.3
 PHP Version:      4.2.0
 New Comment:

First of all, drop the --with-apxs from your configure line.
You can not compile 2 sapis at same time.

Also, read the sapi/servlet/README file.



Previous Comments:
------------------------------------------------------------------------

[2002-04-29 14:27:46] [EMAIL PROTECTED]

I got PHP code source form www.php.net and I could not compile a file
servlet.java. (sapi/servlet) There is a line (75) where is
"result+=concat + name + "=" + URLEncoder.encode(value,"UTF-8")" I
checked a method encode and it has only one parameter as String so I
delete the second one and I compiled successfully. I used to compile
J2EESDK 1.3.1 from Sun, but I don't know if it will be work correctly. 


'./configure' '--disable-debug' '--enable-tracks-vars'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-servlet'
'--with-java'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16912&edit=1

Reply via email to