[PHP-INST] Is ISAPI production ready

2002-05-14 Thread Steen Rabol
Hi I've tried several times, without luck but Is the php4isapi.dll considered stable enough for production use ? Steen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Is ISAPI production ready

2002-05-14 Thread Steen Rabol
Hi I've tried several times, without luck but Is the php4isapi.dll considered stable enough for production use ? Steen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Is ISAPI production ready

2002-05-14 Thread Steen Rabol
Hi I've tried several times, without luck but Is the php4isapi.dll considered stable enough for production use ? Steen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Shrock, Court
That depends on if you think IIS is stable? > -Original Message- > From: Steen Rabol [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 12:33 AM > To: PHP Install > Subject: [PHP-INST] Is ISAPI production ready > > > Hi > > I've tried several times, without luck but > > Is t

Re: RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Steen Rabol
Hi Hmm It was not my intention to start a war, but just a simple question to hear if the ISAPI is considered stable. Steen "Shrock, Court" <[EMAIL PROTECTED]> wrote: > That depends on if you think IIS is stable? > > > -Original Message- > > From: Steen Rabol [mailto:[EMAIL PROTECTED

RE: RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Shrock, Court
hehe...just having too much fun burning the midnight oilyes, I have been using it in a small-size production environment (7 sites) for ~6 months and am about to put a medium-size site into production. IIS 4 on NT 4, but we are in the process of migration to IIS 5/apache on win2k and apache on

Re: RE: RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Steen Rabol
Hi Thanks. I don't know which combination is best 'Linux/Unix'/Apache or NT/w2k, I only know the fact that my ISP switched from Linux/Apache to W2K/IIS, and therefore I have to have a test environment like the one my ISP have, due to the fact that PHP behaves different depending on CGI/SAPI/O

RE: RE: RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread LIMBOURG Arnaud
Hello, I tried to use the isapi version on a win2k/IIS 5, php 4.1.2 but it lasts about 15 minutes. After a that i have access violation errors and the procedure to make the server work again is painful. I had to switch it back to cgi mode. Arnaud. > Hi > > Thanks. > > I don't know which com

Re: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Rasmus Lerdorf
It seems to work for some people, but the reality is that it will never be as stable as the UNIX server modules due to the fact that most of the developers use UNIX systems. -Rasmus On Tue, 14 May 2002, Steen Rabol wrote: > Hi > > I've tried several times, without luck but > > Is the php4is

[PHP-INST] Need help with Apache error

2002-05-14 Thread Alan Leff
I'm trying to run php as a module under Apache 1.3 and I keep getting the following message in the error log: [error] Cannot remove module mod_php4.c: not found in module list I'm using php version 4.2 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

php-install Digest 14 May 2002 12:04:44 -0000 Issue 834

2002-05-14 Thread php-install-digest-help
php-install Digest 14 May 2002 12:04:44 - Issue 834 Topics (messages 6963 through 6976): variable problems... 6963 by: The Gabster Php-4.2.0 configuration problem [ --with-cyrus ] 6964 by: Henry Rivera Re: windows install fails 6965 by: Henry Rivera post variable

[PHP-INST] apache 2.0.35 + postgresql + php 4.2.0

2002-05-14 Thread Kang-Ling Weng
Hello everyone, I am new in PHP and I am trying to configure php with apache 2.0.35 and postgresql with this command: ./configure --with-pgsql=/usr/include/postgresql/ --with-apache=/root/httpd-2.0.35 (look at the end of the mail for the output) php 4.2.0 seem not to work with apache

[PHP-INST] Win2k-Apache 2.0.36-PHP4.2.0 running stable

2002-05-14 Thread Wolfgang
Hi, I've made a subdir where all Webdev-Stuff remains. First I installed Apache into c:\webdev\apache2 , PHP in c:\webdev\php and MySQL in c:\webdev\mysql. After that I copied all .dll to c:\winnt\system32 (dll-,experimental- and root_of_php-folder *.dll). In httpd.conf I've the following two lin

[PHP-INST] Re: PHP 4.2.0 CGI install with IIS5 dot net and (W2k Server)

2002-05-14 Thread Eddie Thomas
Thanks for this though now I get the CGI Error "The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:" Something is still going pear shaped in there. The php script runs on the command line. The IIS "Check that file exists" is se

[PHP-INST] Re: apache 2.0.35 + postgresql + php 4.2.0

2002-05-14 Thread F.Lanza
Kang-Ling Weng wrote: > Hello everyone, > > I am new in PHP and I am trying to configure php with > apache 2.0.35 and postgresql with this command: > > ./configure --with-pgsql=/usr/include/postgresql/ > --with-apache=/root/httpd-2.0.35 (look at the end of the mail for the > output) >

[PHP-INST] Re: not reading variables

2002-05-14 Thread Paul Shone
Hi, I am also experiencing problems regarding variables which don't seem to be getting parsed correctly to the corresponding page. I'm running Apache 1.3.24 and (I have tried version 2.0.35 as well), and PHP 4.2.0. I get the same thing happening that Graham said - when I ask for www.apage.com?var1

Re: [PHP-INST] Re: not reading variables

2002-05-14 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file On Tue, 14 May 2002, Paul Shone wrote: > Hi, > I am also experiencing problems regarding variables which don't seem to be > getting parsed correctly to the corresponding page. > I'm running Apache 1.3.24 and (I have tried version 2.0.35 as well), and

[PHP-INST] Re: not reading variables

2002-05-14 Thread Jim Thome
Read the press release on PHP 4.2.X, specifically the section on external variables. http://us2.php.net/release_4_2_1.php --Jim >>> "Paul Shone" <[EMAIL PROTECTED]> 05/13/02 11:03PM >>> Hi, I am also experiencing problems regarding variables which don't seem to be getting parsed correctly to

[PHP-INST] Re: not reading variables

2002-05-14 Thread Paul Shone
Hi Geoff, In the php.ini file there is a line which probably reads: register_globals=Off if you change that to: register_globals=On See if that helps :) Paul "Geoff" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Im running php 4.0.2 on winxp pro and t

[PHP-INST] Problems using IIS + PHP

2002-05-14 Thread andrebotafoguense
Hi! I have installed PHP under Win 2000 server edition. I use IIS 5 like my http server. But when I try to execute some PHP script I receive this message: "You are not allowed to show this page." But if I try to show a http file it works fine! What can I do to solve this problem? The error: HTTP

[PHP-INST] SIze of libphp4.so

2002-05-14 Thread chad kellerman
Hi everyone, I was wondering what the appropriate size for the libphp4.so module should be? I am running php4.2.1 with apache 1.3.20. It seems that the basic red hat install of php 1.3M I just compiled php with the following options: ./configure --with-apxs=/etc/httpd/bin/apxs --wit

[PHP-INST] problems installing ldap

2002-05-14 Thread Jim Harle
I'm installing php for the first time and have managed to slog thorigh most of the oddities (some imposed bu php, some by my configuration). I noticed that most of the ldap questions in this newsgroup have gone unanswered. I hope that someone at least will point me to a place that gets me furthe

[PHP-INST] Confusion with apache 2.0.36, php 4.2.1 and OpenBSD 2.9

2002-05-14 Thread Carl Brewer
I'm trying to install PHP 4.2.1 with apache 2.0.36 on OpenBSD 2.9, and am somewhat confused :) Apache's compiled as : ./configure --enable-ssl --enable-ipv6 And all installed ok. httpd -l says : steel1# /usr/local/apache2/bin/httpd -l Compiled in modules: core.c mod_access.c mod_a

php-install Digest 15 May 2002 02:14:46 -0000 Issue 835

2002-05-14 Thread php-install-digest-help
php-install Digest 15 May 2002 02:14:46 - Issue 835 Topics (messages 6977 through 6988): apache 2.0.35 + postgresql + php 4.2.0 6977 by: Kang-Ling Weng 6980 by: F.Lanza Win2k-Apache 2.0.36-PHP4.2.0 running stable 6978 by: Wolfgang Re: PHP 4.2.0 CGI install with II

[PHP-INST] UID -1 error with Apache 2.0.36 and PHP 4.2.1

2002-05-14 Thread Salsero
Blank Hello there I have compiled Apache 2.0.36 with PHP 4.2.1 as a DSO module, successfully ( well I think ). But cannot make php work properly because of a warning problem such as : Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access /usr/l

[PHP-INST] UID -1 error with Apache 2.0.36 and PHP 4.2.1

2002-05-14 Thread Salsero
Hello there I have compiled Apache 2.0.36 with PHP 4.2.1 as a DSO module, successfully ( well I think ). But cannot make php work properly because of a warning problem such as : Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access /usr/local/w

Re: [PHP-INST] SIze of libphp4.so

2002-05-14 Thread Rasmus Lerdorf
Did you strip yours? On Tue, 14 May 2002, chad kellerman wrote: > Hi everyone, > >I was wondering what the appropriate size for the libphp4.so module should be? I >am running php4.2.1 with apache 1.3.20. > > It seems that the basic red hat install of php 1.3M I just compiled php with