[PHP-DEV] Bug #13130 Updated: Safe mode refuses to allow permission

2001-09-23 Thread wim
ID: 13130 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: RedHat Linux 6.2, kernel 2.4.1 PHP Version: 4.0.6 New Comment: Any news yet related to this problem ??? Previous Comments:

[PHP-DEV] Bug #13130 Updated: Safe mode refuses to allow permission

2001-09-23 Thread wim
ID: 13130 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: RedHat Linux 6.2, kernel 2.4.1 PHP Version: 4.0.6 New Comment: So, to be able to use safe mode, you should run Apache as root ??? I start Apache as root, but

[PHP-DEV] Bug #13130: Safe mode refuses to allow permission

2001-09-04 Thread wim
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2, kernel 2.4.1 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Safe mode refuses to allow permission Safe mode appears to be malfunctioning. I've enabled safe mode for the whole server, php scripts

[PHP-DEV] Bug #12118: Apache crashes without error after some time of running

2001-07-12 Thread wim
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 - Kernel 2.4.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Apache crashes without error after some time of running Apache starts fine, error_log giving no errors at all. After a while, it suddenly

[PHP-DEV] Bug #12059: Apache gives Document contains no data and segmentation fault 11

2001-07-11 Thread wim
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 (Kernel 2.4.1) PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Apache gives Document contains no data and segmentation fault 11 PHP 4.0.3pl1 worked fine, but I wanted to upgrade to 4.0.6 for the

[PHP-DEV] Re: Bug #12059: Apache gives Document contains no data and segmentation fault 11

2001-07-11 Thread Wim Godden
Deleteing /usr/local/lib/php and /usr/local/include/php and then doing make install fixes the problem. You guys should pay more attention to upgrading problems... PHP Bug Database wrote: From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 (Kernel 2.4.1) PHP version:

[PHP-DEV] Bug #12069: Another MySQL: Unable to save result set in problem... not solved...

2001-07-11 Thread wim
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 - Kernel 2.4.1 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Another MySQL: Unable to save result set in problem... not solved... Warning: MySQL: Unable to save result set in

[PHP-DEV] Bug #12070: Error: invalid number of arguments (at least 1 expected) during compilation

2001-07-11 Thread wim
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 - kernel 2.4.1 PHP version: 4.0.6 PHP Bug Type: Compile Warning Bug description: Error: invalid number of arguments (at least 1 expected) during compilation When compiling PHP, when I do a make install, I get :

RE: [PHP-DEV] PHP 4.0 Bug #4822 Updated: Uploading in safe mode

2001-04-17 Thread Wim Godden
This message was sent from Geocrawler.com by "Wim Godden" [EMAIL PROTECTED] There is an solution for this, change php.ini directive: upload_tmp_dir = ./tmp/ Then users have their own tmp-dir where uploads are located. -- That still doesn't solve permissio