[PHP-INST] Re: Linux and mm session handler -- does it really handle high load?

2002-02-05 Thread Yasuo Ohgaki
Found the problem. It's actually in output layer, not the patch. Just make sure you don't output any before starting session/sending headers. PHP fails to complain about it under my system and it caused segfaults. Here is my simple performance test reuslt [root@dev root]# ab -c 500 -n 5000 htt

php-install Digest 6 Feb 2002 05:57:35 -0000 Issue 686

2002-02-05 Thread php-install-digest-help
php-install Digest 6 Feb 2002 05:57:35 - Issue 686 Topics (messages 5930 through 5933): Compile errors php/apache/ldap 5930 by: Corey Anson Linux and mm session handler -- does it really handle high load? 5931 by: Rick Morris 5932 by: Yasuo Ohgaki 5933 by: Y

[PHP-INST] Re: Linux and mm session handler -- does it really handle high load?

2002-02-05 Thread Yasuo Ohgaki
Looks like I've done something wrong. Older patch performs well but not this one. Don't even try the patch. -- Yasuo Ohgaki Rick Morris wrote: > I have tried mm as a session handler three times, on three different Linux > boxes. Each one was a server under heavy load, running many concurrent >

[PHP-INST] Re: Linux and mm session handler -- does it really handle high load?

2002-02-05 Thread Yasuo Ohgaki
Finally, there is a user notice this problem :) It's supposed to be fixed by my patch, but I'm holding commit. I appreciate if you could help to test the patch. 1) Download latest snapshot http://snaps.php.net/ 2) Apply attached patch. patch -p0 < session.diff in php source root. --

[PHP-INST] Linux and mm session handler -- does it really handle high load?

2002-02-05 Thread Rick Morris
I have tried mm as a session handler three times, on three different Linux boxes. Each one was a server under heavy load, running many concurrent sessions, so I was hoping mm would solve some performance issues, but have been disappointed each time. So far, I am 0 for 3 on this, having done _ever

[PHP-INST] Compile errors php/apache/ldap

2002-02-05 Thread Corey Anson
Could someone please point me in the right direction or shed some light on my problem. Solaris 2.6 Apache 1.3.22 OpenLDAP 2.0.21 php 4.1.1 mod ssl 2.8.5 postgresql 7.1.3 gcc 2.95.3 libgcc 3.0.3 I did the install for openldap with the following configure: CC=gcc ./configure --enable-ldbm=no --en

php-install Digest 5 Feb 2002 17:39:37 -0000 Issue 685

2002-02-05 Thread php-install-digest-help
php-install Digest 5 Feb 2002 17:39:37 - Issue 685 Topics (messages 5921 through 5929): Re: php 4.1.1 and bsdi 4.2 -> incompatible type for argument 4 of `semctl' 5921 by: Yasuo Ohgaki Default files permissions 5922 by: Marc Mendez 5925 by: Richard Hillström (GIS)

[PHP-INST] php AIX install

2002-02-05 Thread Shawn
I need to install php on an RS/6000 running AIX and netscape webserver. Can anyone give me some tips or instructions on how to do this? I know basic UNIX command line but thats about it. Thanks. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-INST] PHP4, Apache and W2k installation not working

2002-02-05 Thread Kjell Hansen
Hi all! I've banged my head to the keyboard and to the installation notes of PHP4 but I still can't make it work. pls Help Me! This works: php.exe -i ( from the command prompt from any dir.) php.exe test.php(from the php-dir) apache error file reports no errors when starting This

[PHP-INST] Pregunta

2002-02-05 Thread Villarreal Patricia Adriana
Windows 98 Castellano PHP version 4.1.0 Web Server: PWS 4.0 Error: No se puede hallar uno de los archivos de biblioteca necesarios para ejecutar esta aplicación.

RE: [PHP-INST] Default files permissions

2002-02-05 Thread mendez
All right, but, here is the code : It seems that when I force the right to 644, "rw-r--r--", the code does not work ! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Default files permissions

2002-02-05 Thread Richard Hillström (GIS)
Hi, A possible solution, have not had the problem myself: If you are running linux/unix, then it is probably your nobody user, or whatever user you have for running apache, that is writing the file. That user has an umask that needs to be changed to e.g. 022. The umask sets the default permissi

Re: [PHP-INST] Netscape_Oracle_Problem

2002-02-05 Thread Thies C. Arntzen
On Mon, Feb 04, 2002 at 04:29:42PM -0800, Cliff Pratt wrote: > > I can get PHP 4.1.1 to work with Enterprise server 4.1 SP9 if I don't > include Oracle in the Configure statement. I am running Tru64/Unix 5.1A on > a DEC Alpha. Apache will work with Oracle. I am including the same LIB's as > used

Re: [PHP-INST] Re: Newby -- Browser won't run php

2002-02-05 Thread dballester
Hi: For test, comment all ( and the , of course ) conditionals in the httpd.conf file and restart ( stop & start ) your httpd server. May be you have compiled and linked the php module Ok but it's not well informed in the system and the httpd belives that no php module is available. Hope t

[PHP-INST] Default files permissions

2002-02-05 Thread Marc Mendez
Hi, I have an Apache server running with Suse 7.0 One of our customer wrote a php file that writes a file on the disk server. The trouble is that the file permissions are read/write/execute for everybody !! How can I prevent PHP from setting any file permissions ?? Thanks ! -- PHP Install M