On 2/16/07, Jochem Maas <jochem@xxxxxxxxxxxxx> wrote:
Ken Williams wrote: > Is anyone else having problems with session in 4.4.5? I'm under apache > 1.3.27 in linux 2.4.34 and all my web sites break under 4.4.5. As soon as a > page tries to register a session variable with session_register apache will > segfault. Has worked perfectly fine for the past 2 years and like 10 > version of PHP 4.4.X. segfault probably indicates problem. goto bugs.php.net and file a bug with details about your machine and a small reproduce script. side note: use of session_register() is not recommended - reading the following page may help you understand why, help you work around your current problem and hopefully get you on the path of using $_SESSION: http://php.net/session_register > > kenw232@xxxxxxxxx > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Will there be a 4.4.6 release soon? A lot of users run OsCommerce and i don't like to run a unpatched php 4.4.4. Thanks Alex