From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.2.3 PHP Bug Type: Compile Failure Bug description: phpsrvlt.jar without servlet.class
The classes servlet.class and formatter.class are missing in phpsrvlt.jar of the Win32 binaries. I assume this is because the failed during compilation. The compile.log on http://ftp.proventum.net/pub/php/win32-snapshots/compile.log shows this: Performing Custom Build Step on .\servlet.java formatter.java:23: Package javax.servlet not found in import. import javax.servlet.*; ^ formatter.java:24: Package javax.servlet.http not found in import. import javax.servlet.http.*; ^ servlet.java:26: Package javax.servlet not found in import. import javax.servlet.*; ^ servlet.java:27: Package javax.servlet.http not found in import. import javax.servlet.http.*; ^ servlet.java:31: Superclass net.php.HttpServlet of class net.php.servlet not found. public class servlet extends HttpServlet { ^ formatter.java:27: Class net.php.ServletException not found in class net.php.servlet. public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException { ^ Regards gus -- Edit bug report at http://bugs.php.net/?id=20608&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20608&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20608&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20608&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20608&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20608&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20608&r=support Expected behavior: http://bugs.php.net/fix.php?id=20608&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20608&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20608&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20608&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20608&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20608&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20608&r=isapi