I figured it out, it was a problem in APC that was causing it. Deleting
the compiled PHP files fixed the problem. I have no idea why that fixed
it, but it did.
Markus Fischer wrote:
> Hi,
>
> http://bugs.php.net/report.php
>
> - Markus
>
> On Sat, May 04, 2002 at 06:20:28PM -0
Steve Meyers wrote:
> Do you need a backtrace of it? If so, how do I do that?
http://www.php.net/manual/en/faq.installation.php#faq.installation.nodata
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://w
Hi,
http://bugs.php.net/report.php
- Markus
On Sat, May 04, 2002 at 06:20:28PM -0600, Steve Meyers wrote :
> I just tried ext/shmop, and without even using it, the fact that it is
> compiled in to php causes it to segfault on every request.
>
> Here's my ./configure line
>
> ./c
I just tried ext/shmop, and without even using it, the fact that it is
compiled in to php causes it to segfault on every request.
Here's my ./configure line
./configure --with-mysql=/usr --with-pgsql --enable-ftp --with-ldap
--with-gmp --disable-pear --enable-shmop --enable-apc
--with-apache=
Markus Fischer wrote:
> Hi,
>
> I think what you want can (and should) be done with shared
> memory, ext/shmop . This way you exchange values as you want
> (it's not tied to sessions in anyway, btw).
>
Markus' method works nicely for single server
It is recommended way.
Try ses
Hi,
I think what you want can (and should) be done with shared
memory, ext/shmop . This way you exchange values as you want
(it's not tied to sessions in anyway, btw).
- Markus
On Sat, May 04, 2002 at 11:08:52AM +0200, Michael Virnstein wrote :
> Hi!
>
> What really would
Hi!
What really would be useful for the session module,
is a grouping mechanism for sessions, so i can set up
variable scopes and share variables among different
session:
every session has private variables. that's the way it
works now. i can register a variable to a session
and there's no way to