On Jul 5, 2006, at 11:17 AM, Sara Golemon wrote:
Did you run `make clean` between making the change and running the build?

Files containing PG(track_changes) aren't the only ones you need to change, every PG element past track_changes is now located at a different memory offset from the start of the structure. And if you happen to be running under ZTS, you may even be not allocating enough space for storage which'll result in overruns.

Ouch! I guess I earned my crashes on that one, huh? Not doing a make clean... that's right up there with writing = where you mean == :). Thanks for the heads-up; it worked this time.

-- Gwynne, Daughter of the Code
"This whole world is an asylum for the incurable."

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to