[PHP-DEV] NSAPI developers needing test environment?

2003-01-14 Thread Jari Lehtonen
Hi,

based on an off-list response to my query of NSAPI SAPI module status
(Subject: [PHP-DEV] Status of NSAPI and Servlet SAPIs?, 2002-01-02) I am
willing to put up a server to provide an environment for further testing
and development of the NSAPI module. 

Before I spend my CFT on setting up this system I'd like to know if there's
anyone 

(a) actively developing the NSAPI module; and 
(b) in need of a test  development environment for that purpose

or

(c) is NSAPI support to be dropped and forgotten.

-- 

Jari Lehtonen
Unix  Network Services
University of Turku, Computing Center


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] fix for servlet extension make failure

2003-01-03 Thread Jari Lehtonen
On Fri 3. Jan 2003 17:06 +0100 Giuseppe Tanzilli - CSF
[EMAIL PROTECTED] wrote:

 My dev system is based on: Redhat8/sun jdk 1.4.1/tomcat 4.1.18
 
 I cannot get it compile, but fixed this looking  to php4.2.3 :-))
 I attached the patch, that make it compile.

I can verify that Makefile entries for servlet extension are correct after
applying the patch. My system is Solaris 8/Sun JDK 1.4.1_04/iPlanet Web
Server 6.0SP5 (servlet.jar from iPlanet).

Successfull compilation still requires editing Makefile variables
SERVLET_CLASSPATH and EXTRA_INCLUDES to point to servlet.jar and Java
include directories, respectively.

 I see phpinfo data in the example script,
 I get echo command executed,
 but it crash at the end of php function calls,

On my setup phpinfo() works without problems, but the results are not
satisfactory. For example, most _SERVER[...] variables are missing. 

Short test for dynamic processing (see
http://naschira.utu.fi:8080/test.php) works also works. (Example stolen
from localtime function documentation comments.)

However, all responses include a visible HTTP/1.0 200 X string in output. 

-- 

Jari Lehtonen
Unix  Network Services
University of Turku, Computing Center


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Status of NSAPI and Servlet SAPIs?

2003-01-02 Thread Jari Lehtonen
Hello,

as a webmaster for largish university using Sun ONE Web Server (former 
iPlanet) I've been wondering for a while what really is the status of PHP's 
NSAPI SAPI module? It seems to stay unchanged from release to release, and 
bugs relating to the worst problem with NSAPI (serving of PHP pages stops 
at random) seem not to be solved. (And no, it is not a problem with file 
descriptor limit setting in the operating system.)

Fact is, we need a reliably working PHP and currently we don't have that. 
Which leads me to think about the servlet implementation, which probably 
would be as efficient on Sun ONE server as NSAPI. Is the servlet SAPI being 
developed? I tried it as of PHP 4.2.3, and it compiled fine using Sun's JDK 
1.4.1_01 on Solaris 8, and with servlet.jar suppied with Sun ONE server. It 
even partially worked. Now, using PHP 4.3.0 the servlet SAPI doesn't even 
compile; the makefile directives are badly formed and do not point to 
correct files. Hasn't anyone tested it before release?

I'm willing to test developmnents to both SAPIs and to provide feedback, 
but I'm not fluent enough in C to contribute code. If one or both of those 
SAPIs are being phased out, I'd like to hear that too, so that we can make 
better recommendations to our users.

For reference, our platform is
- Sun Fire 280R server
- Solaris 8 (with recommended patches as of 2002/12)
- Sun ONE Enterprise Web Server 6.0SP5
- PHP 4.3.0

--

   Jari Lehtonen
   Unix  Network Services
   University of Turku, Computing Center

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php