[PHP-DEV] PHP 4.0 Bug #8136 Updated: see bug #8064

2001-01-17 Thread ceco

ID: 8136
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: PHP options/info functions
Description: see bug #8064

it seems that in 4.0.4 this thing does not happen

Previous Comments:
---

[2000-12-07 05:16:49] [EMAIL PROTECTED]
increasing the memory limit only a little postpones the result
with 128MB limit it the apache hangs after 20 minitis of running with less limit hangs 
earlier

---

[2000-12-07 03:48:17] [EMAIL PROTECTED]
reclassified

---

[2000-12-07 03:45:20] [EMAIL PROTECTED]
Does increasing memory_limit directive in php.ini help?

--Jani

---

[2000-12-06 11:01:29] [EMAIL PROTECTED]
see bug #8064

i GUESS it happens when php is compiled with
--enable-memory-limit

i have the same problem which actually happens on different places, but most 
friquently at lines containing split(...)

in my case it happens only on heavyload (actually the apache has to be restarted every 
15 minutes)

i had to downgrade to php-3.0.18 since the admins want to use only precompiled debian 
packages on the producing machine (and debian compile php with --enable-memory-limit) 

---


Full Bug description available at: http://bugs.php.net/?id=8136


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14964: safe mode & basic authentication

2002-01-10 Thread ceco

From: [EMAIL PROTECTED]
Operating system: linux
PHP version:  4.1.1
PHP Bug Type: Unknown/Other Function
Bug description:  safe mode & basic authentication

the following problem, a script works flawlessly without safe mode, but
when safe mode enabled, the row

header("WWW-Authenticate: Basic realm=\"anything\"");

causes very strange error: apache doesn't return anything (no headers, no
content) - size 0 (i checked it even through telnet).

when i comment this line, just the HTML message for the incorrect user or
password is displayed (which should be displayed when cancel is hit by the
user)

the code below is

header("HTTP/1.0 401 Unauthorized");
echo 'incorrect user or password';
die();

I'm not 100% percent sure, but I think it is not error of configuring php
-- 
Edit bug report at: http://bugs.php.net/?id=14964&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]