[PHP] Re: (SOLVED) Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-13 Thread Matthew North
result in a PHP warning? where'd that go? oh well...). - Matt On 12/12/06, Matthew North [EMAIL PROTECTED] wrote: Hello All, I have an odd situation that I wonder if someone might have some insight on. The scenario is this: - Two FreeBSD systems running Apache+mod_php+others. We use one

[PHP] Varying session behavior between 2 nearly identical Apache/PHP setups

2006-12-12 Thread Matthew North
Hello All, I have an odd situation that I wonder if someone might have some insight on. The scenario is this: - Two FreeBSD systems running Apache+mod_php+others. We use one for development and the other for testing. - Each system is running PHP 5.2.0 with identical php.ini files. - On each

[PHP] unset globals and memory_get_usage

2006-09-08 Thread Matthew North
Hello All, I've been struggling with a rather obscure PHP memory issue for the last few days. Here's my setup: FreeBSD 5.5 Apache2.0, PHP 5.1.6, and MySQL 4.1.x compiled from scratch (that is, we're not using FreeBSD ports) PHP is compiled with --enable-memory-limit and the limit is set to 8MB