[PHP-DEV] Bug #10508: Wrong result when comparing two specific strings via ==.

2001-04-26 Thread swift
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Wrong result when comparing two specific strings via ==. Hi! This seems to be a bug: ?php $TextColor=00; if ($TextColor == D0) echo Why?; ?

[PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-27 Thread Swift
Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 419 Mail not sent! Please send this page in a mail to [EMAIL PROTECTED] manually. -- Hi there! As far as I

Re: [PHP-DEV] Memory limit is used for all scripts instead ofone? NEW: CRASHING

2001-06-28 Thread Swift
Hi Zeev! Zeev Suraski wrote: memory_limit applies for the duration of a single script. Each script will not be allowed to obtain more than 8MB; So, the problem you're having originates someplace else (perhaps other parts of PHP grow to consume more memory, e.g., persistent resource tables

Re: [PHP-DEV] Memory limit is used for all scripts insteadofone? NEW: CRASHING

2001-06-28 Thread Swift
Hi Zeev! Zeev Suraski wrote: This isn't a known problem (well, at least I haven't heard any such complaints). It may be a coincidence (i.e. not related to 4.0.6) - I'd wait and see if this problem persists. Thanks for your help. Ok, I will give it a try. But back to the first problem. You

[PHP-DEV] More infos: Memory limit is used for all scripts instead of one?

2001-06-28 Thread Swift
Hi Zeev! I tested a little around: 1) I dropped our leased-line, so there is no load. 2) I set the mem_limit to 12M. 3) Reboot 4) I used the 2 test-scripts as shown in one of my last mails. I called both scripts via wget at the same time. Each script should allocate 8M. 5) The wget-script then