Tracker: Bugs

5 session_register causes sig11 with php4.4.5 - ID: 1664155
Last Update: Settings changed ( kink )

Please remove session_register from your code, 'cause this is deprecated in
php >4.1.0 and cause a sig11 with php4.4.5.


Takika ( takika ) - 2007-02-20 09:50

5

Closed

Fixed

Thijs Kinkhorst

None

Produces PHP errors

Public


Comments ( 4 )

Date: 2007-02-26 18:35
Sender: stevetruckstuff


I believe that the bug you reported has been fixed in the CVS version.
Please either grab a live CVS version or wait and grab an archive of the
CVS from tomorrow or later (just to make sure it has the changes in it).

If the bug does not exist after you update to the CVS version, please
close this bug report.



Date: 2007-02-26 18:32
Sender: stevetruckstuff


The workaround for this bug is to do the following:

1. Open functions/global.php in your favorite editor
2. Comment out lines 231 and 249
3. Save changes

Close this bug since?


Date: 2007-02-22 23:03
Sender: janglissProject AdminAccepting Donations


We only have one call to session_register in the code, so clean up should
be easy. Looking at the code, it might have been created to avoid the php
>4.1.0 compatibility issues, but not done correct as the execution of the
function is outside of the if {} brackets.


Date: 2007-02-22 14:05
Sender: kinkProject AdminAccepting Donations


Hi,
I think you're referring to http://bugs.php.net/bug.php?id=40514
This is a bug in PHP, but since session_register is probably not necessary
at all in our code, we can indeed better remove it to prevent problems.
I'll check it out.




Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2007-02-27 16:10 kink
close_date - 2007-02-27 16:10 kink
resolution_id None 2007-02-26 18:35 stevetruckstuff
assigned_to nobody 2007-02-22 14:05 kink